Age | Commit message (Expand) | Author |
2017-06-01 | string: Add strcspn() | Simon Glass |
2017-06-01 | string: Add strchrnul() | Simon Glass |
2017-06-01 | Update WARN_ON() to return a value | Simon Glass |
2017-05-08 | arm: usb: dra7xx: xHCI registers based on USB port index | Uri Mashiach |
2017-04-27 | ARM: omap2+: rename config to ARCH_OMAP2PLUS and consolidate Kconfig | Masahiro Yamada |
2017-04-18 | Merge git://git.denx.de/u-boot-fsl-qoriq | Tom Rini |
2017-04-18 | sysreset: psci: support system reset in a generic way with PSCI | Masahiro Yamada |
2017-04-18 | ARM: adjust arm-smccc code for use in U-Boot | Masahiro Yamada |
2017-04-18 | ARM: import arm-smccc code from Linux 4.11-rc6 | Masahiro Yamada |
2017-04-17 | armv7: ls1021a: Drop macro CONFIG_LS102XA | York Sun |
2017-04-17 | armv8: ls1043a: Drop macro CONFIG_LS1043A | York Sun |
2017-04-17 | armv8: ls2080a: Drop macro CONFIG_LS2080A | York Sun |
2017-04-13 | lib: div64: sync with Linux | Peng Fan |
2017-04-05 | Blackfin: Remove | Tom Rini |
2017-03-29 | bitops.h: Include bitsperlong.h as needed for GENMASK_ULL | Stefan Roese |
2017-01-19 | Merge git://git.denx.de/u-boot-fsl-qoriq | Tom Rini |
2017-01-18 | fsl/usb: enable usb feature for ls1046ardb | jerry.huang@nxp.com |
2017-01-14 | iopoll: import include/linux/iopoll.h from Linux 4.9 | Masahiro Yamada |
2017-01-14 | typecheck: import include/linux/typecheck.h from Linux 4.9 | Masahiro Yamada |
2017-01-14 | delay: collect {m, n, u}delay declarations to include/linux/delay.h | Masahiro Yamada |
2016-12-03 | usb: xhci: Remove assumption of DWC instance based on DRA7 SoC type | Nishanth Menon |
2016-11-28 | linux/compat.h: Properly implement ndelay fallback | mario.six@gdsys.cc |
2016-11-18 | sf: Adopt flash table INFO macro from Linux | Jagan Teki |
2016-10-11 | list: Add list_last_entry() to find the last entry | Simon Glass |
2016-09-27 | drivers: usb: xhci-fsl: Implement Erratum A-010151 for FSL USB3 controller | Sriram Dash |
2016-09-27 | drivers: usb: xhci-fsl: Change burst beat and outstanding pipelined transfers... | Sriram Dash |
2016-09-26 | Merge git://git.denx.de/u-boot-fsl-qoriq | Tom Rini |
2016-09-26 | armv8: ls1012a: Convert CONFIG_LS1012A to Kconfig option ARCH_LS1021A | York Sun |
2016-09-23 | errno.h: sync error macros with linux 4.8-rc7 | Masahiro Yamada |
2016-09-23 | Move ENOTSUPP defines to include/linux/errno.h | Masahiro Yamada |
2016-09-23 | Move error macros from <asm-generic/errno.h> to <linux/errno.h> | Masahiro Yamada |
2016-09-23 | treewide: replace #include <asm/errno.h> with <linux/errno.h> | Masahiro Yamada |
2016-09-23 | Add <linux/errno.h> as a wrapper of <asm-generic/errno.h> | Masahiro Yamada |
2016-09-23 | treewide: use #include <...> to include public headers | Masahiro Yamada |
2016-09-22 | usb: xhci-rockchip: add rockchip dwc3 controller driver | MengDongyang |
2016-08-15 | xtensa: add support for the xtensa processor architecture [1/2] | Chris Zankel |
2016-07-26 | Merge git://git.denx.de/u-boot-fsl-qoriq | Tom Rini |
2016-07-26 | include: usb: Rename USB controller base address mapping | Rajesh Bhagat |
2016-07-24 | mtd: fix compiler warnings | Steve Rae |
2016-07-24 | mtd: nand: Increase the max OOB size | Boris Brezillon |
2016-07-24 | mtd: nand: add common DT init code | Brian Norris |
2016-07-22 | armv7: armv7: introduce set_gpmc_cs0 | Ladislav Michl |
2016-07-22 | armv7: make gpmc_cfg const | Ladislav Michl |
2016-07-14 | linux/io.h: add generic ioremap()/iounmap() defines | Masahiro Yamada |
2016-07-14 | types.h: move and redefine resource_size_t | Masahiro Yamada |
2016-06-12 | linux/compat.h: add dev_warn() | Andreas Bießmann |
2016-06-06 | Remove unneeded remnants of bcopy(). | Robert P. J. Day |
2016-06-04 | Merge git://git.denx.de/u-boot-nand-flash | Tom Rini |
2016-06-03 | mtd: nand: Sync with Linux v4.6 | Scott Wood |
2016-06-03 | mtd: nand: Add page argument to write_page() etc. | Scott Wood |