summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: let net_udp_get_payload return void *Sascha Hauer2012-02-191-1/+1
* Merge branch 'pu/device-cleanup' into nextSascha Hauer2012-02-172-13/+15
|\
| * fs: put fs devices on its own busSascha Hauer2012-02-171-0/+1
| * fs: remove fs devices listSascha Hauer2012-02-171-2/+0
| * fs: remove unused function fsdev_get_mountpointSascha Hauer2012-02-171-7/+0
| * fs: Store mtab path in allocated stringSascha Hauer2012-02-171-1/+1
| * fs: make locally used function get_mtab_entry_by_path staticSascha Hauer2012-02-171-1/+0
| * fs: Store mtab entries in listSascha Hauer2012-02-171-2/+4
| * add list_is_singularSascha Hauer2012-02-171-0/+9
* | Merge branch 'pu/block' into nextSascha Hauer2012-02-172-7/+20
|\ \
| * | block: reimplement cachingSascha Hauer2012-02-151-7/+9
| * | list: add list_last_entry functionSascha Hauer2012-02-151-0/+11
| |/
* | Merge branch 'gpio_keys' of git://uboot.jcrosoft.org/barebox into nextSascha Hauer2012-02-173-0/+39
|\ \
| * | readkey: add define for Ascii keysJean-Christophe PLAGNIOL-VILLARD2012-02-161-0/+4
| * | add gpio keyboard supportJean-Christophe PLAGNIOL-VILLARD2012-02-162-0/+35
| |/
* | drivers/pwm: add duty_ns and period_ns to core pwm chipRobert Jarzmik2012-02-171-1/+6
* | Add pwm core supportSascha Hauer2012-02-171-0/+63
|/
* 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