summaryrefslogtreecommitdiffstats
path: root/include/driver.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/partitionhelper'Sascha Hauer2014-03-071-4/+37
|\
| * devfs: partitioning: add new helper devfs_create_partitionsUwe Kleine-König2014-02-281-0/+33
| * devfs_add_partition: make flags parameter unsignedUwe Kleine-König2014-02-281-4/+4
* | i2c/spi: match of_modaliasesSascha Hauer2014-02-071-1/+2
|/
* device: Add functions to add resourcesSascha Hauer2013-11-271-0/+9
* cdev: store dos partition type in struct cdevSascha Hauer2013-10-141-0/+1
* Merge branch 'for-next/of'Sascha Hauer2013-08-051-2/+7
|\
| * cdev: add device_find_partitionSascha Hauer2013-07-151-0/+1
| * cdev: allow to open a struct cdevSascha Hauer2013-07-151-0/+1
| * cdev: introduce partition namesSascha Hauer2013-07-151-1/+4
| * devfs: let devfs_add_partition return the new partitionSascha Hauer2013-07-151-1/+1
* | Merge branch 'for-next/mtd'Sascha Hauer2013-08-051-0/+2
|\ \
| * | dma: apbh: Turn into a driverSascha Hauer2013-07-231-0/+2
| |/
* / base: Transform "platform_match" into "device_match" and make this function p...Alexander Shiyan2013-07-151-0/+1
|/
* driver: implement device_detect_by_name functionSascha Hauer2013-06-261-0/+1
* Merge branch 'for-next/mci'Sascha Hauer2013-06-021-3/+10
|\
| * devices: add detect mechanismSascha Hauer2013-05-311-0/+8
| * driver: Attach info callback to device, not to driverSascha Hauer2013-05-301-3/+2
* | of: Add of_match_node functionSascha Hauer2013-05-201-1/+1
|/
* 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