summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* dm: gpio: add a default gpio xlate routineEric Nelson2016-05-171-5/+14
* gpio: Use const where possibleSimon Glass2016-03-171-5/+5
* gpio: Add a function to obtain a GPIO vector valueSimon Glass2016-03-171-0/+12
* Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.David Müller (ELSOFT AG)2016-02-081-4/+0
* Use correct spelling of "U-Boot"Bin Meng2016-02-061-1/+1
* dm: common: Add memory reservation for the video uclassSimon Glass2016-01-201-0/+4
* Reserve secure memoryYork Sun2015-12-151-0/+14
* console: Add a console bufferSimon Glass2015-11-191-0/+6
* include: Add generic bitops headersFabio Estevam2015-11-054-0/+163
* dm: spl: Support device tree when BSS is in a different sectionSimon Glass2015-11-041-0/+1
* dm: implement a Timer uclassThomas Chou2015-10-231-0/+3
* linux/bitops.h: GENMASK copy from linuxJagan Teki2015-10-211-0/+8
* Revert "Align global_data to a 16-byte boundary"Simon Glass2015-08-171-2/+1
* Align global_data to a 16-byte boundarySimon Glass2015-08-141-1/+2
* common: Display >=4GiB memory bank sizeBin Meng2015-08-141-2/+2
* Add a way to skip relocationSimon Glass2015-08-051-0/+1
* Reserve the top 16 flag bits for architecture-specific useSimon Glass2015-08-051-1/+1
* dm: spl: Allow device tree/driver model in board_init_f()Simon Glass2015-07-211-0/+1
* dm: gpio: Add dm_gpio_request() to manually request a GPIOSimon Glass2015-07-211-0/+12
* dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO nameSimon Glass2015-07-211-0/+13
* dm: x86: baytrail: Correct PCI region 3 when driver model is usedSimon Glass2015-07-141-0/+1
* gpio: fix typos in GPIO headerMasahiro Yamada2015-06-041-8/+8
* dm: gpio: Fix comment typo in GPIOD_IS_INSimon Glass2015-05-141-1/+1
* dm: gpio: Add error handling and a function to claim vector GPIOsSimon Glass2015-05-131-3/+12
* m68k: Add generic board support for MCF547X/8X and MCF5445XAlison Wang2015-03-051-1/+6
* m68k: add generic-board supportangelo@sysam.it2015-03-051-1/+1
* avr32: add generic board supportAndreas Bießmann2015-02-171-0/+4
* Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini2015-02-041-0/+260
|\
| * ubifs: Import atomic_long operations from LinuxAnton Habegger2015-01-281-0/+260
* | Export redesignMartin Dorwig2015-01-291-1/+1
* | dm: gpio: Mark the old GPIO API deprecatedSimon Glass2015-01-291-0/+21
* | dm: gpio: Add better functions to request GPIOsSimon Glass2015-01-291-0/+199
* | dm: gpio: Add a driver GPIO translation methodSimon Glass2015-01-291-0/+29
* | dm: gpio: Add a native driver model APISimon Glass2015-01-291-0/+16
|/
* pci: Make pci apis usable before relocationBin Meng2015-01-121-0/+6
* Merge git://git.denx.de/u-boot-dmTom Rini2014-11-241-0/+1
|\
| * dm: Split the simple malloc() implementation into its own fileSimon Glass2014-11-211-0/+1
* | dm: gpio: Add a function to read an ID from a list of GPIOsSimon Glass2014-11-211-1/+10
* | dm: serial: Move current serial port pointer to global_dataSimon Glass2014-11-211-0/+1
|/
* ppc: Zap Hymod boardMarek Vasut2014-10-271-3/+0
* Merge git://git.denx.de/u-boot-dmTom Rini2014-10-261-3/+67
|\
| * dm: gpio: Remove unused get_state() uclass methodSimon Glass2014-10-231-2/+0
| * dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass2014-10-231-0/+10
| * dm: Move the function for getting GPIO status into the uclassSimon Glass2014-10-231-0/+18
| * dm: gpio: Add gpio_get_function() and friendsSimon Glass2014-10-231-1/+33
| * dm: gpio: Implement GPIO reservation in the uclassSimon Glass2014-10-231-0/+6
* | gpio: add protype for name_to_gpioJeroen Hofstee2014-10-251-0/+2
|/
* gpio: header file comment spelling fixesMarcel Ziswiler2014-10-221-5/+5
* dm: gpio: Enhance gpio command to show only active GPIOsSimon Glass2014-08-311-2/+13
* Add a flag indicating when the serial console is readySimon Glass2014-07-231-0/+1
OpenPOWER on IntegriCloud