1. 58ea76f dm: pmic: add max77686 pmic driver by Przemyslaw Marczak · Mon Apr 20 20:07:46 2015 +0200
  2. ff0e22b pmic: max77686 set the same compatible as in the kernel by Przemyslaw Marczak · Mon Apr 20 20:07:45 2015 +0200
  3. 6a92312 dm: regulator: add regulator command by Przemyslaw Marczak · Mon Apr 20 20:07:44 2015 +0200
  4. 4d56977 dm: pmic: add pmic command by Przemyslaw Marczak · Mon Apr 20 20:07:43 2015 +0200
  5. 08edd00 dm: regulator: add implementation of driver model regulator uclass by Przemyslaw Marczak · Mon Apr 20 20:07:42 2015 +0200
  6. 9a8bc95 dm: pmic: add implementation of driver model pmic uclass by Przemyslaw Marczak · Mon Apr 20 20:07:41 2015 +0200
  7. 3755013 lib: Kconfig: add entry for errno_str() function by Przemyslaw Marczak · Mon Apr 20 20:07:40 2015 +0200
  8. 51b8fd6 exynos4-common: remove the unsued CONFIG_CMD_PMIC by Przemyslaw Marczak · Mon Apr 20 20:07:39 2015 +0200
  9. c7444d8 exynos5: fix build break by adding CONFIG_POWER by Przemyslaw Marczak · Mon Apr 20 20:07:38 2015 +0200
  10. 8262cb1 i2c: mxc: refactor i2c driver and support dm by Peng Fan · Fri May 15 07:29:12 2015 +0800
  11. cf99d02 imx: mx27 move GPIO_PORTx to gpio.h by Peng Fan · Fri May 15 07:29:13 2015 +0800
  12. 8050873 sunxi: Change usb-kbd interrupt polling to use an usb interrupt queue by Hans de Goede · Wed May 13 14:42:18 2015 +0200
  13. 5477e6f usb: ohci: Add support for interrupt queues by Hans de Goede · Wed May 13 14:42:17 2015 +0200
  14. 66b1d6d usb: ohci: Add an ohci_alloc_urb() function by Hans de Goede · Wed May 13 14:42:16 2015 +0200
  15. d7a3942 usb: ohci: Do not reuse ed for interrupt endpoints of different devices by Hans de Goede · Wed May 13 14:42:15 2015 +0200
  16. e35534c sandbox: Support wide-screen LCD emulation by Simon Glass · Mon May 04 11:31:12 2015 -0600
  17. ad29aa0 sandbox: Fix warning in display_options by Simon Glass · Mon May 04 11:31:11 2015 -0600
  18. bb213e3 sandbox: spi: Add newline to printf() in sandbox_sf_probe by Simon Glass · Mon May 04 11:31:10 2015 -0600
  19. ee67a94 sandbox: cros_ec: Support EC_CMD_ENTERING_MODE emulation by Simon Glass · Mon May 04 11:31:09 2015 -0600
  20. 07a3b23 sandbox: Add missing errno.h includes in a few files by Simon Glass · Mon May 04 11:31:08 2015 -0600
  21. 342fa54 sandbox: Correct error handling in state_read_file() by Simon Glass · Mon May 04 11:31:07 2015 -0600
  22. 32db57d arm: Add a prototype for save_boot_params_ret() by Simon Glass · Mon May 04 11:31:03 2015 -0600
  23. c1964d3 arm: Include the .got section in the binary by Simon Glass · Mon May 04 11:31:02 2015 -0600
  24. 518827e dm: gpio: Fix comment typo in GPIOD_IS_IN by Simon Glass · Mon May 04 11:31:01 2015 -0600
  25. 023ff8a tpm: Rename Infineon TPM to slb9645tt by Simon Glass · Mon May 04 11:31:00 2015 -0600
  26. c9a3e84 tpm: Support using driver model with I2C by Simon Glass · Mon May 04 11:30:59 2015 -0600
  27. 9a1589a dm: i2c: Add a function to find out the chip offset length by Simon Glass · Mon May 04 11:30:58 2015 -0600
  28. b8c2f88 dm: i2c: Implement 'i2c bus' command for driver model by Simon Glass · Mon May 04 11:30:57 2015 -0600
  29. 2b36da1 bootstage: Add IDs for SPI flash reading and decompression by Simon Glass · Mon May 04 11:30:56 2015 -0600
  30. 0489ee3 usb: add device connection/disconnection detection by Vincent Palatin · Mon May 04 11:30:54 2015 -0600
  31. 804fa57 sunxi: ohci: Add ohci usb host controller support by Hans de Goede · Sun May 10 14:10:27 2015 +0200
  32. 4dba108 sunxi: ehci: Convert to the driver-model by Hans de Goede · Sun May 10 14:10:26 2015 +0200
  33. 8a62c50 usb: ohci: Add dm support by Hans de Goede · Sun May 10 14:10:25 2015 +0200
  34. d6cc1d1 usb: ohci: Skip unnecessary mdelay(1) calls in various places by Hans de Goede · Sun May 10 14:10:24 2015 +0200
  35. f9d72a6 usb: ohci: Remove unnecessary delays from hc_start and power power-on paths by Hans de Goede · Sun May 10 14:10:23 2015 +0200
  36. 2787337 usb: ohci: Do not resubmit and leak urbs for interrupt packets by Hans de Goede · Sun May 10 14:10:22 2015 +0200
  37. cebc5b7 dm: usb: Do not scan companion buses if no devices where handed over by Hans de Goede · Sun May 10 14:10:21 2015 +0200
  38. 59a0dfc dm: usb: Add support for companion controllers by Hans de Goede · Sun May 10 14:10:20 2015 +0200
  39. f8762f9 dm: usb: Move printing of usb scan status to usb_scan_bus() by Hans de Goede · Sun May 10 14:10:19 2015 +0200
  40. 0a7fa27 dm: usb: Add support for interrupt queues to the dm usb code by Hans de Goede · Sun May 10 14:10:18 2015 +0200
  41. 53ca9de dm: usb: Prefix ehci interrupt-queue functions with _ehci_ by Hans de Goede · Mon May 11 20:43:52 2015 +0200
  42. 63f34ca usb: Stop reset procedure when a dev is handed over to a companion hcd by Hans de Goede · Sun May 10 14:10:16 2015 +0200
  43. 2617752 usb: legacy_hub_port_reset() check and propagate usb_set_port_feature() errors by Hans de Goede · Sun May 10 14:10:15 2015 +0200
  44. e82cd9f usb: usb_control_msg() propagate controller error code by Hans de Goede · Sun May 10 14:10:14 2015 +0200
  45. b5b3ef2 usb: Fix handover of full-speed devices from ehci to companion by Hans de Goede · Sun May 10 14:10:13 2015 +0200
  46. 9fcb5ef arch/arm/lib/bootm-fdt.c: Guard the include of <asm/armv7.h> by Tom Rini · Thu May 14 11:07:03 2015 -0400
  47. 9d3f896 Use map_sysmem when accessing memory in setexpr by Joe Hershberger · Mon May 11 13:53:13 2015 -0500
  48. 1c4d1f7 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · Thu May 14 07:01:11 2015 -0400
  49. 84270fc Merge branch 'master' of git://git.denx.de/u-boot-arc by Tom Rini · Thu May 14 06:59:35 2015 -0400
  50. 71747b6 Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · Thu May 14 06:59:30 2015 -0400
  51. 097a3d0 spl: Correct address in spl_relocate_stack_gd() by Simon Glass · Wed May 13 21:15:21 2015 -0600
  52. 7a12889 ARM: tegra: move NVIDIA common files to arch/arm/mach-tegra by Masahiro Yamada · Mon Apr 13 10:51:14 2015 +0900
  53. 56c6c31 jetson-tk1: Add PSCI configuration options and reserve secure code by Ian Campbell · Tue Apr 21 07:18:40 2015 +0200
  54. ee91dc2 tegra: Boot in non-secure mode by default by Jan Kiszka · Tue Apr 21 07:18:39 2015 +0200
  55. a16875a ARM: tegra: Enable SMMU when going non-secure by Thierry Reding · Tue Apr 21 07:18:38 2015 +0200
  56. 7cccf45 tegra: Set CNTFRQ for secondary CPUs by Jan Kiszka · Tue Apr 21 07:18:37 2015 +0200
  57. d07e7b0 tegra124: Reserve secure RAM using MC_SECURITY_CFG{0, 1}_0 by Ian Campbell · Tue Apr 21 07:18:36 2015 +0200
  58. 52bb8f9 tegra124: Add PSCI support for Tegra124 by Jan Kiszka · Tue Apr 21 07:18:35 2015 +0200
  59. 6e67b1b ARM: Add board-specific initialization hook for PSCI by Jan Kiszka · Tue Apr 21 07:18:34 2015 +0200
  60. af0d229 tegra: Make tegra_powergate_power_on public by Jan Kiszka · Tue Apr 21 07:18:33 2015 +0200
  61. cb33440 virt-dt: Allow reservation of secure region when in a RAM carveout by Jan Kiszka · Tue Apr 21 07:18:32 2015 +0200
  62. 7fb7260 tegra124: Add more registers to struct mc_ctlr by Ian Campbell · Tue Apr 21 07:18:31 2015 +0200
  63. b73b1e2 ARM: Put target PC for PSCI CPU_ON on per-CPU stack by Jan Kiszka · Tue Apr 21 07:18:30 2015 +0200
  64. 9c0f35a ARM: Factor out reusable psci_get_cpu_stack_top by Jan Kiszka · Tue Apr 21 07:18:29 2015 +0200
  65. b6680e6 ARM: Factor out reusable psci_cpu_entry by Jan Kiszka · Tue Apr 21 07:18:28 2015 +0200
  66. 80c26bc ARM: Factor out reusable psci_cpu_off_common by Jan Kiszka · Tue Apr 21 07:18:27 2015 +0200
  67. 2ecdd68 ARM: Factor out common psci_get_cpu_id by Jan Kiszka · Tue Apr 21 07:18:26 2015 +0200
  68. ac31b5a ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditions by Jan Kiszka · Tue Apr 21 07:18:24 2015 +0200
  69. 9869cec ARM: tegra: enable STDIO deregistration by Stephen Warren · Tue Apr 14 08:41:14 2015 -0600
  70. f61f129 ARM: tegra: CONFIG_{SYS_, }LOAD{_, }ADDR rationalization by Stephen Warren · Wed Apr 01 15:40:53 2015 -0600
  71. 662f2aa tegra124: video: Add full link training for eDP by Simon Glass · Tue Apr 14 21:03:44 2015 -0600
  72. 970eb1e tegra: config: nyan-big: Enable LCD by Simon Glass · Tue Apr 14 21:03:43 2015 -0600
  73. 3ef2a72 tegra: video: support eDP displays on Tegra124 devices by Simon Glass · Tue Apr 14 21:03:42 2015 -0600
  74. f15fe61 tegra: video: Add Embedded DisplayPort driver by Simon Glass · Tue Apr 14 21:03:41 2015 -0600
  75. f4f5cfa tegra: video: Support serial output resource (SOR) on tegra124 by Simon Glass · Tue Apr 14 21:03:40 2015 -0600
  76. 9a2b4ed tegra: dts: nyan-big: Add definitions for eDP display by Simon Glass · Tue Apr 14 21:03:39 2015 -0600
  77. 06679ad dm: video: Add a uclass for display port by Simon Glass · Tue Apr 14 21:03:38 2015 -0600
  78. eda7732 edid: Add a function to read detailed monitor timings by Simon Glass · Tue Apr 14 21:03:37 2015 -0600
  79. 994a191 video: Add drm_dp_helper.h by Simon Glass · Tue Apr 14 21:03:36 2015 -0600
  80. a11a43a tegra: Move display controller header into common by Simon Glass · Tue Apr 14 21:03:35 2015 -0600
  81. 93a1995 tegra124: clock: Add display clocks and functions by Simon Glass · Tue Apr 14 21:03:34 2015 -0600
  82. d2d1c3f tegra: clock: Split the clock source code into a separate function by Simon Glass · Tue Apr 14 21:03:33 2015 -0600
  83. 6017b9a tegra: clock: Add checking for invalid clock IDs by Simon Glass · Tue Apr 14 21:03:32 2015 -0600
  84. ea797e5 tegra: config: Use CONFIG_LCD to detect LCD presence by Simon Glass · Tue Apr 14 21:03:31 2015 -0600
  85. f33fd60 tegra124: dts: Add host1x node to provide display information by Simon Glass · Tue Apr 14 21:03:30 2015 -0600
  86. 5ec924c tegra: nyan-big: Add LCD PMIC init and board ID by Simon Glass · Tue Apr 14 21:03:29 2015 -0600
  87. 0655c91 tegra: Add support for setting up a as3722 PMIC by Simon Glass · Tue Apr 14 21:03:28 2015 -0600
  88. 0cf62dd tegra: Provide a function to allow LCD PMIC setup by Simon Glass · Tue Apr 14 21:03:27 2015 -0600
  89. 053da13 power: Export register access functions from as3722 by Simon Glass · Tue Apr 14 21:03:26 2015 -0600
  90. 69c93c7 tegra: Add a board ID function by Simon Glass · Tue Apr 14 21:03:25 2015 -0600
  91. 675804d tegra: Move checkboard() into the board code by Simon Glass · Tue Apr 14 21:03:24 2015 -0600
  92. eb49487 tegra: pwm: Allow the clock rate to be left as is by Simon Glass · Tue Apr 14 21:03:23 2015 -0600
  93. 142af8c tegra: Move the pwm into tegra-common by Simon Glass · Tue Apr 14 21:03:22 2015 -0600
  94. b24e864 fdt: Add binding decode function for display-timings by Simon Glass · Tue Apr 14 21:03:21 2015 -0600
  95. bef54db dm: gpio: Add error handling and a function to claim vector GPIOs by Simon Glass · Tue Apr 14 21:03:20 2015 -0600
  96. 10d8904f dm: core: Sort the uclasses by Simon Glass · Tue Apr 14 21:03:19 2015 -0600
  97. 636fd74 arc: remove dummy target by Alexey Brodkin · Wed May 13 13:48:07 2015 +0300
  98. bdfcebb ARM: at91: trival: fix typo for the nand partition name by Wu, Josh · Thu Apr 30 18:22:02 2015 +0800
  99. e05deeb ARM: at91: remove non-generic boards by Masahiro Yamada · Wed Apr 08 18:15:53 2015 +0900
  100. 4ec537a arc: use more universal prefix for default CROSS_COMPILE by Masahiro Yamada · Wed May 13 18:49:31 2015 +0900