1. ab0bb0f mxc_ocotp: Do not disable the OCOTP clock after every access by Fabio Estevam · Tue Nov 25 13:11:08 2014 -0200
  2. f9499c6 mxs_ocotp: clear the error flag before initiating write operation by Hector Palacios · Fri Nov 21 17:54:44 2014 +0100
  3. d867bef mxs_ocotp: check for errors from the OTP controller after writing by Hector Palacios · Fri Nov 21 17:54:43 2014 +0100
  4. 2dd462a mxs_ocotp: prevent error path from returning success by Hector Palacios · Fri Nov 21 17:54:42 2014 +0100
  5. 7e08a1f Merge git://git.denx.de/u-boot-dm by Tom Rini · Mon Nov 24 12:01:48 2014 -0500
  6. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · Fri Nov 07 03:03:31 2014 +0900
  7. 73c1ecf cros_ec: Fix uninitialised variable in cros_ec.c by Simon Glass · Tue Nov 11 18:06:30 2014 -0700
  8. eff8e68 replace DIV_ROUND with DIV_ROUND_CLOSEST by Masahiro Yamada · Fri Nov 07 03:03:26 2014 +0900
  9. 56b661f Merge git://git.denx.de/u-boot-x86 by Tom Rini · Thu Oct 23 06:54:03 2014 -0400
  10. a1a3430 x86: cros_ec: Update LPC driver for new cros_ec header by Simon Glass · Fri Oct 10 07:30:15 2014 -0600
  11. ffae791 dm: exynos: cros_ec: Move cros_ec_spi to driver model by Simon Glass · Mon Oct 13 23:42:16 2014 -0600
  12. ff425d8 dm: sandbox: cros_ec: Move sandbox cros_ec to driver module by Simon Glass · Mon Oct 13 23:42:15 2014 -0600
  13. 44569b5 dm: cros_ec: Add support for driver model by Simon Glass · Mon Oct 13 23:42:14 2014 -0600
  14. f3e12b7 kconfig: add blank Kconfig files by Masahiro Yamada · Tue Sep 16 16:32:58 2014 +0900
  15. c2a700f cros_ec: Fix two bugs in the SPI implementation by Simon Glass · Mon Jul 07 10:16:37 2014 -0600
  16. 0d1e1f7 stdio: Pass device pointer to stdio methods by Simon Glass · Wed Jul 23 06:54:59 2014 -0600
  17. bfe88fe includes: move openssl headers to include/u-boot by Jeroen Hofstee · Thu Jun 12 22:27:12 2014 +0200
  18. d377b61 driver/fsl_ifc: Add a function to finalize CS0 address binding by York Sun · Wed Mar 19 13:52:34 2014 -0700
  19. 5f1f8ef Merge branch 'master' of git://git.denx.de/u-boot-arm into master by Stefano Babic · Fri Apr 04 11:35:30 2014 +0200
  20. 59251ce ARM: mxs: Add OCOTP driver by Marek Vasut · Thu Mar 06 01:52:03 2014 +0100
  21. 9b0d1c9 cros_ec: Implement I2C pass-through by Simon Glass · Thu Feb 27 13:26:14 2014 -0700
  22. 36170f0 cros_ec: sandbox: Add Chrome OS EC emulation by Simon Glass · Thu Feb 27 13:26:12 2014 -0700
  23. 19cc295 cros_ec: Correct comparison between signed and unsigned numbers by Simon Glass · Thu Feb 27 13:26:11 2014 -0700
  24. ce3ebb9 cros_ec: spi: Add support for EC protocol version 3 by Randall Spangler · Thu Feb 27 13:26:10 2014 -0700
  25. 13c7c5b cros_ec: Add base support for protocol v3 by Simon Glass · Thu Feb 27 13:26:09 2014 -0700
  26. f03e970 cros_ec: Clean up multiple EC protocol support by Randall Spangler · Thu Feb 27 13:26:08 2014 -0700
  27. ece2886 cros_ec: Sync up with latest Chrome OS EC version by Simon Glass · Thu Feb 27 13:26:07 2014 -0700
  28. c4af76a cros_ec: Move #ifdef to permit flash region access by Simon Glass · Thu Feb 27 13:26:06 2014 -0700
  29. 2f54881 cros_ec: Drop old EC version support from EC driver by Vadim Bendebury · Thu Feb 27 13:26:04 2014 -0700
  30. 3c59abc cros_ec: Add a function for decoding the Chrome OS EC flashmap by Simon Glass · Thu Feb 27 13:26:03 2014 -0700
  31. a73f004 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · Mon Jan 06 08:49:58 2014 +0100
  32. a1d1ff6 arm: mx5: Add fuse supply enable in fsl_iim by Sergey Alyoshin · Tue Dec 17 23:24:54 2013 +0400
  33. 49e9d2c spi_flash: Add spi_flash_probe_fdt() to locate SPI by FDT node by Simon Glass · Tue Dec 03 16:43:24 2013 -0700
  34. a69aac7 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · Mon Dec 02 08:38:28 2013 -0500
  35. 37562f6 Driver/IFC: Move Freescale IFC driver to a common driver by York Sun · Tue Oct 22 12:39:02 2013 -0700
  36. 203bd9f gpio_led: add support for inverted polarity by Igor Grinberg · Fri Nov 08 01:03:52 2013 +0200
  37. 80dfc42 gpio_led: check gpio_request() return value by Igor Grinberg · Fri Nov 08 01:03:51 2013 +0200
  38. 5594ce4 drivers: convert makefiles to Kbuild style by Masahiro Yamada · Thu Oct 17 17:34:57 2013 +0900
  39. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · Mon Oct 07 13:07:26 2013 +0200
  40. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  41. 62899fc cros: add LPC support for cros_ec by Hung-ying Tyan · Wed May 15 18:27:31 2013 +0800
  42. 0039123 cros: exynos: add SPI support for cros_ec by Hung-ying Tyan · Wed May 15 18:27:30 2013 +0800
  43. 6830408 cros: add I2C support for cros_ec by Hung-ying Tyan · Wed May 15 18:27:29 2013 +0800
  44. c48ca88f cros: add cros_ec driver by Hung-ying Tyan · Wed May 15 18:27:28 2013 +0800
  45. 66f827b Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · Sat May 11 22:24:28 2013 +0200
  46. d26a106 twl4030: make twl4030_i2c_write_u8 prototype consistent by Nishanth Menon · Tue Mar 26 05:20:49 2013 +0000
  47. 20db631 Add mxc_ocotp driver by Benoît Thébaudeau · Tue Apr 23 10:17:44 2013 +0000
  48. 7ee151d Add fsl_iim driver by Benoît Thébaudeau · Tue Apr 23 10:17:41 2013 +0000
  49. e53e53b x86: Add console command to display CBMEM console buffer by Vadim Bendebury · Fri Oct 12 18:48:48 2012 +0000
  50. 263a8bd x86: Add CBMEM console driver for coreboot by Vadim Bendebury · Fri Oct 12 18:48:47 2012 +0000
  51. 3d48872 powerpc/mpc8xxx: move LAW code into arch/powerpc/cpu/mpc8xxx by Scott Wood · Fri Aug 17 16:17:50 2012 -0500
  52. 257c531 pmic: Move pmic related code to ./drivers/power directory by Łukasz Majewski · Tue Nov 13 03:21:59 2012 +0000
  53. 1c6dba1 pmic: Extend PMIC framework to support multiple instances of PMIC devices by Łukasz Majewski · Tue Nov 13 03:21:55 2012 +0000
  54. 72ac794 pmic:max8997: Switch the MAX8997 PMIC to be used with multibus I2C by Łukasz Majewski · Tue Nov 13 03:21:54 2012 +0000
  55. 40f5ca0 pmic:i2c: Add I2C sensor byte order (big/little) to PMIC framework by Łukasz Majewski · Tue Nov 13 03:21:53 2012 +0000
  56. 8a69187 pmic:i2c: Handle PMIC I2C transmission comprising of two bytes by Łukasz Majewski · Tue Nov 13 03:21:52 2012 +0000
  57. b4611ee powerpc/corenet_ds: Slave module for boot from PCIE by Liu Gang · Thu Aug 09 05:10:03 2012 +0000
  58. e86e1a3 powerpc/corenet_ds: Get rid of the CONFIG_SRIOBOOT_SLAVE_PORTx macro by Liu Gang · Thu Aug 09 05:10:00 2012 +0000
  59. 7a63a55 pmic: dialog: Avoid name conflicts by Fabio Estevam · Mon May 07 10:25:58 2012 +0000
  60. 978923e pmic: Add support for the Dialog DA9053 PMIC by Fabio Estevam · Tue Mar 20 11:40:06 2012 +0000
  61. e2ec82c misc:pmic:max8997 MAX8997 support for PMIC driver by Łukasz Majewski · Thu Mar 29 01:29:17 2012 +0000
  62. d38fb7e pmic_i2c: Return error in case of invalid pmic_i2c_tx_num by Fabio Estevam · Fri Mar 16 11:32:09 2012 +0000
  63. b6e1841 misc: pmic: fix regression in pmic_fsl.c (SPI) by Helmut Raiger · Wed Oct 19 20:34:43 2011 +0000
  64. 8685930 misc: pmic: drop old Freescale's pmic driver by Stefano Babic · Sat Oct 08 11:35:14 2011 +0200
  65. 54324c1 misc: pmic: addI2C support to pmic_fsl driver by Stefano Babic · Thu Oct 06 21:06:39 2011 +0200
  66. ca4f5fb misc: pmic: use I2C_SET_BUS in pmic I2C by Stefano Babic · Tue Oct 11 19:18:05 2011 +0200
  67. 222be65 misc: pmic: Freescale PMIC switches to generic PMIC driver by Stefano Babic · Wed Oct 05 12:38:27 2011 +0200
  68. bad888c misc:pmic:max8998 MAX8998 support at a new PMIC driver. by Łukasz Majewski · Mon Oct 03 19:45:50 2011 +0000
  69. 16db062 misc:pmic:core New generic PMIC driver by Łukasz Majewski · Thu Oct 06 02:37:34 2011 +0000
  70. 6d346a7 cosmetic: fsl_pmic: cosmetic for the help message by Jason Liu · Wed Sep 21 19:30:53 2011 +0000
  71. 60fbc8d Convert ISO-8859 files to UTF-8 by Albert ARIBAUD · Thu Aug 04 18:45:45 2011 +0200
  72. 80f7021 Minor coding style cleanup. by Wolfgang Denk · Thu May 19 22:21:41 2011 +0200
  73. 6a74ade powerpc/8xxx: Fix LAW init to respect pre-initialized entries by Kumar Gala · Thu Feb 03 09:02:13 2011 -0600
  74. 978bb79 fsl_law: Fix LAW printing function by Kumar Gala · Sat Feb 12 15:34:08 2011 -0600
  75. 6379513 Add basic support for Freescale's mc9sdz60 by Stefano Babic · Wed Jan 19 22:46:29 2011 +0000
  76. e50ced8 fsl_pmic: add I2C interface support by Liu Hui-R64343 · Mon Jan 03 22:27:40 2011 +0000
  77. fe13711 powerpc/8xxx: Introduce 85xx, 86xx, QorIQ config headers by Kumar Gala · Wed Jan 19 03:05:26 2011 -0600
  78. bd29be8 powerpc/p2040: Add various p2040 specific information by Kumar Gala · Tue Jun 01 10:29:11 2010 -0500
  79. b07a7de powerpc/85xx: Add Support for Freescale P1014 Processor by Poonam Aggrwal · Thu Jan 13 21:40:05 2011 +0530
  80. 2ba3ee0 powerpc/85xx: Add Support for Freescale P1010 Processor by Poonam Aggrwal · Thu Jan 13 21:39:27 2011 +0530
  81. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · Fri Nov 05 15:48:07 2010 +0100
  82. 7f0ca34 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Wed Oct 13 20:59:47 2010 +0200
  83. 435a63d led_display: split led display support into generic and hw-dependent parts by Ilya Yanok · Thu Sep 09 23:03:32 2010 +0200
  84. 125f82a MXC: Fix byte-ordering in SPI driver for i.MX31/i.MX51 by Stefano Babic · Fri Aug 20 12:05:03 2010 +0200
  85. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · Sat Jul 17 01:06:04 2010 +0200
  86. f2134b8 powerpc/p3041: Add various p3041 related defines by Kumar Gala · Wed Jan 27 10:26:46 2010 -0600
  87. 7ee3d94 powerpc/p5020: Add various p5020 related defines (and p5010) by Kumar Gala · Wed Oct 21 13:32:58 2009 -0500
  88. d58f8d5 fsl_law.c: Add print_laws() for FSL_CORENET platforms. by Becky Bruce · Thu Jun 17 11:37:24 2010 -0500
  89. eb891f0 drivers/misc/fsl_law.c: Rearrange code to avoid duplication by Becky Bruce · Thu Jun 17 11:37:23 2010 -0500
  90. 2658e66 gpio_led: add gpio_request to __led_init by Thomas Chou · Wed Jun 09 13:32:46 2010 +0800
  91. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  92. 836fcc5 misc: add gpio based status led driver by Thomas Chou · Fri Apr 30 11:34:14 2010 +0800
  93. 6a0034d MX: Added Freescale Power Management Driver by Stefano Babic · Sun Apr 04 23:08:03 2010 +0200
  94. 16a276e 85xx: Added various P1012/P1013/P1021/P1022 defines by Kumar Gala · Tue Mar 30 23:06:53 2010 -0500
  95. 17887bf TWL4030: make LEDs selectable for twl4030_led_init() by Grazvydas Ignotas · Thu Dec 10 17:10:21 2009 +0200
  96. 93f5381 ppc/85xx: get_law_entry isn't used in CONFIG_NAND_SPL by Kumar Gala · Wed Sep 30 08:39:44 2009 -0500
  97. bb5409c ppc/p4080: Add various p4080 related defines (and p4040) by Kumar Gala · Thu Mar 19 02:39:17 2009 -0500
  98. 65e6c32 ppc/p4080: Add support for CoreNet style platform LAWs by Kumar Gala · Thu Mar 19 02:32:23 2009 -0500
  99. 0255cd7 ppc/85xx: add boot from NAND/eSDHC/eSPI support by Mingkai Hu · Fri Sep 11 14:19:10 2009 +0800
  100. 52fa71f fsl: add register read-back to set_law() by Timur Tabi · Fri Sep 04 17:05:24 2009 -0500