| Commit message (Expand) | Author | Age | Lines |
* | armv8: Add psci.h from the Linux kernel | Sergey Temerkhanov | 2016-01-19 | -0/+90 |
* | Add more SPDX-License-Identifier tags | Tom Rini | 2016-01-19 | -24/+3 |
* | Revert "include/linux: move typdef for uintptr_t" | York Sun | 2015-12-16 | -1/+0 |
* | include/linux: move typdef for uintptr_t | Aneesh Bansal | 2015-12-15 | -0/+1 |
* | usb: xhci: zynqmp: Removing unused function usb_phy_reset | Marek Vasut | 2015-12-07 | -1/+0 |
* | armv8/ls1043ardb: add USB support | Gong Qianyu | 2015-11-30 | -1/+8 |
* | armv8: ls2085a: Add support of LS2085A SoC | Prabhakar Kushwaha | 2015-11-30 | -1/+1 |
* | armv8: LS2080A: Rename LS2085A to reflect LS2080A | Prabhakar Kushwaha | 2015-11-30 | -3/+3 |
* | usb: sandbox: Add a USB emulation driver | Simon Glass | 2015-11-19 | -0/+20 |
* | include/linux/mtd: Update copyright notices | Tom Rini | 2015-11-12 | -12/+14 |
* | dm: implement a MTD uclass | Thomas Chou | 2015-11-12 | -0/+2 |
* | compat: Remove is_power_of_2() definition | Fabio Estevam | 2015-11-05 | -6/+0 |
* | bitops: Add fls_long and __ffs64 | Fabio Estevam | 2015-11-05 | -0/+27 |
* | include: Add log2 header from the kernel | Fabio Estevam | 2015-11-05 | -0/+205 |
* | ubi,ubifs: sync with linux v4.2 | Heiko Schocher | 2015-10-26 | -1/+57 |
* | linux, compat: add missing definitions for ubi | Heiko Schocher | 2015-10-26 | -4/+33 |
* | linux/bitops.h: GENMASK copy from linux | Jagan Teki | 2015-10-21 | -0/+11 |
* | linux/bitops: Move BIT definitions at top | Jagan Teki | 2015-10-21 | -4/+3 |
* | bitops: introduce BIT() definition | Heiko Schocher | 2015-09-11 | -0/+2 |
* | usb: gadget: at91_udc: add at91_udc into U-Boot | Heiko Schocher | 2015-09-11 | -0/+20 |
* | mtd: nand: Increase max sizes of OOB and Page size | Siva Durga Prasad Paladugu | 2015-08-25 | -3/+3 |
* | nand: Sync with Linux v4.1 | Scott Wood | 2015-08-25 | -5/+82 |
* | mtd: Introduce mtd_block_isreserved() | Ezequiel Garcia | 2015-08-25 | -0/+3 |
* | nand: Remove __UBOOT__ ifdefs | Scott Wood | 2015-08-25 | -34/+0 |
* | linux/kconfig.h: add CPP macros useful for per-image config options | Masahiro Yamada | 2015-08-18 | -0/+48 |
* | Bring in __aligned_u64 and friends to linux/types.h | Simon Glass | 2015-08-05 | -1/+5 |
* | Merge git://git.denx.de/u-boot-usb | Tom Rini | 2015-07-24 | -6/+86 |
|\ |
|
| * | include: usb: Map USB controller base addresses for LS2085A | Nikhil Badola | 2015-07-22 | -0/+3 |
| * | include: usb: Move USB controller base address mapping | Nikhil Badola | 2015-07-22 | -0/+7 |
| * | drivers: usb: fsl: Implement Erratum A-009116 for XHCI controller | Nikhil Badola | 2015-07-22 | -6/+16 |
| * | usb: fsl: Add XHCI driver support | Ramneek Mehresh | 2015-07-22 | -0/+54 |
| * | usb: dwc3: Add DWC3 controller driver support | Ramneek Mehresh | 2015-07-22 | -0/+6 |
* | | linux_compat: handle __GFP_ZERO in kmalloc() | Masahiro Yamada | 2015-07-22 | -8/+12 |
* | | linux_compat: move vzalloc() to header file as an inline function | Masahiro Yamada | 2015-07-22 | -2/+4 |
* | | linux_compat: remove cpu_relax() define | Masahiro Yamada | 2015-07-22 | -2/+0 |
|/ |
|
* | mtd: fix false positive "Offset exceeds device limit" error | Masahiro Yamada | 2015-07-10 | -2/+3 |
* | mtd, nand: Move common functions from cmd_nand.c to common place | Heiko Schocher | 2015-06-30 | -0/+5 |
* | include: introduce include/linux/io.h as a wrapper of asm/io.h | Masahiro Yamada | 2015-05-28 | -0/+10 |
* | tegra124: video: Add full link training for eDP | Simon Glass | 2015-05-13 | -0/+1 |
* | video: Add drm_dp_helper.h | Simon Glass | 2015-05-13 | -0/+405 |
* | QE/DeepSleep: add QE deepsleep support for mpc85xx | Zhao Qiang | 2015-04-21 | -0/+12 |
* | dm: usb: Add a generic descriptor struct | Simon Glass | 2015-04-18 | -0/+5 |
* | dm: usb: Move struct usb_string to a common place | Simon Glass | 2015-04-18 | -13/+13 |
* | usb: modify usb_gadget_handle_interrupts to take controller index | Kishon Vijay Abraham I | 2015-04-14 | -1/+1 |
* | usb: dwc3: dwc3-omap: make dwc3-omap build in uboot | Kishon Vijay Abraham I | 2015-04-14 | -0/+19 |
* | include: usb: composite: add USB_GADGET_DELAYED_STATUS to avoid compilation e... | Kishon Vijay Abraham I | 2015-04-14 | -0/+9 |
* | usb: dwc3: gadget: make dwc3 gadget build in uboot | Kishon Vijay Abraham I | 2015-04-14 | -0/+40 |
* | usb: dwc3: fix dwc3 header files | Kishon Vijay Abraham I | 2015-04-14 | -0/+20 |
* | include: usb: modify gadget.h to include udc support | Kishon Vijay Abraham I | 2015-04-14 | -0/+43 |
* | nand: Remove CONFIG_MTD_NAND_VERIFY_WRITE | Peter Tyser | 2015-03-30 | -5/+0 |