summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* readkey: add define for Ascii keysJean-Christophe PLAGNIOL-VILLARD2012-02-161-0/+4
* add gpio keyboard supportJean-Christophe PLAGNIOL-VILLARD2012-02-162-0/+35
* mci: Fix 8 bit mmc cardsSascha Hauer2012-02-091-0/+1
* mci: Add a complete list of EXT_CSD_* fields from the kernelSascha Hauer2012-02-091-5/+45
* Add a timeout polling loop convenience wrapperSascha Hauer2012-02-091-0/+19
* mci: Use struct mci for internal argument passingSascha Hauer2012-02-091-5/+2
* mci: remove unused device argument from set_iosSascha Hauer2012-02-091-1/+1
* mci core: replace discrete ios values with struct iosSascha Hauer2012-02-091-1/+31
* mci: use card type definitionsSascha Hauer2012-02-091-1/+0
* mci: Add complete definitions for the card typeSascha Hauer2012-02-091-2/+10
* Merge branch 'pu/debug' into nextSascha Hauer2012-01-273-14/+10
|\
| * Add dump_stack functionSascha Hauer2012-01-261-0/+9
| * kfifo: change kfifo_init to work with a preallocated fifoSascha Hauer2012-01-261-1/+1
| * console: remove unused function prototypesSascha Hauer2012-01-261-13/+0
* | net: miidev: factor out miidev_get_status()Wolfram Sang2012-01-251-0/+5
* | introduce barebox_bare_init_size to known the bare_init size and check itJean-Christophe PLAGNIOL-VILLARD2012-01-232-0/+18
* | ns16550: support for UART with broken FIFOAntony Pavlov2012-01-191-0/+2
* | Merge branch 'pu/jean-codesize' into nextSascha Hauer2012-01-135-2/+91
|\ \
| * | driver: switch driver_d name to const char*Jean-Christophe PLAGNIOL-VILLARD2012-01-112-2/+2
| * | param: add config to disable itJean-Christophe PLAGNIOL-VILLARD2012-01-111-0/+53
| * | kconfig: sync to linux 3.2-rc4Jean-Christophe PLAGNIOL-VILLARD2012-01-111-0/+32
| * | banner: add config to disable itJean-Christophe PLAGNIOL-VILLARD2012-01-111-0/+4
* | | Merge branch 'master' into nextSascha Hauer2012-01-121-0/+10
|\ \ \ | |/ / |/| / | |/
| * twl6030: add missing twl6030 header file.Alexander Aring2012-01-061-0/+10
* | environment: export_/getenv_ull as inline ifndef CONFIG_ENVIRONMENT_VARIABLESJean-Christophe PLAGNIOL-VILLARD2012-01-111-3/+7
|/
* Merge branch 'next'Sascha Hauer2012-01-0519-339/+730
|\
| * serial gadget: enable/disable on requestEric BĂ©nard2012-01-041-0/+19
| * Merge branch 'pu/tlsf' into nextSascha Hauer2012-01-031-180/+0
| |\
| | * tlsf: remove unused stuff from tlsfbits.hSascha Hauer2011-12-231-180/+0
| * | lib: add bitrev utilityRobert Jarzmik2012-01-021-0/+16
| * | lib: add BCH encoding/decodingRobert Jarzmik2012-01-021-0/+79
| |/
| * adapt tlsf for bareboxAntony Pavlov2011-12-231-1/+1
| * import TLSF 2.0 from http://tlsf.baisoku.org/tlsf-2.0.zipAntony Pavlov2011-12-232-0/+232
| * Merge branch 'master' into nextSascha Hauer2011-12-231-1/+1
| |\
| * | drivers/mtd: split mtd mtdoob devicesRobert Jarzmik2011-12-221-1/+0
| * | drivers/mtd: transfer NAND notions to MTD coreRobert Jarzmik2011-12-221-1/+1
| * | twl-core: add support for twl6030Alexander Aring2011-12-211-0/+419
| * | twl-core: abstract twl4030 and add twlcore driverAlexander Aring2011-12-212-12/+53
| * | stringlist-functions: add sorted insertAlexander Aring2011-12-211-0/+2
| * | Merge branch 'work/uimage' into nextSascha Hauer2011-12-175-135/+87
| |\ \
| | * | move code now only used in mkimage to mkimageSascha Hauer2011-12-151-103/+0
| | * | remove now unused uImage codeSascha Hauer2011-12-151-28/+0
| | * | bootm: use new uimage codeSascha Hauer2011-12-151-7/+55
| | * | reimplement uImage codeSascha Hauer2011-12-151-0/+30
| | * | libbb: add read_full/write_full functionsSascha Hauer2011-12-151-0/+3
| | * | filetype: Add oftree detectionSascha Hauer2011-12-151-0/+1
| | * | oftree: add of_fix_tree()Sascha Hauer2011-12-151-0/+1
| | * | remove old ft_build supportSascha Hauer2011-12-141-69/+0
| | * | ppc: switch to libfdt based oftree implementationSascha Hauer2011-12-141-1/+1
| * | | Merge branch 'pu/ppc-oftree' into nextSascha Hauer2011-12-152-70/+1
| |\ \ \