1. 9a1589a dm: i2c: Add a function to find out the chip offset length by Simon Glass · Mon May 04 11:30:58 2015 -0600
  2. b8c2f88 dm: i2c: Implement 'i2c bus' command for driver model by Simon Glass · Mon May 04 11:30:57 2015 -0600
  3. 2b36da1 bootstage: Add IDs for SPI flash reading and decompression by Simon Glass · Mon May 04 11:30:56 2015 -0600
  4. 0489ee3 usb: add device connection/disconnection detection by Vincent Palatin · Mon May 04 11:30:54 2015 -0600
  5. 804fa57 sunxi: ohci: Add ohci usb host controller support by Hans de Goede · Sun May 10 14:10:27 2015 +0200
  6. 4dba108 sunxi: ehci: Convert to the driver-model by Hans de Goede · Sun May 10 14:10:26 2015 +0200
  7. 8a62c50 usb: ohci: Add dm support by Hans de Goede · Sun May 10 14:10:25 2015 +0200
  8. d6cc1d1 usb: ohci: Skip unnecessary mdelay(1) calls in various places by Hans de Goede · Sun May 10 14:10:24 2015 +0200
  9. 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
  10. 2787337 usb: ohci: Do not resubmit and leak urbs for interrupt packets by Hans de Goede · Sun May 10 14:10:22 2015 +0200
  11. 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
  12. 59a0dfc dm: usb: Add support for companion controllers by Hans de Goede · Sun May 10 14:10:20 2015 +0200
  13. 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
  14. 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
  15. 53ca9de dm: usb: Prefix ehci interrupt-queue functions with _ehci_ by Hans de Goede · Mon May 11 20:43:52 2015 +0200
  16. 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
  17. 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
  18. e82cd9f usb: usb_control_msg() propagate controller error code by Hans de Goede · Sun May 10 14:10:14 2015 +0200
  19. b5b3ef2 usb: Fix handover of full-speed devices from ehci to companion by Hans de Goede · Sun May 10 14:10:13 2015 +0200
  20. 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
  21. 9d3f896 Use map_sysmem when accessing memory in setexpr by Joe Hershberger · Mon May 11 13:53:13 2015 -0500
  22. 1c4d1f7 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · Thu May 14 07:01:11 2015 -0400
  23. 84270fc Merge branch 'master' of git://git.denx.de/u-boot-arc by Tom Rini · Thu May 14 06:59:35 2015 -0400
  24. 71747b6 Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · Thu May 14 06:59:30 2015 -0400
  25. 097a3d0 spl: Correct address in spl_relocate_stack_gd() by Simon Glass · Wed May 13 21:15:21 2015 -0600
  26. 7a12889 ARM: tegra: move NVIDIA common files to arch/arm/mach-tegra by Masahiro Yamada · Mon Apr 13 10:51:14 2015 +0900
  27. 56c6c31 jetson-tk1: Add PSCI configuration options and reserve secure code by Ian Campbell · Tue Apr 21 07:18:40 2015 +0200
  28. ee91dc2 tegra: Boot in non-secure mode by default by Jan Kiszka · Tue Apr 21 07:18:39 2015 +0200
  29. a16875a ARM: tegra: Enable SMMU when going non-secure by Thierry Reding · Tue Apr 21 07:18:38 2015 +0200
  30. 7cccf45 tegra: Set CNTFRQ for secondary CPUs by Jan Kiszka · Tue Apr 21 07:18:37 2015 +0200
  31. d07e7b0 tegra124: Reserve secure RAM using MC_SECURITY_CFG{0, 1}_0 by Ian Campbell · Tue Apr 21 07:18:36 2015 +0200
  32. 52bb8f9 tegra124: Add PSCI support for Tegra124 by Jan Kiszka · Tue Apr 21 07:18:35 2015 +0200
  33. 6e67b1b ARM: Add board-specific initialization hook for PSCI by Jan Kiszka · Tue Apr 21 07:18:34 2015 +0200
  34. af0d229 tegra: Make tegra_powergate_power_on public by Jan Kiszka · Tue Apr 21 07:18:33 2015 +0200
  35. cb33440 virt-dt: Allow reservation of secure region when in a RAM carveout by Jan Kiszka · Tue Apr 21 07:18:32 2015 +0200
  36. 7fb7260 tegra124: Add more registers to struct mc_ctlr by Ian Campbell · Tue Apr 21 07:18:31 2015 +0200
  37. b73b1e2 ARM: Put target PC for PSCI CPU_ON on per-CPU stack by Jan Kiszka · Tue Apr 21 07:18:30 2015 +0200
  38. 9c0f35a ARM: Factor out reusable psci_get_cpu_stack_top by Jan Kiszka · Tue Apr 21 07:18:29 2015 +0200
  39. b6680e6 ARM: Factor out reusable psci_cpu_entry by Jan Kiszka · Tue Apr 21 07:18:28 2015 +0200
  40. 80c26bc ARM: Factor out reusable psci_cpu_off_common by Jan Kiszka · Tue Apr 21 07:18:27 2015 +0200
  41. 2ecdd68 ARM: Factor out common psci_get_cpu_id by Jan Kiszka · Tue Apr 21 07:18:26 2015 +0200
  42. ac31b5a ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditions by Jan Kiszka · Tue Apr 21 07:18:24 2015 +0200
  43. 9869cec ARM: tegra: enable STDIO deregistration by Stephen Warren · Tue Apr 14 08:41:14 2015 -0600
  44. f61f129 ARM: tegra: CONFIG_{SYS_, }LOAD{_, }ADDR rationalization by Stephen Warren · Wed Apr 01 15:40:53 2015 -0600
  45. 662f2aa tegra124: video: Add full link training for eDP by Simon Glass · Tue Apr 14 21:03:44 2015 -0600
  46. 970eb1e tegra: config: nyan-big: Enable LCD by Simon Glass · Tue Apr 14 21:03:43 2015 -0600
  47. 3ef2a72 tegra: video: support eDP displays on Tegra124 devices by Simon Glass · Tue Apr 14 21:03:42 2015 -0600
  48. f15fe61 tegra: video: Add Embedded DisplayPort driver by Simon Glass · Tue Apr 14 21:03:41 2015 -0600
  49. f4f5cfa tegra: video: Support serial output resource (SOR) on tegra124 by Simon Glass · Tue Apr 14 21:03:40 2015 -0600
  50. 9a2b4ed tegra: dts: nyan-big: Add definitions for eDP display by Simon Glass · Tue Apr 14 21:03:39 2015 -0600
  51. 06679ad dm: video: Add a uclass for display port by Simon Glass · Tue Apr 14 21:03:38 2015 -0600
  52. eda7732 edid: Add a function to read detailed monitor timings by Simon Glass · Tue Apr 14 21:03:37 2015 -0600
  53. 994a191 video: Add drm_dp_helper.h by Simon Glass · Tue Apr 14 21:03:36 2015 -0600
  54. a11a43a tegra: Move display controller header into common by Simon Glass · Tue Apr 14 21:03:35 2015 -0600
  55. 93a1995 tegra124: clock: Add display clocks and functions by Simon Glass · Tue Apr 14 21:03:34 2015 -0600
  56. d2d1c3f tegra: clock: Split the clock source code into a separate function by Simon Glass · Tue Apr 14 21:03:33 2015 -0600
  57. 6017b9a tegra: clock: Add checking for invalid clock IDs by Simon Glass · Tue Apr 14 21:03:32 2015 -0600
  58. ea797e5 tegra: config: Use CONFIG_LCD to detect LCD presence by Simon Glass · Tue Apr 14 21:03:31 2015 -0600
  59. f33fd60 tegra124: dts: Add host1x node to provide display information by Simon Glass · Tue Apr 14 21:03:30 2015 -0600
  60. 5ec924c tegra: nyan-big: Add LCD PMIC init and board ID by Simon Glass · Tue Apr 14 21:03:29 2015 -0600
  61. 0655c91 tegra: Add support for setting up a as3722 PMIC by Simon Glass · Tue Apr 14 21:03:28 2015 -0600
  62. 0cf62dd tegra: Provide a function to allow LCD PMIC setup by Simon Glass · Tue Apr 14 21:03:27 2015 -0600
  63. 053da13 power: Export register access functions from as3722 by Simon Glass · Tue Apr 14 21:03:26 2015 -0600
  64. 69c93c7 tegra: Add a board ID function by Simon Glass · Tue Apr 14 21:03:25 2015 -0600
  65. 675804d tegra: Move checkboard() into the board code by Simon Glass · Tue Apr 14 21:03:24 2015 -0600
  66. eb49487 tegra: pwm: Allow the clock rate to be left as is by Simon Glass · Tue Apr 14 21:03:23 2015 -0600
  67. 142af8c tegra: Move the pwm into tegra-common by Simon Glass · Tue Apr 14 21:03:22 2015 -0600
  68. b24e864 fdt: Add binding decode function for display-timings by Simon Glass · Tue Apr 14 21:03:21 2015 -0600
  69. bef54db dm: gpio: Add error handling and a function to claim vector GPIOs by Simon Glass · Tue Apr 14 21:03:20 2015 -0600
  70. 10d8904f dm: core: Sort the uclasses by Simon Glass · Tue Apr 14 21:03:19 2015 -0600
  71. 636fd74 arc: remove dummy target by Alexey Brodkin · Wed May 13 13:48:07 2015 +0300
  72. bdfcebb ARM: at91: trival: fix typo for the nand partition name by Wu, Josh · Thu Apr 30 18:22:02 2015 +0800
  73. e05deeb ARM: at91: remove non-generic boards by Masahiro Yamada · Wed Apr 08 18:15:53 2015 +0900
  74. 4ec537a arc: use more universal prefix for default CROSS_COMPILE by Masahiro Yamada · Wed May 13 18:49:31 2015 +0900
  75. a274ded Clean all defconfigs with savedefconfig by Joe Hershberger · Tue May 12 14:46:24 2015 -0500
  76. f069960 arch: Make board selection choices optional by Joe Hershberger · Tue May 12 14:46:23 2015 -0500
  77. debb9dd Revert "stm32f4: fix serial output" by Tom Rini · Sun May 10 16:01:48 2015 -0400
  78. 937d3e8 kconfig: Move REGEX to Kconfig by Joe Hershberger · Tue Apr 21 17:02:42 2015 -0500
  79. b02c9b9 ppc4xx: Remove sc3 board by Stefan Roese · Thu May 07 13:00:23 2015 +0200
  80. 92e349e serial: fdt: add device tree support for pl01x by Vikas Manocha · Wed May 06 11:46:29 2015 -0700
  81. 5fcee9a Fix broken verify functionality in crc32 command by Joe Hershberger · Tue May 05 12:23:53 2015 -0500
  82. f62c1ec Fix inconsistency of VERIFY defines in cmd_mem by Joe Hershberger · Tue May 05 12:23:52 2015 -0500
  83. b603203 Makefile: add a symbol link tags for ctags by Du Huanpeng · Mon May 04 06:26:53 2015 -0700
  84. eefc953 stv0991: use fdt for serial port platform data by Vikas Manocha · Sun May 03 14:10:35 2015 -0700
  85. 41b4701 stv0991: fdt: add stv0991 device tree by Vikas Manocha · Sun May 03 14:10:34 2015 -0700
  86. 373aa04 overo: Fix regression introduced in a6b541b by Arun Bharadwaj · Tue Apr 28 16:55:30 2015 -0700
  87. 9a0475c overo: Split overo.c into spl.c, common.c and overo.c by Arun Bharadwaj · Tue Apr 28 16:55:29 2015 -0700
  88. 3ca7f9d omap3: overo: Allow boot with kernel in UBI rootfs by Ash Charles · Tue Apr 28 16:17:54 2015 -0700
  89. f235744 omap3: overo: Use software BCH8 ECC for NAND by Ash Charles · Tue Apr 28 16:17:53 2015 -0700
  90. 0aebb31 overo: Add support for Palo35 expansion board by Ash Charles · Tue Apr 28 16:17:52 2015 -0700
  91. 59ae91e omap3: overo: Add DTS support for TobiDuo expansion by Arun Bharadwaj · Tue Apr 28 16:17:51 2015 -0700
  92. d5c20ab omap3: overo: Set the Arbor43C 'expansionname' by Ash Charles · Tue Apr 28 16:17:50 2015 -0700
  93. 4f58ba9 davinci: restore CONFIG_SPL=y to configs/omapl138_lcdk_defconfig by Peter Howard · Wed Apr 29 09:05:57 2015 +1000
  94. 9bc711d cmd_part: fix usage text by maxin.john@enea.com · Tue Apr 28 01:44:58 2015 +0200
  95. 48482ce stm32f4: add serial print port by kunhuahuang · Tue Apr 28 03:01:19 2015 +0800
  96. 7c13ad8 stm32f4: fix serial output by kunhuahuang · Tue Apr 28 02:25:45 2015 +0800
  97. 409d4f7 spl: spl_mmc: Partition raw boot mode for eMMC by Paul Kocialkowski · Mon Apr 27 10:20:23 2015 +0200
  98. 0d13972 spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmetics by Paul Kocialkowski · Mon Apr 27 10:20:22 2015 +0200
  99. 3e59f9e gpio: stm32_gpio: Use clrsetbits_le32() at appropriate places by Axel Lin · Sun Apr 26 10:32:36 2015 +0800
  100. 9826773 board/BuR/common: rename "usbupdate" environment to "usbscript" by Hannes Petermaier · Fri Apr 24 14:49:39 2015 +0200