1. 2fc683d gpio: fix typos in GPIO header by Masahiro Yamada · Fri May 29 21:57:33 2015 +0900
  2. 518827e dm: gpio: Fix comment typo in GPIOD_IS_IN by Simon Glass · Mon May 04 11:31:01 2015 -0600
  3. bef54db dm: gpio: Add error handling and a function to claim vector GPIOs by Simon Glass · Tue Apr 14 21:03:20 2015 -0600
  4. 8f6d8f3 m68k: Add generic board support for MCF547X/8X and MCF5445X by Alison Wang · Thu Feb 12 18:33:15 2015 +0800
  5. f245ae9 m68k: add generic-board support by angelo@sysam.it · Thu Feb 12 01:40:17 2015 +0100
  6. c1d0917 avr32: add generic board support by Andreas Bießmann · Fri Feb 06 23:06:48 2015 +0100
  7. 865dd4c Merge branch 'master' of git://git.denx.de/u-boot-ubi by Tom Rini · Wed Feb 04 13:30:00 2015 -0500
  8. cb2c286 Export redesign by Martin Dorwig · Mon Jan 26 15:22:54 2015 -0700
  9. af0bb3e dm: gpio: Mark the old GPIO API deprecated by Simon Glass · Mon Jan 05 20:05:30 2015 -0700
  10. 16e1040 dm: gpio: Add better functions to request GPIOs by Simon Glass · Mon Jan 05 20:05:29 2015 -0700
  11. d3322bb dm: gpio: Add a driver GPIO translation method by Simon Glass · Mon Jan 05 20:05:28 2015 -0700
  12. ce55529 dm: gpio: Add a native driver model API by Simon Glass · Mon Jan 05 20:05:27 2015 -0700
  13. 62e79dd ubifs: Import atomic_long operations from Linux by Anton Habegger · Thu Jan 22 22:29:10 2015 +0100
  14. f1b81fc pci: Make pci apis usable before relocation by Bin Meng · Tue Dec 30 22:53:21 2014 +0800
  15. 7e08a1f Merge git://git.denx.de/u-boot-dm by Tom Rini · Mon Nov 24 12:01:48 2014 -0500
  16. 9489046 dm: Split the simple malloc() implementation into its own file by Simon Glass · Mon Nov 10 17:16:43 2014 -0700
  17. 2c97a8f dm: gpio: Add a function to read an ID from a list of GPIOs by Simon Glass · Mon Nov 10 18:00:21 2014 -0700
  18. a4c2e13 dm: serial: Move current serial port pointer to global_data by Simon Glass · Mon Nov 10 18:00:20 2014 -0700
  19. 4cdede6 ppc: Zap Hymod board by Marek Vasut · Wed Oct 22 21:34:48 2014 +0200
  20. 06f08e2 Merge git://git.denx.de/u-boot-dm by Tom Rini · Sun Oct 26 14:03:08 2014 -0400
  21. b613b10 gpio: add protype for name_to_gpio by Jeroen Hofstee · Wed Oct 08 22:58:03 2014 +0200
  22. fb750d9 dm: gpio: Remove unused get_state() uclass method by Simon Glass · Sat Oct 04 11:29:57 2014 -0600
  23. 1b27d60 dm: gpio: Add gpio_requestf() helper for printf() strings by Simon Glass · Sat Oct 04 11:29:49 2014 -0600
  24. 6b1ef59 dm: Move the function for getting GPIO status into the uclass by Simon Glass · Sat Oct 04 11:29:44 2014 -0600
  25. 6e5e6dd dm: gpio: Add gpio_get_function() and friends by Simon Glass · Sat Oct 04 11:29:43 2014 -0600
  26. 0f4517d dm: gpio: Implement GPIO reservation in the uclass by Simon Glass · Sat Oct 04 11:29:42 2014 -0600
  27. 8a523c5 gpio: header file comment spelling fixes by Marcel Ziswiler · Fri Oct 10 17:31:41 2014 +0200
  28. 2d6b923 dm: gpio: Enhance gpio command to show only active GPIOs by Simon Glass · Mon Aug 11 09:23:52 2014 -0600
  29. b9d5f6b Add a flag indicating when the serial console is ready by Simon Glass · Wed Jul 23 06:55:07 2014 -0600
  30. a730c5d dm: Support driver model prior to relocation by Simon Glass · Wed Jul 23 06:55:04 2014 -0600
  31. 863e404 Add a simple malloc() implementation for pre-relocation by Simon Glass · Thu Jul 10 22:23:28 2014 -0600
  32. b74fcb4 dm: rename device struct to udevice by Heiko Schocher · Thu May 22 12:43:05 2014 +0200
  33. 197c720 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · Fri Apr 04 20:09:58 2014 +0900
  34. a4c0266 driver/mxc_i2c: Move static data structure to global_data by York Sun · Mon Feb 10 14:02:52 2014 -0800
  35. 10e5d28 powerpc: remove NX823 board support by Masahiro Yamada · Fri Apr 04 15:25:02 2014 +0900
  36. 5a2bf98 powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260 by Masahiro Yamada · Wed Mar 05 17:40:10 2014 +0900
  37. e821d18 dm: Add GPIO support and tests by Simon Glass · Wed Feb 26 15:59:24 2014 -0700
  38. dd6ab88 dm: Add base driver model support by Simon Glass · Wed Feb 26 15:59:18 2014 -0700
  39. 6e29472 arm: remove unneeded symbol offsets and _TEXT_BASE by Albert ARIBAUD · Sat Feb 22 17:53:43 2014 +0100
  40. c1a47b4 include: delete unused header files by Masahiro Yamada · Wed Jan 08 20:11:27 2014 +0900
  41. 5715694 Introduce common timer functions by Rob Herring · Fri Oct 04 10:22:41 2013 -0500
  42. e54a67f ppc4xx: Remove support for PPC405CR CPUs by Matthias Fuchs · Wed Aug 07 12:10:38 2013 +0200
  43. 5959746 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Wed Jul 24 09:22:28 2013 -0400
  44. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  45. e7d9c4f i2c: add i2c_core and prepare for new multibus support by Heiko Schocher · Mon Jan 16 21:12:23 2012 +0000
  46. 209a1a6 Add trace support to generic board by Simon Glass · Tue Jun 11 11:14:42 2013 -0700
  47. 85bfd2e Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Sat Jun 22 07:38:12 2013 -0400
  48. 1691593 remove all references to .dynsym by Albert ARIBAUD · Tue Jun 11 14:17:31 2013 +0200
  49. d158924 generic_board: reduce the redundancy of gd_t struct members by Masahiro Yamada · Mon May 27 00:37:30 2013 +0000
  50. 406f681 Power: remove support for Freescale MPC8220 by Wolfgang Denk · Sat May 11 03:00:50 2013 +0000
  51. 62cf912 sandbox: Switch over to generic board by Simon Glass · Fri Apr 26 02:53:43 2013 +0000
  52. 059c54f Use 'unsigned int' for global_data's baudrate by Simon Glass · Tue Mar 05 14:40:05 2013 +0000
  53. c45e359 Introduce generic pre-relocation board_f.c by Simon Glass · Mon Mar 11 06:49:53 2013 +0000
  54. 9bce37c Introduce generic link section.h symbol files by Simon Glass · Tue Mar 05 14:39:37 2013 +0000
  55. 4c0dc6d Introduce generic u-boot.h file by Simon Glass · Tue Mar 05 14:39:35 2013 +0000
  56. 0e72403 Add generic global_data by Simon Glass · Thu Dec 13 20:49:12 2012 +0000
  57. d9a6717 gpio: remove duplicate function signature by Nikita Kiryanov · Mon Nov 26 23:06:32 2012 +0000
  58. eadbf1a Add gpio_request() to asm-generic header by Simon Glass · Wed Jun 13 06:19:37 2012 +0000
  59. 211c210 global_data: unify global flag defines by Mike Frysinger · Sun Mar 18 14:31:24 2012 +0000
  60. 334b232 gpio: Modify common gpio.h to more closely match Linux by Joe Hershberger · Fri Nov 11 15:55:35 2011 -0600
  61. 9c35f0e Add generic gpio.h in asm-generic by Simon Glass · Fri Oct 07 13:53:50 2011 +0000
  62. 1bab104 x86: Fix support for booting bzImage by Graeme Russ · Sat Apr 24 00:05:49 2010 +1000
  63. 4e192f2 asm-generic/unaligned.h: dynamic default unaligned accesses by Mike Frysinger · Thu Jan 21 05:01:14 2010 -0500
  64. 081c562 asm-generic/signal.h: import from linux by Robin Getz · Mon Dec 21 17:55:22 2009 -0500
  65. 88c12e0 asm-generic: Consolidate errno.h to asm-generic/errno.h by Michal Simek · Tue Jun 30 23:47:30 2009 +1000