1. 60fbc8d Convert ISO-8859 files to UTF-8 by Albert ARIBAUD · Thu Aug 04 18:45:45 2011 +0200
  2. 80f7021 Minor coding style cleanup. by Wolfgang Denk · Thu May 19 22:21:41 2011 +0200
  3. 6a74ade powerpc/8xxx: Fix LAW init to respect pre-initialized entries by Kumar Gala · Thu Feb 03 09:02:13 2011 -0600
  4. 978bb79 fsl_law: Fix LAW printing function by Kumar Gala · Sat Feb 12 15:34:08 2011 -0600
  5. 6379513 Add basic support for Freescale's mc9sdz60 by Stefano Babic · Wed Jan 19 22:46:29 2011 +0000
  6. e50ced8 fsl_pmic: add I2C interface support by Liu Hui-R64343 · Mon Jan 03 22:27:40 2011 +0000
  7. fe13711 powerpc/8xxx: Introduce 85xx, 86xx, QorIQ config headers by Kumar Gala · Wed Jan 19 03:05:26 2011 -0600
  8. bd29be8 powerpc/p2040: Add various p2040 specific information by Kumar Gala · Tue Jun 01 10:29:11 2010 -0500
  9. b07a7de powerpc/85xx: Add Support for Freescale P1014 Processor by Poonam Aggrwal · Thu Jan 13 21:40:05 2011 +0530
  10. 2ba3ee0 powerpc/85xx: Add Support for Freescale P1010 Processor by Poonam Aggrwal · Thu Jan 13 21:39:27 2011 +0530
  11. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · Fri Nov 05 15:48:07 2010 +0100
  12. 7f0ca34 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Wed Oct 13 20:59:47 2010 +0200
  13. 435a63d led_display: split led display support into generic and hw-dependent parts by Ilya Yanok · Thu Sep 09 23:03:32 2010 +0200
  14. 125f82a MXC: Fix byte-ordering in SPI driver for i.MX31/i.MX51 by Stefano Babic · Fri Aug 20 12:05:03 2010 +0200
  15. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · Sat Jul 17 01:06:04 2010 +0200
  16. f2134b8 powerpc/p3041: Add various p3041 related defines by Kumar Gala · Wed Jan 27 10:26:46 2010 -0600
  17. 7ee3d94 powerpc/p5020: Add various p5020 related defines (and p5010) by Kumar Gala · Wed Oct 21 13:32:58 2009 -0500
  18. d58f8d5 fsl_law.c: Add print_laws() for FSL_CORENET platforms. by Becky Bruce · Thu Jun 17 11:37:24 2010 -0500
  19. eb891f0 drivers/misc/fsl_law.c: Rearrange code to avoid duplication by Becky Bruce · Thu Jun 17 11:37:23 2010 -0500
  20. 2658e66 gpio_led: add gpio_request to __led_init by Thomas Chou · Wed Jun 09 13:32:46 2010 +0800
  21. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  22. 836fcc5 misc: add gpio based status led driver by Thomas Chou · Fri Apr 30 11:34:14 2010 +0800
  23. 6a0034d MX: Added Freescale Power Management Driver by Stefano Babic · Sun Apr 04 23:08:03 2010 +0200
  24. 16a276e 85xx: Added various P1012/P1013/P1021/P1022 defines by Kumar Gala · Tue Mar 30 23:06:53 2010 -0500
  25. 17887bf TWL4030: make LEDs selectable for twl4030_led_init() by Grazvydas Ignotas · Thu Dec 10 17:10:21 2009 +0200
  26. 93f5381 ppc/85xx: get_law_entry isn't used in CONFIG_NAND_SPL by Kumar Gala · Wed Sep 30 08:39:44 2009 -0500
  27. bb5409c ppc/p4080: Add various p4080 related defines (and p4040) by Kumar Gala · Thu Mar 19 02:39:17 2009 -0500
  28. 65e6c32 ppc/p4080: Add support for CoreNet style platform LAWs by Kumar Gala · Thu Mar 19 02:32:23 2009 -0500
  29. 0255cd7 ppc/85xx: add boot from NAND/eSDHC/eSPI support by Mingkai Hu · Fri Sep 11 14:19:10 2009 +0800
  30. 52fa71f fsl: add register read-back to set_law() by Timur Tabi · Fri Sep 04 17:05:24 2009 -0500
  31. 13e21b1 85xx: Added single core members of FSL P1xx/P2xx processors series by Poonam Aggrwal · Thu Aug 20 18:57:45 2009 +0530
  32. dfe86a7 85xx: Added P1020 Processor Support. by Poonam Aggrwal · Fri Jul 31 12:08:27 2009 +0530
  33. 0f2a804 OMAP3 Move twl4030 power and led functions by Tom Rix · Sun Jun 28 12:52:30 2009 -0500
  34. c54781c General help message cleanup by Wolfgang Denk · Sun May 24 17:06:54 2009 +0200
  35. 894cc88 fsl_law: Fix bug in calculation of LAW sizing by Kumar Gala · Sat Apr 04 10:21:02 2009 -0500
  36. c984913 MPC85xx: Add MPC8569 CPU support by Haiying Wang · Fri Mar 27 17:02:44 2009 -0400
  37. e6d4f43 Move ali512x.h by Graeme Russ · Tue Feb 24 21:12:35 2009 +1100
  38. a864f32 mpc85xx: Add support for the P2020 by Srikanth Srinivasan · Wed Jan 21 17:17:33 2009 -0600
  39. dfb72b8 Command usage cleanup by Peter Tyser · Tue Jan 27 18:03:12 2009 -0600
  40. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · Tue Jan 27 18:03:10 2009 -0600
  41. 1525804 Add support for Maxim's DS4510 I2C device by Peter Tyser · Wed Dec 17 16:36:22 2008 -0600
  42. cf92b98 fsl_law clear enable before changing. by Ed Swarthout · Thu Oct 09 01:25:55 2008 -0500
  43. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  44. cd77728 mpc85xx: Add support for the MPC8536 by Kumar Gala · Tue Aug 12 11:14:19 2008 -0500
  45. 61ed053 FSL DDR: Provide a generic set_ddr_laws() by Kumar Gala · Tue Aug 26 15:01:28 2008 -0500
  46. a44b9aa drivers/misc: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · Wed Aug 13 01:40:40 2008 +0200
  47. a9abb00 FSL LAW: Add new interface to use the last free LAW by Kumar Gala · Tue Jun 10 16:16:02 2008 -0500
  48. 75639e0 FSL LAW: Keep track of LAW allocations by Kumar Gala · Wed Jun 11 00:44:10 2008 -0500
  49. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  50. 2a15f75 86xx: Add print_laws function to fsl_law.c by Becky Bruce · Wed Jan 23 16:31:05 2008 -0600
  51. 95fd2f6 85xx: Move LAW init code into C by Kumar Gala · Wed Jan 16 01:13:58 2008 -0600
  52. b780301 drivers/misc : move misc drivers to drivers/misc by Jean-Christophe PLAGNIOL-VILLARD · Sat Nov 24 21:17:55 2007 +0100