- 56d9cdf fs/fs.c: read up to EOF when len would read past EOF by Max Krummenacher · Wed Aug 05 17:16:58 2015 +0200
- ef010d7 configs: ti_armv7_keystone2: increase size reserved for initrd by Vitaly Andrianov · Tue Aug 04 11:16:16 2015 -0400
- 1b06c9b configs: ti_armv7_keystone2: fix initrd address at args_ramfs by Vitaly Andrianov · Tue Aug 04 11:16:15 2015 -0400
- 39a6207 common/lcd_console: fix console/logo regression by Marcel Ziswiler · Tue Aug 04 15:49:50 2015 +0200
- 067fcd5 kconfig: add config option for shell prompt by Nikita Kiryanov · Mon Aug 03 12:36:58 2015 +0300
- bdd6e10 ARM: drop "optional" from target select in favor of ARCH_VERSATILE by Masahiro Yamada · Sat Aug 01 16:39:13 2015 +0900
- e33af1c dra7xx: Add dra72_evm_defconfig using CONFIG_DM by Tom Rini · Fri Jul 31 19:55:12 2015 -0400
- 02378b3 dra7xx: Move CONS_INDEX to Kconfig and enable CONFIG_SPL_STACK_ADDR by Tom Rini · Fri Jul 31 19:55:11 2015 -0400
- f295d9e ARM: SPL: Use CONFIG_SPL_DM not CONFIG_DM by Tom Rini · Fri Jul 31 19:55:10 2015 -0400
- 7bc2bca gpio: omap: Drop 'method' parameter by Tom Rini · Fri Jul 31 19:55:09 2015 -0400
- 5ba1596 am33xx: Update DT files, add am335x_gp_evm_config target by Tom Rini · Fri Jul 31 19:55:08 2015 -0400
- 2b7487c arm: am437x: Introduce new board cm-t43 by Nikita Kiryanov · Thu Jul 30 23:56:23 2015 +0300
- 55a0bf9 gpio: am43xx: expand gpio support by Nikita Kiryanov · Thu Jul 30 23:56:22 2015 +0300
- e343afb mmc: omap_hsmmc: enable 8bit interface for eMMC for AM43xx by Nikita Kiryanov · Thu Jul 30 23:56:21 2015 +0300
- 5ffdd85 mmc: omap_hsmmc: enable proper CMD(DAT) lines reset procedure for am43xx by Nikita Kiryanov · Thu Jul 30 23:56:20 2015 +0300
- 8d7aa97 arm: am43xx: enable spi clock by Nikita Kiryanov · Thu Jul 30 23:56:19 2015 +0300
- 8fb39c4 spi: omap3_spi: add am43xx support to omap3_spi by Nikita Kiryanov · Thu Jul 30 23:56:18 2015 +0300
- 6de280f ARM64: hikey: Add a README for this board. by Peter Griffin · Thu Jul 30 18:55:24 2015 +0100
- 31f327e ARM64: hikey: hi6220: Add u-boot support for the 96boards CE HiKey board. by Peter Griffin · Thu Jul 30 18:55:23 2015 +0100
- af0c1be mmc: hi6220_dw_mmc: Add hi6220 glue code for dw_mmc controller. by Peter Griffin · Thu Jul 30 18:55:22 2015 +0100
- a2af734 pmic: pmic_hi6553: Add a driver for the hi6553 pmic found on hikey board. by Peter Griffin · Thu Jul 30 18:55:21 2015 +0100
- 0b49154 hisilicon: hi6220: Add a hi6220 pinmux driver. by Peter Griffin · Thu Jul 30 18:55:20 2015 +0100
- 1d969aa ARM: hi6220: Add register and bitfield definition header files. by Peter Griffin · Thu Jul 30 18:55:19 2015 +0100
- d267688 dm: gpio: hi6220: Add a hi6220 GPIO driver model driver. by Peter Griffin · Thu Jul 30 18:55:18 2015 +0100
- 9e354c9 common/cmd_source.c: Fix the source command failure under 64-bit platform by Gong Qianyu · Thu Jul 30 14:00:01 2015 +0800
- 2ae4589 spl: Fix compile warning for arm64 by Gong Qianyu · Thu Jul 30 14:07:12 2015 +0800
- 297abca imx28: Fix issue with GCC 5.x by Måns Rullgård · Tue Jul 28 14:39:49 2015 +0100
- 41f7ea8 ARM: keystone2: Use common definition for clk_get_rate by Lokesh Vutla · Tue Jul 28 14:16:48 2015 +0530
- c40f81d ARM: keystone2: Remove unsed external clocks by Lokesh Vutla · Tue Jul 28 14:16:47 2015 +0530
- 79a94a2 ARM: keystone2: Cleanup init_pll definition by Lokesh Vutla · Tue Jul 28 14:16:46 2015 +0530
- 0d73cc2 ARM: keystone2: Use common structure for PLLs by Lokesh Vutla · Tue Jul 28 14:16:45 2015 +0530
- 9da9afa ARM: keystone2: Fix dev and arm speed detection by Lokesh Vutla · Tue Jul 28 14:16:44 2015 +0530
- 70438fc ARM: keystone2: Cleanup PLL init code by Lokesh Vutla · Tue Jul 28 14:16:43 2015 +0530
- 1645106 ARM: keystone2: Enable CONFIG_DISPLAY_CPUINFO by Lokesh Vutla · Tue Jul 28 14:16:42 2015 +0530
- 8379f2b ARM: keystone2: Cleanup SoC detection by Lokesh Vutla · Tue Jul 28 14:16:41 2015 +0530
- 2b244cc ARM: DRA72: disable workaround for 801819 by Nishanth Menon · Mon Jul 27 16:26:07 2015 -0500
- 2740b83 ARM: DRA7/ OMAP5: implement Auxiliary Control Register configuration by Nishanth Menon · Mon Jul 27 16:26:06 2015 -0500
- 6e2bd2e ARM: Introduce erratum workaround for 801819 by Nishanth Menon · Mon Jul 27 16:26:05 2015 -0500
- 616d9a0 integrator: switch to DM serial port by Linus Walleij · Mon Jul 27 11:22:48 2015 +0200
- c385714 usb: ohci: enable cache support by Wu, Josh · Mon Jul 27 11:40:18 2015 +0800
- 2219026 ARM: cache: implement a default weak flush_cache() function by Wu, Josh · Mon Jul 27 11:40:17 2015 +0800
- aaa3545 ARM: cache: add an empty stub function for invalidate/flush dcache by Wu, Josh · Mon Jul 27 11:40:16 2015 +0800
- 22f483c m68k: cache: add an empty stub functions for invalidate/flush dcache by Wu, Josh · Mon Jul 27 11:40:15 2015 +0800
- 9c078c3 Correct License and Copyright information on few files by Ruchika Gupta · Mon Jul 27 09:07:39 2015 +0530
- 0cd4118 ti: drop value from CONFIG_SYS_NAND_BUSWIDTH_16BIT by Stefano Babic · Sun Jul 26 15:18:15 2015 +0200
- a51dd7d mcx: add Ethernet over USB by Stefano Babic · Sun Jul 26 15:18:14 2015 +0200
- 7daa6e1 omap3: fix NAND support for mcx board by Stefano Babic · Sun Jul 26 15:18:13 2015 +0200
- cc85b7b drivers: hierarchize drivers Kconfig menu by Masahiro Yamada · Sun Jul 26 02:46:26 2015 +0900
- 3fb2ea1 include/bitfield.h: Assure new bitfield value doesn't touch unwanted bits by Codrin Ciubotariu · Fri Jul 24 16:52:19 2015 +0300
- eaf837c arm/rpi: Enable dcache by Alexander Stein · Fri Jul 24 09:22:15 2015 +0200
- 76fac50 dwc2: Add dcache support by Alexander Stein · Fri Jul 24 09:22:14 2015 +0200
- fbeb89d arm/mach-bcm283x/mbox: Flush and invalidate dcache when using fw mailbox by Alexander Stein · Fri Jul 24 09:22:13 2015 +0200
- c56c947 ARM: bcm283x: Allocate all mailbox buffers cacheline aligned by Alexander Stein · Fri Jul 24 09:22:12 2015 +0200
- 50e8184 ARM: bcm283x: Define CONFIG_SYS_CACHELINE_SIZE by Alexander Stein · Fri Jul 24 09:22:11 2015 +0200
- 8b8aad6 arm1136/arm1176: Merge cache handling code by Alexander Stein · Fri Jul 24 09:22:10 2015 +0200
- f7f3bfc arm1136: Remove dead code by Alexander Stein · Fri Jul 24 09:22:09 2015 +0200
- 76844b9 sniper: Keypad support, with recovery and fastboot key combinations by Paul Kocialkowski · Mon Jul 20 15:17:18 2015 +0200
- 361b98b sniper: Power off when the power on reason is not a valid one by Paul Kocialkowski · Mon Jul 20 15:17:17 2015 +0200
- e3ff29e sniper: Power button reset support by Paul Kocialkowski · Mon Jul 20 15:17:16 2015 +0200
- 46f9910 sniper: Fastboot support by Paul Kocialkowski · Mon Jul 20 15:17:15 2015 +0200
- c29a72f sniper: Pass serial number through ATAG by Paul Kocialkowski · Mon Jul 20 15:17:14 2015 +0200
- e382044 sniper: Serial number support, obtained from die ID by Paul Kocialkowski · Mon Jul 20 15:17:13 2015 +0200
- 248b791 sniper: OMAP3 reboot mode support by Paul Kocialkowski · Mon Jul 20 15:17:12 2015 +0200
- 3dee000 LG Optimus Black (P970) codename sniper support by Paul Kocialkowski · Mon Jul 20 15:17:11 2015 +0200
- 7879ddc omap3: Reboot mode support by Paul Kocialkowski · Mon Jul 20 15:17:10 2015 +0200
- 9397fbe input: twl4030: Keypad scan and input by Paul Kocialkowski · Mon Jul 20 15:17:09 2015 +0200
- f266dae input: TWL4030 input support for power button, USB and charger by Paul Kocialkowski · Mon Jul 20 15:17:08 2015 +0200
- 8264e14 power: twl4030: Power off support by Paul Kocialkowski · Mon Jul 20 15:17:07 2015 +0200
- 89f86a2 lpc32xx: devkit3250: add spl build support by Vladimir Zapolskiy · Sat Jul 18 01:47:11 2015 +0300
- 3704e43 lpc32xx: devkit3250: update of board configuration by Vladimir Zapolskiy · Sat Jul 18 01:47:10 2015 +0300
- 78f04f0 nand: lpc32xx: add SLC NAND controller support by Vladimir Zapolskiy · Sat Jul 18 03:07:52 2015 +0300
- cb8183d spl: nand: simple: replace readb() with chip specific read_buf() by Vladimir Zapolskiy · Sat Jul 18 01:47:08 2015 +0300
- ad8b3a5 image: fix Android ramdisk support when dtb is specified by Rob Herring · Fri Jul 17 10:57:17 2015 -0500
- efdc2a6 JFFS2: Use merge sort when parsing filesystem by Mark Tomlinson · Wed Jul 01 16:38:29 2015 +1200
- 56a7f48 JFFS2: Use CLEANMARKER to reduce scanning time by Mark Tomlinson · Wed Jul 01 16:38:28 2015 +1200
- f89bfd0 JFFS2: Change scansize to match linux kernel by Mark Tomlinson · Wed Jul 01 16:38:27 2015 +1200
- ef61982 JFFS2: Optimize building lists during scan by Mark Tomlinson · Wed Jul 01 16:38:26 2015 +1200
- b71748f JFFS2: Improve speed reading flash files by Mark Tomlinson · Wed Jul 01 16:38:25 2015 +1200
- 2946852 JFFS2: Only list each directory entry once by Mark Tomlinson · Wed Jul 01 16:38:24 2015 +1200
- 7c6558e JFFS2: Speed up and fix comparison functions by Mark Tomlinson · Wed Jul 01 16:38:23 2015 +1200
- 6d99845 JFFS2: Return early when file read not necessary by Mark Tomlinson · Wed Jul 01 16:38:22 2015 +1200
- 19b6b69 arm: bcmcygnus: Enable Ethernet support by Jiandong Zheng · Wed Jul 15 16:28:14 2015 -0700
- 44a9344 arm, at91: support for sam9260 based smartweb board by Heiko Schocher · Mon Jun 29 09:10:48 2015 +0200
- 311aef6 nand, atmel: remove udelay in spl_nand_erase_one() by Heiko Schocher · Mon Jun 29 09:10:47 2015 +0200
- 62cb156 spl, common, serial: build SPL without serial support by Heiko Schocher · Mon Jun 29 09:10:46 2015 +0200
- 803574a port vexpress to use distro boot commands by Dennis Gilmore · Sun Jun 28 14:05:12 2015 -0500
- c1b7cd8 Move setting CONFIG_BOOTP_VCI_STRING to before including the vexpress-common header by Dennis Gilmore · Sun Jun 28 14:05:11 2015 -0500
- 5a96280 PXE: if a board has set its own value for CONFIG_BOOTP_VCI_STRING do not set the default one. Use the board set value instead by Dennis Gilmore · Sun Jun 28 14:05:10 2015 -0500
- 0caae19 ARM: highbank: remove DRAM bank setup by Rob Herring · Sun Jun 21 00:29:55 2015 +0100
- 7fc93c4 dm: pmic: max77686: Correct two typos in a comment by Simon Glass · Sun Aug 09 09:10:57 2015 -0600
- e4cbfa6 power: regulator: max77686 correct variable type by Peng Fan · Tue Jul 28 22:47:08 2015 +0800
- 6b91908 fsl: common: pfuze: no use original pfuze code if DM_PMIC by Peng Fan · Fri Aug 07 16:43:46 2015 +0800
- 54ee6a4 power: regulator: add pfuze100 support by Peng Fan · Fri Aug 07 16:43:45 2015 +0800
- c57f4e1 power: pmic: pfuze100 support driver model by Peng Fan · Fri Aug 07 16:43:44 2015 +0800
- b4cb9ce power: regulator: update comments for regulator-name by Peng Fan · Fri Aug 07 16:43:43 2015 +0800
- cd672d4 power: regulator use node name when no regulator-name by Peng Fan · Fri Aug 07 16:43:42 2015 +0800
- 418543e power: pfuze100 correct SWBST macro definition by Peng Fan · Fri Aug 07 16:43:41 2015 +0800
- c1f96c8 Merge git://git.denx.de/u-boot-dm by Tom Rini · Mon Aug 10 10:06:07 2015 -0400
- 04f8094 dm: serial: Add a REQUIRE_SERIAL_CONSOLE option for boards with no serial port by Hans de Goede · Sat Aug 08 17:45:18 2015 +0200
- 639c286 Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · Sat Aug 08 20:20:17 2015 -0400