summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2015-01-30Export redesignMartin Dorwig1-1/+1
2015-01-30dm: gpio: Mark the old GPIO API deprecatedSimon Glass1-0/+21
2015-01-30dm: gpio: Add better functions to request GPIOsSimon Glass1-0/+199
2015-01-30dm: gpio: Add a driver GPIO translation methodSimon Glass1-0/+29
2015-01-30dm: gpio: Add a native driver model APISimon Glass1-0/+16
2015-01-13pci: Make pci apis usable before relocationBin Meng1-0/+6
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini1-0/+1
2014-11-21dm: Split the simple malloc() implementation into its own fileSimon Glass1-0/+1
2014-11-21dm: gpio: Add a function to read an ID from a list of GPIOsSimon Glass1-1/+10
2014-11-21dm: serial: Move current serial port pointer to global_dataSimon Glass1-0/+1
2014-10-27ppc: Zap Hymod boardMarek Vasut1-3/+0
2014-10-26Merge git://git.denx.de/u-boot-dmTom Rini1-3/+67
2014-10-25gpio: add protype for name_to_gpioJeroen Hofstee1-0/+2
2014-10-24dm: gpio: Remove unused get_state() uclass methodSimon Glass1-2/+0
2014-10-24dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass1-0/+10
2014-10-24dm: Move the function for getting GPIO status into the uclassSimon Glass1-0/+18
2014-10-24dm: gpio: Add gpio_get_function() and friendsSimon Glass1-1/+33
2014-10-24dm: gpio: Implement GPIO reservation in the uclassSimon Glass1-0/+6
2014-10-22gpio: header file comment spelling fixesMarcel Ziswiler1-5/+5
2014-09-01dm: gpio: Enhance gpio command to show only active GPIOsSimon Glass1-2/+13
2014-07-23Add a flag indicating when the serial console is readySimon Glass1-0/+1
2014-07-23dm: Support driver model prior to relocationSimon Glass1-1/+2
2014-07-23Add a simple malloc() implementation for pre-relocationSimon Glass1-0/+5
2014-05-27dm: rename device struct to udeviceHeiko Schocher2-12/+12
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada1-1/+0
2014-04-29driver/mxc_i2c: Move static data structure to global_dataYork Sun1-0/+3
2014-04-18powerpc: remove NX823 board supportMasahiro Yamada1-3/+0
2014-03-07powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260Masahiro Yamada1-1/+1
2014-03-04dm: Add GPIO support and testsSimon Glass1-0/+104
2014-03-04dm: Add base driver model supportSimon Glass1-0/+8
2014-02-27arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD1-19/+7
2014-01-25include: delete unused header filesMasahiro Yamada1-28/+0
2013-11-04Introduce common timer functionsRob Herring1-0/+2
2013-08-20ppc4xx: Remove support for PPC405CR CPUsMatthias Fuchs1-1/+0
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-0/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk5-80/+5
2013-07-23i2c: add i2c_core and prepare for new multibus supportHeiko Schocher1-0/+3
2013-06-26Add trace support to generic boardSimon Glass1-0/+3
2013-06-22Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-3/+0
2013-06-22remove all references to .dynsymAlbert ARIBAUD1-3/+0
2013-06-07generic_board: reduce the redundancy of gd_t struct membersMasahiro Yamada1-3/+0
2013-05-15Power: remove support for Freescale MPC8220Wolfgang Denk1-8/+0
2013-05-01sandbox: Switch over to generic boardSimon Glass1-1/+1
2013-03-16Use 'unsigned int' for global_data's baudrateSimon Glass1-1/+1
2013-03-16Introduce generic pre-relocation board_f.cSimon Glass1-0/+2
2013-03-16Introduce generic link section.h symbol filesSimon Glass1-0/+117
2013-03-16Introduce generic u-boot.h fileSimon Glass1-0/+162
2013-02-04Add generic global_dataSimon Glass1-0/+102
2012-12-12gpio: remove duplicate function signatureNikita Kiryanov1-13/+4
2012-09-21Add gpio_request() to asm-generic headerSimon Glass1-0/+9