- 220fb22 Merge git://git.denx.de/u-boot-dm by Tom Rini · Tue Jul 11 20:28:46 2017 -0400
- 87e96b2 Merge branch 'master' of git://git.denx.de/u-boot-rockchip by Tom Rini · Tue Jul 11 14:21:50 2017 -0400
- 5c5991e dm: ofnode: use fdt32_t for DT property value to fix sparse warning by Masahiro Yamada · Thu Jun 22 17:57:50 2017 +0900
- 77018de dm: include <dm/util.h> from driver/core/dump.c by Masahiro Yamada · Thu Jun 22 17:10:11 2017 +0900
- 5d43445 dm: ofnode: simplify ofnode_read_bool() by Masahiro Yamada · Thu Jun 22 16:54:07 2017 +0900
- 9cf85cb dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() by Masahiro Yamada · Thu Jun 22 16:54:05 2017 +0900
- 5052f1b dm: ofnode: simplify ofnode_read_prop() by Masahiro Yamada · Thu Jun 22 16:54:04 2017 +0900
- 6a61dd9 dm: ofnode: use ofnode_read_bool() to check property existence by Masahiro Yamada · Thu Jun 22 16:54:03 2017 +0900
- 3247fdb dm: include <dm/util.h> from drivers/core/util.c by Masahiro Yamada · Thu Jun 22 16:50:01 2017 +0900
- a21ec4c dm: serial: Add livetree support by Simon Glass · Mon Jun 12 06:21:58 2017 -0600
- 89d9cf2 dm: serial: Separate out the core serial-device finding code by Simon Glass · Mon Jun 12 06:21:57 2017 -0600
- 386dbfb dm: serial: ns16550: Convert to livetree by Simon Glass · Mon Jun 12 06:21:56 2017 -0600
- cc06f14 video: simple-panel: Add a little more debugging by Simon Glass · Mon Jun 12 06:21:38 2017 -0600
- e247e5c dm: video: Update pwm_backlight to support livetree by Simon Glass · Mon Jun 12 06:21:37 2017 -0600
- 2f63264 dm: video: Sync display on backspace by Simon Glass · Mon Jun 12 06:21:36 2017 -0600
- 80df6ec tegra: video: Time the LCD init by Simon Glass · Mon Jun 12 06:21:32 2017 -0600
- 4191dc1 dm: core: Add functions to obtain node's address/size cells by Simon Glass · Mon Jun 12 06:21:31 2017 -0600
- fa031f8 dm: core: Add dev_read_enabled() to check if a device is enabled by Simon Glass · Mon Jun 12 06:21:30 2017 -0600
- 170e17c dm: core: Add dev_read_resource() to read device resources by Simon Glass · Mon Jun 12 06:21:29 2017 -0600
- 5fdb005 dm: core: Add ofnode_read_string_count() by Simon Glass · Mon Jun 12 06:21:28 2017 -0600
- 57e7c2a dm: scsi: Drop scsi_init() when driver model is used by Simon Glass · Wed Jun 14 21:28:47 2017 -0600
- c6b4430 dm: ahci: Add a driver for SCSI on AHCI by Simon Glass · Wed Jun 14 21:28:46 2017 -0600
- 600d001 dm: scsi: Split out the bus scanning code by Simon Glass · Wed Jun 14 21:28:45 2017 -0600
- a140e86 dm: scsi: Adjust return value of scsi_exec() by Simon Glass · Wed Jun 14 21:28:44 2017 -0600
- c4dfa89 dm: scsi: Add operations for SCSI devices by Simon Glass · Wed Jun 14 21:28:43 2017 -0600
- 23123c6 dm: ahci: Create a local version of two SCSI functions by Simon Glass · Wed Jun 14 21:28:42 2017 -0600
- 4822873 dm: scsi: Document and rename the scsi_scan() parameter by Simon Glass · Wed Jun 14 21:28:41 2017 -0600
- 11b2b62 dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset() by Simon Glass · Wed Jun 14 21:28:40 2017 -0600
- cf01b5b dm: ahci: Drop use of probe_ent by Simon Glass · Wed Jun 14 21:28:38 2017 -0600
- 84fac54 dm: ahci: Unwind the confusing init code by Simon Glass · Wed Jun 14 21:28:37 2017 -0600
- 0a47bbb dm: ahci: Move common code for starting ports into a function by Simon Glass · Wed Jun 14 21:28:36 2017 -0600
- 0ada891 dm: scsi: Indent the confusing #ifdefs by Simon Glass · Wed Jun 14 21:28:35 2017 -0600
- e0c419b dm: ahci: Refactor to avoid static variables by Simon Glass · Wed Jun 14 21:28:34 2017 -0600
- cb87524 dm: sata: Move ataid into struct ahci_uc_priv by Simon Glass · Wed Jun 14 21:28:33 2017 -0600
- 5ce5967 dm: ahci: Rename struct ahci_probe_ent by Simon Glass · Wed Jun 14 21:28:32 2017 -0600
- b08fbff dm: scsi: Use the uclass platform data by Simon Glass · Wed Jun 14 21:28:31 2017 -0600
- 5fb559d dm: scsi: Drop the ccb typedef by Simon Glass · Wed Jun 14 21:28:30 2017 -0600
- a4eff9f dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmd by Simon Glass · Wed Jun 14 21:28:29 2017 -0600
- 3def006 scsi: Move drivers into new drivers/scsi directory by Simon Glass · Wed Jun 14 21:28:27 2017 -0600
- 2c844c4 sata: Move drivers into new drivers/ata directory by Simon Glass · Wed Jun 14 21:28:26 2017 -0600
- ab3055a Kconfig: Add CONFIG_SATA to enable SATA by Simon Glass · Wed Jun 14 21:28:25 2017 -0600
- 1674098 scsi: Drop scsi_print_error() by Simon Glass · Wed Jun 14 21:28:23 2017 -0600
- 3833441 scsi: Drop sym53c8xx driver by Simon Glass · Wed Jun 14 21:28:22 2017 -0600
- 0e5faf0 Convert CONFIG_SCSI to Kconfig by Simon Glass · Wed Jun 14 21:28:21 2017 -0600
- 3ff83bc dm: core: Add uclass_first/next_device_check() by Simon Glass · Sun Apr 23 20:10:45 2017 -0600
- 98c9fb0 dm: core: Clarify uclass_first/next_device() comments by Simon Glass · Sun Apr 23 20:10:43 2017 -0600
- 0ae1f60 rockchip: rk3288: Add pinctrl support for the gmac ethernet interface by Sjoerd Simons · Mon Jun 26 10:01:46 2017 +0200
- 70fd613 rockchip: pinctrl: rk3328: use gpio instead of sdmmc-pwren by Kever Yang · Thu Jun 08 15:32:04 2017 +0800
- c258105 power: regulator: rk8xx: Allow input current/charger shutdown configuration by Wadim Egorov · Mon Jun 19 12:36:39 2017 +0200
- 4c4905f power: regulator: rk8xx: Build get_ldo_reg only for SPL by Wadim Egorov · Mon Jun 19 12:36:38 2017 +0200
- 697a8bc usb: dwc2: use dev_read_bool() instead of fdt_getprop() by Meng Dongyang · Wed Jun 28 19:22:43 2017 +0800
- 5498381 usb: Kconfig: migrate USB_DWC2 to Kconfig by Philipp Tomsich · Mon Jul 03 18:30:06 2017 +0200
- ef16ff6 usb: host: xhci-rockchip: use fixed regulator to control vbus by Meng Dongyang · Wed Jun 28 19:22:40 2017 +0800
- c1a1550 usb: Kconfig: config USB_XHCI_ROCKCHIP depends on DM_REGULATOR and DM_USB by Meng Dongyang · Wed Jun 28 19:22:39 2017 +0800
- f2ac2a6 rockchip: video: mipi: Modify format type for debug message by eric.gao@rock-chips.com · Wed Jun 21 11:15:57 2017 +0800
- c7dd29a rockchip: video: mipi: Modify variable type for arm32 compatibility by eric.gao@rock-chips.com · Wed Jun 21 11:12:50 2017 +0800
- a70d1ea Revert "mmc: dw_mmc: rockchip: select proper card clock" by Kever Yang · Wed Jun 14 16:31:49 2017 +0800
- 9708739 rockchip: dwmmc: use max-frequency when OF_PLATDATA enabled by Kever Yang · Wed Jun 14 16:31:46 2017 +0800
- a5b83d2 rockchip: rk322x: add sysreset driver by Kever Yang · Fri Jun 23 17:17:53 2017 +0800
- 5f94896 rockchip: rk322x: add pinctrl driver by Kever Yang · Fri Jun 23 17:17:50 2017 +0800
- c5ccc32 rockchip: rk322x: add clock driver by Kever Yang · Fri Jun 23 17:17:49 2017 +0800
- e74958e rockchip: ns16550: dm: convert fdt_get to dev_read by Philipp Tomsich · Wed Jun 07 18:46:02 2017 +0200
- 150005b rockchip: net: dm: convert fdt_get to dev_read by Philipp Tomsich · Wed Jun 07 18:46:01 2017 +0200
- 9b4c380 rockchip: mmc: dm: convert fdt_get to dev_read by Philipp Tomsich · Wed Jun 07 18:46:00 2017 +0200
- 9589dda rockchip: xhci: dm: convert fdt_get to dev_read by Philipp Tomsich · Wed Jun 07 18:45:59 2017 +0200
- 778ec66 rockchip: spi: dm: convert fdt_get to dev_read by Philipp Tomsich · Wed Jun 07 18:45:58 2017 +0200
- ff7865f rockchip: pinctrl: dm: convert fdt_get to dev_read by Philipp Tomsich · Wed Jun 07 18:45:57 2017 +0200
- 5a3d1c6 pipe3: Fix broken dependency by Jean-Jacques Hiblot · Fri Jul 07 12:13:34 2017 +0200
- bd6d0d6 mtd: stm32: use parameter instead of default value by Patrice Chotard · Tue Jul 04 18:24:43 2017 +0200
- 4339901 driver: mmc: update debug info by Jorge Ramirez-Ortiz · Mon Jun 26 15:52:48 2017 +0200
- d666155 pinctrl: stm32: add set_state ops by Christophe Kerello · Tue Jun 20 17:04:19 2017 +0200
- a466d21 pinctrl: stm32: handle a configuration list by Christophe Kerello · Tue Jun 20 17:04:18 2017 +0200
- 3598295 powerpc, 8xx: Add support for MCR3000 board from CSSI by Christophe Leroy · Fri Jul 07 10:16:42 2017 +0200
- 9ac4a54 powerpc, 8xx: move Serial driver to drivers/serial/ by Christophe Leroy · Thu Jul 06 10:33:27 2017 +0200
- 8c3f122 powerpc, 8xx: move SPI driver to drivers/spi/ by Christophe Leroy · Thu Jul 06 10:33:25 2017 +0200
- 56ef30a powerpc, 8xx: move FEC Ethernet driver in drivers/net by Christophe Leroy · Thu Jul 06 10:33:23 2017 +0200
- 23da373 powerpc, 8xx: Migrate to Kconfig by Christophe Leroy · Thu Jul 06 10:33:21 2017 +0200
- 3c08d31 wdt: Unify option of timeout value by Andy Shevchenko · Wed Jul 05 20:44:08 2017 +0300
- f047be4 wdt: Fix spelling Resettting -> Resetting by Andy Shevchenko · Wed Jul 05 20:44:06 2017 +0300
- 8cb5cdd avr32: Retire AVR32 for good by Andy Shevchenko · Wed Jul 05 16:25:22 2017 +0300
- 286c252 gpio: add static to get_function() by Masahiro Yamada · Thu Jun 22 16:50:25 2017 +0900
- 5e0ef84 serial: make serial_stub_* to static functions by Masahiro Yamada · Thu Jun 22 16:48:49 2017 +0900
- 2028012 powerpc: remove 4xx support by Heiko Schocher · Tue Jun 27 16:49:14 2017 +0200
- 6cdd8d8 drivers, block: remove sil680 driver by Heiko Schocher · Tue Jun 27 16:49:13 2017 +0200
- d3b3f8d drivers, usb, gadget: fix compiler warnings for at91_udc.c by Heiko Schocher · Fri Jun 23 20:13:58 2017 +0200
- f32333b usb: gadget: Call g_dnl_bind_fixup() before testing g_dnl_serial length by Lukasz Majewski · Mon Jun 26 13:04:58 2017 +0200
- c3cf899 ti816x: Enable ethernet support by Tom Rini · Wed May 10 12:01:02 2017 -0400
- c0af484 Merge git://git.denx.de/u-boot-x86 by Tom Rini · Tue Jun 27 09:33:10 2017 -0400
- edd59b6 Merge git://www.denx.de/git/u-boot-imx by Tom Rini · Tue Jun 27 09:32:37 2017 -0400
- 367b3ac Revert "x86: Convert MMC to driver model" by Bin Meng · Mon Jun 26 16:36:15 2017 -0700
- 239b5ff Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Mon Jun 26 15:48:05 2017 -0400
- a7cc93e8 i2c_eeprom: add static to i2c_eeprom_std_ops/probe by Masahiro Yamada · Thu Jun 22 16:51:22 2017 +0900
- 10913c5 Merge git://git.denx.de/u-boot-uniphier by Tom Rini · Sat Jun 24 18:18:41 2017 -0400
- 5e05c4d ARM: uniphier: fix various sparse warnings by Masahiro Yamada · Thu Jun 22 16:42:04 2017 +0900
- 28bd0b9 Merge branch 'master' of git://git.denx.de/u-boot-rockchip by Tom Rini · Fri Jun 23 11:02:21 2017 -0400
- ef5eb17 rockchip: clk: rk3036: correct setting for pll integer mode by Kever Yang · Tue Jun 13 10:03:11 2017 +0800
- b0b588f serial, kconfig: fix menutext by Heiko Schocher · Wed Jun 21 06:23:10 2017 +0200
- 7868fba mtd: OneNAND: Fix onenand_block_markbad by Ladislav Michl · Tue Jun 20 17:17:45 2017 +0200
- e9c173e onenand_spl_simple: Add DDP OneNAND support by Ladislav Michl · Tue Jun 20 11:44:29 2017 +0200
- f7081e9 onenand_spl_simple: Call onenand_spl_get_geometry() only once by Ladislav Michl · Tue Jun 20 11:43:22 2017 +0200