summaryrefslogtreecommitdiffstats
path: root/include/driver.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/malloc-all-initcalls'Sascha Hauer2013-04-041-1/+1
|\
| * bus: Make struct device a pointerSascha Hauer2013-03-141-1/+1
* | Introduce console_platform_driver() macro and use it for serial driversAlexander Shiyan2013-03-141-0/+2
* | Extend device_platform_driver macroAlexander Shiyan2013-03-141-5/+8
|/
* Make "dev_get_resource" publicly availableAlexander Shiyan2013-02-181-0/+4
* Introduce device_platform_driver() macroAlexander Shiyan2013-02-131-0/+12
* consolidate print* in a single headerJean-Christophe PLAGNIOL-VILLARD2013-01-271-29/+0
* drivers/base: fix corrupt device treeSascha Hauer2012-12-121-5/+0
* Merge branch 'for-next/phylib'Sascha Hauer2012-12-071-0/+5
|\
| * driver: introduce device_probe to manully probe a deviceJean-Christophe PLAGNIOL-VILLARD2012-11-201-0/+5
* | Merge branch 'for-next/misc'Sascha Hauer2012-12-071-2/+2
|\ \
| * | bus_for_each_device/bus_for_each_driver: add () to allow use &busJean-Christophe PLAGNIOL-VILLARD2012-11-191-2/+2
| |/
* / bus: add bus deviceJean-Christophe PLAGNIOL-VILLARD2012-11-191-0/+2
|/
* driver: add support for requesting resource by nameJean-Christophe PLAGNIOL-VILLARD2012-10-301-0/+15
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-0/+3
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-031-4/+0
|\
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* | driver: search device and driver based on the bus instead of allJean-Christophe PLAGNIOL-VILLARD2012-09-231-0/+12
* | driver: register busJean-Christophe PLAGNIOL-VILLARD2012-09-231-0/+8
* | of: add devicetree probing supportSascha Hauer2012-09-141-0/+10
* | driver: Add platform_device_id mechanismSascha Hauer2012-09-141-0/+9
* | driver: rewrite dev_printf as a functionSascha Hauer2012-09-141-3/+3
|/
* driver: set DEVICE_ID_DYNAMIC to -2 and DEVICE_ID_SINGLE to -1Jean-Christophe PLAGNIOL-VILLARD2012-08-121-2/+2
* serial_ns16550: change the driver's nameAntony Pavlov2012-07-201-1/+1
* fs: fix standard zero, full devicesSascha Hauer2012-07-041-0/+1
* Merge branch 'for-next/sparse'Sascha Hauer2012-07-021-1/+1
|\
| * Do not use iomem space for dev_get_mem_regionSascha Hauer2012-06-301-1/+1
* | partitions: Make 64bit capableSascha Hauer2012-06-301-1/+1
* | make cdev 64bit capableSascha Hauer2012-06-301-5/+5
* | use loff_t for file offsetsSascha Hauer2012-06-301-8/+8
|/
* Use DEVICE_ID_DYNAMIC where applicableSascha Hauer2012-04-161-1/+1
* device: make singular devices possibleSascha Hauer2012-04-151-0/+5
* NET: Add support for ks8851_mllJan Weitzel2012-03-131-0/+11
* remove unused variable from struct driver_dSascha Hauer2012-02-271-1/+0
* driver: remove unused type_data field from struct driver_dSascha Hauer2012-02-251-6/+0
* add gpio keyboard supportJean-Christophe PLAGNIOL-VILLARD2012-02-161-0/+5
* driver: switch driver_d name to const char*Jean-Christophe PLAGNIOL-VILLARD2012-01-111-1/+1
* Merge branch 'pu/misc' into nextSascha Hauer2011-12-151-1/+1
|\
| * cdev: pass flags to open functionSascha Hauer2011-12-151-1/+1
* | Remove the obsolet driver for the DM9000E ethernet deviceJuergen Beisert2011-12-141-1/+1
|/
* implement resource management for platform devicesSascha Hauer2011-12-041-5/+1
* Create a unique cdev number for on demand devicesJuergen Beisert2011-11-281-0/+1
* resource: introduce add_generic_device_res to add multiple resourceJean-Christophe PLAGNIOL-VILLARD2011-09-201-0/+7
* driver: remove map_baseJean-Christophe PLAGNIOL-VILLARD2011-08-011-6/+0
* ns16550: switch to resourceJean-Christophe PLAGNIOL-VILLARD2011-08-011-2/+2
* resource: introduce add_usb_ehci_device to register echi deviceJean-Christophe PLAGNIOL-VILLARD2011-07-291-0/+17
* dm9000: introduce add_dm9000_device to register dm9000 deviceJean-Christophe PLAGNIOL-VILLARD2011-07-291-0/+11
*-. Merge branches 'pu-ethaddr', 'pu-fec', 'pu-imx-iim', 'pu-resources' and 'pu-r...Sascha Hauer2011-07-291-0/+8
|\ \
| | * add a ns16550 registration helper and use itSascha Hauer2011-07-291-0/+8
| |/
* | Merge branch 'pu' into nextSascha Hauer2011-07-291-1/+1
|\ \ | |/ |/|