summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* driver: Attach info callback to device, not to driverSascha Hauer2013-05-301-16/+2
* param: Add info functionSascha Hauer2013-05-231-2/+6
* Add initial pinctrl supportSascha Hauer2013-04-231-0/+3
* bus: Make struct device a pointerSascha Hauer2013-03-142-4/+5
* Make "dev_get_resource" publicly availableAlexander Shiyan2013-02-181-1/+1
* drivers/base: fix corrupt device treeSascha Hauer2012-12-121-21/+11
* Merge branch 'for-next/phylib'Sascha Hauer2012-12-071-6/+17
|\
| * driver: introduce device_probe to manully probe a deviceJean-Christophe PLAGNIOL-VILLARD2012-11-201-6/+17
* | Merge branch 'for-next/driver'Sascha Hauer2012-12-072-0/+15
|\ \
| * | bus: add bus deviceJean-Christophe PLAGNIOL-VILLARD2012-11-192-0/+15
| |/
* / correct simple typo, "plarform_init"Robert P. J. Day2012-12-031-2/+2
|/
* Merge branch 'for-next/misc'Sascha Hauer2012-11-161-2/+53
|\
| * driver: add support for requesting resource by nameJean-Christophe PLAGNIOL-VILLARD2012-10-301-0/+46
| * cosmetic: remove right alignment on driver listFranck Jullien2012-10-171-1/+1
| * driver: print error message when probe failsSascha Hauer2012-10-071-1/+6
* | platform driver: Drop check for resource conflictsSascha Hauer2012-10-131-12/+0
* | Merge branch 'pu/misc-fixes'Sascha Hauer2012-10-072-16/+16
|\ \ | |/ |/|
| * driver: make get_bus_by_name staticSascha Hauer2012-10-041-1/+1
| * driver: move dev_get_drvdata out of CONFIG_CMD_DEVINFOSascha Hauer2012-10-041-15/+15
* | devinfo: display device bus nameJean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+4
* | switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-043-21/+33
|/
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-033-10/+0
|\
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-173-10/+0
* | driver: search device and driver based on the bus instead of allJean-Christophe PLAGNIOL-VILLARD2012-09-232-5/+9
* | driver: register busJean-Christophe PLAGNIOL-VILLARD2012-09-233-10/+39
* | of: add devicetree probing supportSascha Hauer2012-09-142-2/+28
* | driver: add dev_get_drvdata functionSascha Hauer2012-09-141-0/+10
* | driver: Add platform_device_id mechanismSascha Hauer2012-09-141-1/+16
* | driver: rewrite dev_printf as a functionSascha Hauer2012-09-141-0/+19
|/
* Merge branch 'for-next/resource-size'Sascha Hauer2012-07-022-9/+9
|\
| * resource: store 'end' instead of 'size' in struct resourceSascha Hauer2012-07-012-9/+9
* | Merge branch 'for-next/sparse'Sascha Hauer2012-07-021-3/+3
|\ \
| * | Do not use iomem space for dev_get_mem_regionSascha Hauer2012-06-301-3/+3
| |/
* | Merge branch 'for-next/64bit'Sascha Hauer2012-07-021-1/+1
|\ \
| * | make cdev 64bit capableSascha Hauer2012-06-301-1/+1
| |/
* / ehci: Fix resource sizeSascha Hauer2012-07-021-1/+1
|/
* drivers/base: bail out if request_iomem_region failsSascha Hauer2012-06-271-0/+2
* print out resource_size_t correctlySascha Hauer2012-06-251-1/+2
* usb ehci: Add resource sizesSascha Hauer2012-05-311-0/+2
* complete: add device name complete support for devinfoJean-Christophe PLAGNIOL-VILLARD2012-04-301-0/+2
* devinfo: use accessor function for parametersSascha Hauer2012-04-241-1/+1
* device: make singular devices possibleSascha Hauer2012-04-151-2/+5
* NET: Add support for ks8851_mllJan Weitzel2012-03-131-0/+33
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-1/+1
* devices: unregister children when unregistering a deviceSascha Hauer2012-02-171-5/+15
* Remove the obsolet driver for the DM9000E ethernet deviceJuergen Beisert2011-12-141-1/+1
* implement resource management for platform devicesSascha Hauer2011-12-041-2/+27
* ARM: switch to generic memory banksSascha Hauer2011-09-231-15/+0
* drivers/base: fix wrong variable typeSascha Hauer2011-09-231-1/+1
* resource: introduce add_generic_device_res to add multiple resourceJean-Christophe PLAGNIOL-VILLARD2011-09-201-32/+35