summaryrefslogtreecommitdiffstats
path: root/lib/driver.c
Commit message (Expand)AuthorAgeFilesLines
* driver: use id as -1 for auto assigned idJean-Christophe PLAGNIOL-VILLARD2010-09-201-1/+1
* device: fix dev_nameJean-Christophe PLAGNIOL-VILLARD2010-09-201-8/+6
* driver: allow register device with specific idJean-Christophe PLAGNIOL-VILLARD2010-09-171-4/+22
* rework device parametersSascha Hauer2010-06-171-8/+4
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-1/+1
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-6/+6
* list: remove duplicated list.hSascha Hauer2009-11-031-1/+1
* commands: remove maxargsSascha Hauer2009-10-191-1/+0
* get rid of device idsSascha Hauer2009-07-211-54/+27
* Get rid of DEVICE_TYPE_FS usageSascha Hauer2009-07-211-4/+0
* introduce cdevSascha Hauer2009-07-211-71/+23
* use bus remove functionSascha Hauer2009-04-071-1/+1
* driver: do not match for devices which already have a driverSascha Hauer2009-04-071-0/+3
* we need different bus typesSascha Hauer2009-04-071-7/+20
* driver.c: set errnoSascha Hauer2009-04-061-0/+1
* Shutdown U-Boot before starting an OSSascha Hauer2009-03-191-0/+14
* Introduce dev_* and pr_* functionsSascha Hauer2008-10-311-0/+12
* Driver: expose dummy_probeNishanth Menon2008-08-151-0/+1
* only compile devinfo command when selectedSascha Hauer2008-08-131-0/+4
* lseek: return -1 for errors and check for that return valueSascha Hauer2008-08-011-1/+1
* - introduce ioctl callSascha Hauer2008-06-061-0/+32
* Subject: [PATCH] [general] Fixed constant strings in data section issueSascha Hauer2008-04-041-1/+1
* get_device_by_path now obeys cwdMarc Kleine-Budde2007-11-191-3/+10
* fixed doku renamed ip -> ipaddrMarc Kleine-Budde2007-11-121-1/+1
* adding various dokuJuergen Beisert2007-11-081-1/+33
* export symbols get_device_by_path and dev_add_childsascha2007-10-191-0/+2
* Fix documentation for addpart/delpart/devinfo. These commandssascha2007-10-191-1/+1
* compile fixsascha2007-10-191-3/+5
* - Implement tree structure for devicessascha2007-10-191-46/+60
* let erase and protect functions return int instead of size_t. TheySascha Hauer2007-10-111-2/+2
* replace 8 spaces with tabsSascha Hauer2007-10-111-64/+64
* Use Linux kernel list for drivers and devices instead of handmadeSascha Hauer2007-10-111-137/+57
* export symbolsSascha Hauer2007-10-071-0/+4
* declare lots of functions staticSascha Hauer2007-09-281-1/+1
* remove u-boot command paramter flagSascha Hauer2007-09-241-1/+1
* implement flash protectionSascha Hauer2007-07-161-0/+8
* implement memmap().Sascha Hauer2007-07-151-0/+22
* fix silly bug in unregister_device(). When unregistering devicesSascha Hauer2007-07-141-2/+2
* use debug() macroSascha Hauer2007-07-051-5/+9
* svn_rev_706Sascha Hauer2007-07-051-0/+22
* svn_rev_639Sascha Hauer2007-07-051-0/+333