summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)Author
2016-03-17gpio: Use const where possibleSimon Glass
2016-03-17gpio: Add a function to obtain a GPIO vector valueSimon Glass
2016-02-08Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.David Müller (ELSOFT AG)
2016-02-06Use correct spelling of "U-Boot"Bin Meng
2016-01-20dm: common: Add memory reservation for the video uclassSimon Glass
2015-12-15Reserve secure memoryYork Sun
2015-11-19console: Add a console bufferSimon Glass
2015-11-05include: Add generic bitops headersFabio Estevam
2015-11-04dm: spl: Support device tree when BSS is in a different sectionSimon Glass
2015-10-23dm: implement a Timer uclassThomas Chou
2015-10-21linux/bitops.h: GENMASK copy from linuxJagan Teki
2015-08-17Revert "Align global_data to a 16-byte boundary"Simon Glass
2015-08-14Align global_data to a 16-byte boundarySimon Glass
2015-08-14common: Display >=4GiB memory bank sizeBin Meng
2015-08-05Add a way to skip relocationSimon Glass
2015-08-05Reserve the top 16 flag bits for architecture-specific useSimon Glass
2015-07-21dm: spl: Allow device tree/driver model in board_init_f()Simon Glass
2015-07-21dm: gpio: Add dm_gpio_request() to manually request a GPIOSimon Glass
2015-07-21dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO nameSimon Glass
2015-07-14dm: x86: baytrail: Correct PCI region 3 when driver model is usedSimon Glass
2015-06-04gpio: fix typos in GPIO headerMasahiro Yamada
2015-05-14dm: gpio: Fix comment typo in GPIOD_IS_INSimon Glass
2015-05-13dm: gpio: Add error handling and a function to claim vector GPIOsSimon Glass
2015-03-05m68k: Add generic board support for MCF547X/8X and MCF5445XAlison Wang
2015-03-05m68k: add generic-board supportangelo@sysam.it
2015-02-17avr32: add generic board supportAndreas Bießmann
2015-02-04Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini
2015-01-29Export redesignMartin Dorwig
2015-01-29dm: gpio: Mark the old GPIO API deprecatedSimon Glass
2015-01-29dm: gpio: Add better functions to request GPIOsSimon Glass
2015-01-29dm: gpio: Add a driver GPIO translation methodSimon Glass
2015-01-29dm: gpio: Add a native driver model APISimon Glass
2015-01-28ubifs: Import atomic_long operations from LinuxAnton Habegger
2015-01-12pci: Make pci apis usable before relocationBin Meng
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini
2014-11-21dm: Split the simple malloc() implementation into its own fileSimon Glass
2014-11-21dm: gpio: Add a function to read an ID from a list of GPIOsSimon Glass
2014-11-21dm: serial: Move current serial port pointer to global_dataSimon Glass
2014-10-27ppc: Zap Hymod boardMarek Vasut
2014-10-26Merge git://git.denx.de/u-boot-dmTom Rini
2014-10-25gpio: add protype for name_to_gpioJeroen Hofstee
2014-10-23dm: gpio: Remove unused get_state() uclass methodSimon Glass
2014-10-23dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass
2014-10-23dm: Move the function for getting GPIO status into the uclassSimon Glass
2014-10-23dm: gpio: Add gpio_get_function() and friendsSimon Glass
2014-10-23dm: gpio: Implement GPIO reservation in the uclassSimon Glass
2014-10-22gpio: header file comment spelling fixesMarcel Ziswiler
2014-08-31dm: gpio: Enhance gpio command to show only active GPIOsSimon Glass
2014-07-23Add a flag indicating when the serial console is readySimon Glass
2014-07-23dm: Support driver model prior to relocationSimon Glass