summaryrefslogtreecommitdiffstats
path: root/drivers/base/resource.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: Introduce dev_set_name()Andrey Smirnov2018-10-181-1/+1
* net: dm9k: Fix resource sizes in add_dm9000_deviceSascha Hauer2013-12-181-3/+3
* device: Add functions to add resourcesSascha Hauer2013-11-271-13/+47
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* Merge branch 'for-next/resource-size'Sascha Hauer2012-07-021-7/+7
|\
| * resource: store 'end' instead of 'size' in struct resourceSascha Hauer2012-07-011-7/+7
* | ehci: Fix resource sizeSascha Hauer2012-07-021-1/+1
|/
* usb ehci: Add resource sizesSascha Hauer2012-05-311-0/+2
* NET: Add support for ks8851_mllJan Weitzel2012-03-131-0/+33
* Remove the obsolet driver for the DM9000E ethernet deviceJuergen Beisert2011-12-141-1/+1
* 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
* arm: introduce arm_add_mem_device to register dram deviceJean-Christophe PLAGNIOL-VILLARD2011-08-011-0/+15
* resource: introduce add_usb_ehci_device to register echi deviceJean-Christophe PLAGNIOL-VILLARD2011-07-291-0/+21
* dm9000: introduce add_dm9000_device to register dm9000 deviceJean-Christophe PLAGNIOL-VILLARD2011-07-291-4/+53
* resource: introduce add_generic_device to register simple deviceJean-Christophe PLAGNIOL-VILLARD2011-07-211-6/+10
* drivers: move resource generic management to driver/base/resource.cJean-Christophe PLAGNIOL-VILLARD2011-07-211-0/+46