summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini41-364/+1048
2014-11-21dm: Split the simple malloc() implementation into its own fileSimon Glass6-38/+87
2014-11-21dm: gpio: Add a function to read an ID from a list of GPIOsSimon Glass2-1/+29
2014-11-21dm: serial: Move current serial port pointer to global_dataSimon Glass2-16/+20
2014-10-27ppc: Zap Hymod boardMarek Vasut47-6743/+3
2014-10-26Merge git://git.denx.de/u-boot-dmTom Rini75-1100/+1433
2014-10-25gpio: add protype for name_to_gpioJeroen Hofstee2-1/+3
2014-10-24dm: gpio: Remove unused get_state() uclass methodSimon Glass1-2/+0
2014-10-24dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass4-1/+51
2014-10-24dm: Move the function for getting GPIO status into the uclassSimon Glass3-36/+78
2014-10-24dm: gpio: Add gpio_get_function() and friendsSimon Glass2-1/+80
2014-10-24dm: gpio: Implement GPIO reservation in the uclassSimon Glass2-14/+84
2014-10-22gpio: header file comment spelling fixesMarcel Ziswiler1-5/+5
2014-09-01dm: gpio: Enhance gpio command to show only active GPIOsSimon Glass2-34/+82
2014-07-23Add a flag indicating when the serial console is readySimon Glass3-2/+4
2014-07-23dm: Support driver model prior to relocationSimon Glass5-22/+60
2014-07-23Add a simple malloc() implementation for pre-relocationSimon Glass6-0/+72
2014-05-27dm: rename device struct to udeviceHeiko Schocher30-191/+193
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada31-61/+23
2014-04-29driver/mxc_i2c: Move static data structure to global_dataYork Sun2-10/+11
2014-04-18powerpc: remove NX823 board supportMasahiro Yamada11-1414/+3
2014-03-07powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260Masahiro Yamada42-82/+50
2014-03-04dm: Add GPIO support and testsSimon Glass4-0/+483
2014-03-04dm: Add base driver model supportSimon Glass18-0/+1601
2014-02-26arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD26-369/+24
2014-01-24include: delete unused header filesMasahiro Yamada20-2473/+0
2013-11-04Introduce common timer functionsRob Herring2-0/+75
2013-08-20ppc4xx: Remove support for PPC405CR CPUsMatthias Fuchs13-135/+18
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini321-2620/+3124
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk5761-91729/+5994
2013-07-23i2c: add i2c_core and prepare for new multibus supportHeiko Schocher4-9/+624
2013-06-26Add trace support to generic boardSimon Glass3-1/+30
2013-06-22Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini82-783/+1899
2013-06-21remove all references to .dynsymAlbert ARIBAUD16-82/+9
2013-06-07generic_board: reduce the redundancy of gd_t struct membersMasahiro Yamada3-58/+55
2013-05-15Power: remove support for Freescale MPC8220Wolfgang Denk50-9539/+5
2013-05-01sandbox: Switch over to generic boardSimon Glass11-324/+66
2013-03-15Use 'unsigned int' for global_data's baudrateSimon Glass1-1/+1
2013-03-15Introduce generic pre-relocation board_f.cSimon Glass7-6/+591
2013-03-15Introduce generic link section.h symbol filesSimon Glass16-4/+447
2013-03-15Introduce generic u-boot.h fileSimon Glass1-0/+162
2013-02-04Add generic global_dataSimon Glass1-0/+102
2012-12-11gpio: remove duplicate function signatureNikita Kiryanov1-13/+4
2012-09-21Add gpio_request() to asm-generic headerSimon Glass1-0/+9
2012-08-09global_data: unify global flag definesMike Frysinger15-181/+42
2012-01-10gpio: Modify common gpio.h to more closely match LinuxJoe Hershberger1-9/+32
2011-10-17Add generic gpio.h in asm-genericSimon Glass1-0/+74
2010-05-05x86: Fix support for booting bzImageGraeme Russ15-32/+1676
2010-03-13asm-generic/unaligned.h: dynamic default unaligned accessesMike Frysinger1-0/+23
2010-01-18asm-generic/signal.h: import from linuxRobin Getz1-0/+101
[next]