1. 8306b1e arm: socfpga: system: Rework sysmgr_enable_warmrstcfgio() by Marek Vasut · Thu Jul 09 04:40:11 2015 +0200
  2. 9c3e006 arm: socfpga: scan: Zap iocsr_scan_chain*_table() by Marek Vasut · Sat Jul 25 09:53:23 2015 +0200
  3. 92af868 arm: socfpga: scan: Zap redundant params in scan_mgr_io_scan_chain_prg() by Marek Vasut · Sat Jul 25 09:36:54 2015 +0200
  4. b4c1a00 arm: socfpga: scan: Staticize scan_mgr_io_scan_chain_prg() by Marek Vasut · Sat Jul 25 09:33:28 2015 +0200
  5. 084d06c arm: socfpga: clock: Clean up pll_config.h by Marek Vasut · Sat Jul 25 08:44:27 2015 +0200
  6. 940077d arm: socfpga: clock: Get rid of cm_config_t typedef by Marek Vasut · Sat Jul 25 08:37:16 2015 +0200
  7. fc31d6e arm: socfpga: reset: Add SDMMC, QSPI and DMA defines by Marek Vasut · Thu Jul 09 04:28:13 2015 +0200
  8. 49edbd4 arm: socfpga: reset: Add function to reset add peripherals by Marek Vasut · Thu Jul 09 04:27:28 2015 +0200
  9. aeb2c35 arm: socfpga: reset: Repair bridge reset handling by Marek Vasut · Thu Jul 09 03:52:12 2015 +0200
  10. 75f6b5c arm: socfpga: reset: Replace ad-hoc reset functions by Marek Vasut · Thu Jul 09 02:51:56 2015 +0200
  11. 3425eeb arm: socfpga: reset: Implement unified function to toggle reset by Marek Vasut · Thu Jul 09 02:45:15 2015 +0200
  12. bb1f889 arm: socfpga: reset: Start reworking the SoCFPGA reset manager by Marek Vasut · Thu Jul 09 02:30:35 2015 +0200
  13. ab8f13f arm: socfpga: reset: Add missing reset manager regs by Marek Vasut · Thu Jul 09 03:39:06 2015 +0200
  14. 0eacf7e ddr: altera: Fix debug message format in sequencer by Marek Vasut · Fri Jun 26 18:56:54 2015 +0200
  15. 452d639 ddr: altera: Fix typo in mp_threshold1 programming by Marek Vasut · Thu Jul 09 01:47:56 2015 +0200
  16. e08c559 ddr: altera: Move struct sdram_prot_rule prototype by Marek Vasut · Sun Jul 26 10:37:54 2015 +0200
  17. 43bb47e arm: socfpga: Move sdram_config.h to board dir by Marek Vasut · Sun Jul 12 15:59:10 2015 +0200
  18. 06e36ea arm: socfpga: enable the Altera SDRAM controller driver by Dinh Nguyen · Tue Jun 02 22:52:50 2015 -0500
  19. 135cc7f driver/ddr/altera: Add the sdram calibration portion by Dinh Nguyen · Tue Jun 02 22:52:49 2015 -0500
  20. 429642c driver/ddr/altera: Add DDR driver for Altera's SDRAM controller by Dinh Nguyen · Tue Jun 02 22:52:48 2015 -0500
  21. 7e7e617 net: designware: Rename the driver var name to eth_designware by Marek Vasut · Sat Jul 25 18:42:34 2015 +0200
  22. fcab73c net: designware: Add SoCFPGA GMAC DT compatible string by Marek Vasut · Sat Jul 25 18:38:44 2015 +0200
  23. 20a0739 arm: socfpga: Move generated files into qts subdir by Marek Vasut · Sat Jul 25 08:22:21 2015 +0200
  24. 79021fc arm: dts: socfpga: Add mmc alias by Marek Vasut · Sat Jul 25 10:47:22 2015 +0200
  25. ffccc62 arm: dts: socfpga: Fix SPI aliases by Marek Vasut · Tue Jul 21 11:25:14 2015 +0200
  26. 490dfd1 arm: socfpga: Fix FPGA bitstream programming routine by Marek Vasut · Mon Jul 27 22:34:54 2015 +0200
  27. 342ced7 Merge git://git.denx.de/u-boot-dm by Tom Rini · Thu Aug 06 19:56:03 2015 -0400
  28. 952a573 ARM: tegra: Add p2371-0000 board by Stephen Warren · Wed Aug 05 11:52:08 2015 -0600
  29. 1b54a5e ARM: tegra: Add e2220-1170 board by Stephen Warren · Wed Aug 05 11:52:07 2015 -0600
  30. 1bf63fd ARM: tegra: p2571: remove another unused define by Stephen Warren · Wed Aug 05 11:51:11 2015 -0600
  31. 5e270dc ARM: tegra: enable GPU DT node when appropriate by Alexandre Courbot · Thu Jul 09 16:33:01 2015 +0900
  32. 7f936d4 ARM: tegra: move VPR configuration to a later stage by Alexandre Courbot · Thu Jul 09 16:33:00 2015 +0900
  33. 093b965 ARM: tegra: add comment re: autogeneration to pinmux headers by Stephen Warren · Thu Jul 30 14:34:09 2015 -0600
  34. 30d1966 ARM: tegra: restrict usable RAM size further by Stephen Warren · Wed Jul 29 13:47:58 2015 -0600
  35. 2566776 exynos: dts: Correct LDO and BUCK naming by Simon Glass · Mon Aug 03 08:19:19 2015 -0600
  36. 9bbb37f x86: Enable debug UART for Minnowmax by Simon Glass · Sun Aug 02 18:07:21 2015 -0600
  37. c4a9cbe dm: core: Fix a typo in the uclass_get_device_by_name() comment by Simon Glass · Thu Jul 30 13:40:40 2015 -0600
  38. e3b23e2 dm: core: Add a way to set a device name by Simon Glass · Thu Jul 30 13:40:39 2015 -0600
  39. 17d7676 sandbox: Enable devres subsystem by Simon Glass · Tue Jul 28 11:53:14 2015 -0600
  40. f929c0b devres: add debug command to dump device resources by Masahiro Yamada · Sat Jul 25 21:52:38 2015 +0900
  41. 029bfca devres: make Devres optional with CONFIG_DEVRES by Masahiro Yamada · Sat Jul 25 21:52:37 2015 +0900
  42. b475e1f devres: add devm_kmalloc() and friends (managed memory allocators) by Masahiro Yamada · Sat Jul 25 21:52:36 2015 +0900
  43. 8b15b16 devres: introduce Devres (Managed Device Resource) framework by Masahiro Yamada · Sat Jul 25 21:52:35 2015 +0900
  44. bdbb5dd dm: add DM_FLAG_BOUND flag by Masahiro Yamada · Sat Jul 25 21:52:34 2015 +0900
  45. 59b6196 dm: Support address translation for simple-bus by Simon Glass · Tue Jul 07 20:53:44 2015 -0600
  46. 68c4197 net: smsc95xx: Add driver-model support by Simon Glass · Tue Jul 07 20:53:42 2015 -0600
  47. 3faecae net: smsc95xx: Prepare for conversion to driver model by Simon Glass · Tue Jul 07 20:53:41 2015 -0600
  48. ebe0e5a net: smsc95xx: Correct the error numbers by Simon Glass · Tue Jul 07 20:53:40 2015 -0600
  49. 4d89e5b net: smsc95xx: Rename AX_RX_URB_SIZE to RX_URB_SIZE by Simon Glass · Tue Jul 07 20:53:39 2015 -0600
  50. ce48e50 net: smsc95xx: Sort the include files by Simon Glass · Tue Jul 07 20:53:38 2015 -0600
  51. a7ea72c dm: usb: Add driver-model support to dwc2 by Simon Glass · Tue Jul 07 20:53:37 2015 -0600
  52. e3c23a0 dm: usb: Prepare dwc2 driver for driver-model conversion by Simon Glass · Tue Jul 07 20:53:36 2015 -0600
  53. e96ba56 dm: usb: Add an errno.h header to usb_ether.c by Simon Glass · Tue Jul 07 20:53:35 2015 -0600
  54. 8e5efa0 dm: Make regmap and syscon optional by Simon Glass · Fri Jul 17 09:22:07 2015 -0600
  55. 5689372 lib/fdtdec: Fix fdt_addr_t and fdt_size_t typedef by York Sun · Mon Aug 03 12:02:04 2015 -0700
  56. aa5b66c lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t type by York Sun · Mon Aug 03 12:02:05 2015 -0700
  57. b139836 exynos: Add support for spring by Simon Glass · Mon Aug 03 08:19:37 2015 -0600
  58. 489870e exynos: video: Remove non-device-tree code by Simon Glass · Mon Aug 03 08:19:36 2015 -0600
  59. abfb852 dts: Drop unused compatible ID for the NXP video bridge by Simon Glass · Mon Aug 03 08:19:35 2015 -0600
  60. 3e5b40f video: Remove the old parade driver by Simon Glass · Mon Aug 03 08:19:34 2015 -0600
  61. 66d14fc cros_ec: Remove the old tunnel code by Simon Glass · Mon Aug 03 08:19:33 2015 -0600
  62. 50bcd1d power: Remove old TPS65090 drivers by Simon Glass · Mon Aug 03 08:19:32 2015 -0600
  63. 73f6a53 exynos: Drop old exynos5250-specific board code by Simon Glass · Mon Aug 03 08:19:31 2015 -0600
  64. 3493eb2 exynos: Drop old exynos5420-specific board code by Simon Glass · Mon Aug 03 08:19:30 2015 -0600
  65. 0b18b80 exynos: config: Move common options to the common headers and tidy up by Simon Glass · Mon Aug 03 08:19:29 2015 -0600
  66. bf8ce88 exynos: Remove unneeded device tree control #ifdefs by Simon Glass · Thu Jul 02 18:16:23 2015 -0600
  67. 76fc3ad exynos: Enable new features for exynos5 boards by Simon Glass · Mon Aug 03 08:19:28 2015 -0600
  68. dc4d5e5 exynos: Add common board code for exynos5 boards that use device tree by Simon Glass · Mon Aug 03 08:19:27 2015 -0600
  69. 32d4bb7 exynos: dts: Drop the old TPS65090 I2C node by Simon Glass · Mon Aug 03 08:19:26 2015 -0600
  70. 2786ddc dts: exynos: snow: Add a new node for the NXP video bridge driver by Simon Glass · Thu Jul 02 18:16:19 2015 -0600
  71. 5da3651 dts: exynos: pit: Add a new node for the parade video bridge driver by Simon Glass · Thu Jul 02 18:16:18 2015 -0600
  72. 2d96e4b dts: exynos: snow: Add memory layout description by Simon Glass · Thu Jul 02 18:16:17 2015 -0600
  73. 230c143 dm: gpio: Check a GPIO is valid before using it by Simon Glass · Thu Jul 02 18:16:16 2015 -0600
  74. 004ee3b exynos: Tidy up CPU frequency display by Simon Glass · Thu Jul 02 18:16:15 2015 -0600
  75. 5e7ab07 exynos: video: Correct debug output by Simon Glass · Thu Jul 02 18:16:14 2015 -0600
  76. 6f6af97 exynos: Add support for the DisplayPort hotplug detect by Simon Glass · Thu Jul 02 18:16:13 2015 -0600
  77. d532ac6 exynos: Correct return value in exynos_mmc_init() by Simon Glass · Thu Jul 02 18:16:12 2015 -0600
  78. 905ed0b exynos: spi: Convert the timeout to debug() by Simon Glass · Thu Jul 02 18:16:11 2015 -0600
  79. 97dd3e5 dm: video: Add support for the NXP PTN3460 bridge by Simon Glass · Thu Jul 02 18:16:10 2015 -0600
  80. c23a85c dm: video: Add support for the Parade PS8622/625 bridge by Simon Glass · Thu Jul 02 18:16:09 2015 -0600
  81. be72e33 video: Work around lack of pinctrl by Simon Glass · Mon Aug 03 08:19:20 2015 -0600
  82. 7cf1757 dm: video: Add support for video bridges by Simon Glass · Thu Jul 02 18:16:08 2015 -0600
  83. e5c88ea dm: pmic: Display the regulator limits on error by Simon Glass · Thu Jul 02 18:16:07 2015 -0600
  84. f55c951 dm: power: Don't return an error when regulators are not autoset by Simon Glass · Thu Jul 02 18:16:06 2015 -0600
  85. fdcc59b dm: pmic: max77686: Support all BUCK regulators by Simon Glass · Mon Aug 03 08:19:25 2015 -0600
  86. 2ede005 dm: power: max77686: Correct BUCK register access by Simon Glass · Thu Jul 02 18:16:04 2015 -0600
  87. 605ecd1 dm: pmic: Correct the pmic_reg_write() implementation by Simon Glass · Thu Jul 02 18:16:03 2015 -0600
  88. 50a4926 dm: pmic: max77686: Correct a few nits by Simon Glass · Thu Jul 02 18:16:02 2015 -0600
  89. 2336103 dm: power: Add support for S5M8767 regulators by Simon Glass · Thu Jul 02 18:16:01 2015 -0600
  90. 0165149 dm: power: Add support for the S5M8767 PMIC by Simon Glass · Thu Jul 02 18:16:00 2015 -0600
  91. 9fa8e9c dm: power: Add support for TPS65090 FETs by Simon Glass · Thu Jul 02 18:15:59 2015 -0600
  92. c087111 dm: power: Add a new driver for the TPS65090 PMIC by Simon Glass · Thu Jul 02 18:15:58 2015 -0600
  93. 8ed4bc1 exynos: Enable the debug UART in SPL by Simon Glass · Thu Jul 02 18:15:55 2015 -0600
  94. 74afb29 exynos: Add debug UART support for Samsung S5P serial by Simon Glass · Thu Jul 02 18:15:54 2015 -0600
  95. 405fd14 exynos: serial: Refactor init code for debug UART by Simon Glass · Thu Jul 02 18:15:53 2015 -0600
  96. eb2cc51 cros_ec: Support the LDO access method used by spring by Simon Glass · Mon Aug 03 08:19:24 2015 -0600
  97. 9ad07af dm: cros_ec: Convert the I2C tunnel code to use driver model by Simon Glass · Mon Aug 03 08:19:23 2015 -0600
  98. 9619944 exynos: dts: Support EC tunnel and main TPS65090 regulator by Simon Glass · Thu Jul 02 18:15:50 2015 -0600
  99. eef15f2 exynos: dts: Add PMIC and regulator definitions by Simon Glass · Thu Jul 02 18:15:49 2015 -0600
  100. 2a61b44 exynos: dts: Sync up I2C ports with the kernel by Simon Glass · Thu Jul 02 18:15:48 2015 -0600