summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* net: env: getenv_ip use resolvJean-Christophe PLAGNIOL-VILLARD2012-04-031-1/+5
* Completely migrate option ISP1504 to ULPIAlexander Shiyan2012-04-022-8/+1
* Rename function ulpi_init to ulpi_detectAlexander Shiyan2012-04-021-1/+1
* Move set_vbus_power code to ULPI driverAlexander Shiyan2012-04-021-0/+1
* Add ULPI detection function.Alexander Shiyan2012-04-021-0/+1
* Rename definitions for ULPI registersAlexander Shiyan2012-04-021-10/+10
* Add automount supportSascha Hauer2012-03-181-0/+4
* fs: drop struct mtab_entrySascha Hauer2012-03-171-10/+5
* NET: Add support for ks8851_mllJan Weitzel2012-03-131-0/+11
* Merge branch 'work/thumb2' into nextSascha Hauer2012-03-061-0/+6
|\
| * ARM: Allow to compile in thumb-2 modeSascha Hauer2012-03-061-0/+6
* | remove unused variable from struct driver_dSascha Hauer2012-02-271-1/+0
* | commands: remove struct command pointer from commandsSascha Hauer2012-02-271-1/+1
|/
* mfd: add mc34708 driverEric BĂ©nard2012-02-271-0/+102
* getopt: save and restore contextSascha Hauer2012-02-271-2/+12
* driver: remove unused type_data field from struct driver_dSascha Hauer2012-02-251-6/+0
* net: use container_of instead of dev->type_dataSascha Hauer2012-02-251-0/+2
* fs: get fs device using container_ofSascha Hauer2012-02-251-0/+1
* fs: get fs driver using container_ofSascha Hauer2012-02-251-0/+2
* 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