summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-model
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-02-151-0/+2
|\
| * iio: kfifo: Add resource management devm_iio_kfifo_allocate/freeKarol Wrona2014-12-261-0/+2
* | doc: driver-model: improve wording "is provide the"Jeremiah Mahler2014-12-291-1/+1
|/
* Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-091-0/+2
|\
| * resources: Add device-managed request/release_resource()Thierry Reding2014-09-041-0/+2
* | devres: Improve devm_kasprintf()/kvasprintf() supportGeert Uytterhoeven2014-09-231-0/+2
* | Documentation: devres: Add missing devm_kstrdup() managed interfaceGeert Uytterhoeven2014-09-231-0/+1
* | Documentation: devres: Add missing IRQ functionsTobias Klauser2014-09-231-0/+2
|/
* Documentation: devres: Sort managed interfacesGeert Uytterhoeven2014-07-111-57/+57
* Documentation: devres: Add devm_kmalloc() et alDaniel Thompson2014-07-091-0/+3
* devres: remove devm_request_and_ioremap()Jingoo Han2014-06-191-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-0/+5
|\
| * mdio_bus: implement devm_mdiobus_alloc/devm_mdiobus_freeGrygorii Strashko2014-05-021-0/+5
* | Merge tag 'staging-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-031-0/+3
|\ \
| * | devres: Add devm_get_free_pages APIEli Billauer2014-05-241-0/+2
| * | devres: introduce API "devm_kmemdupSrinivas Pandruvada2014-04-291-0/+1
| |/
* | gpio: Add helpers for optional GPIOsThierry Reding2014-05-091-0/+2
* | gpio: Add missing device-managed documentationThierry Reding2014-05-021-0/+5
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-01-221-1/+1
|\
| * doc: driver-model/platform.txt: fix a typoLaszlo Papp2013-12-191-1/+1
* | Merge tag 'staging-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-201-0/+2
|\ \
| * \ Merge tag 'iio-for-3.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2013-11-251-0/+2
| |\ \ | | |/ | |/|
| | * iio: core: Implement devm_iio_device_{register,unregister}Sachin Kamat2013-11-241-0/+2
* | | Documentation: fix spelling in design-patternsLinus Walleij2013-12-191-2/+2
* | | Documentation: start documenting driver design patternsLinus Walleij2013-12-101-0/+116
|/ /
* | Merge tag 'spi-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2013-11-121-0/+3
|\ \
| * | spi: core: Add devm_spi_register_master()Mark Brown2013-09-171-0/+3
| |/
* | regulator: core: Provide managed regulator registrationMark Brown2013-09-171-0/+1
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-09-101-0/+3
|\
| * acpi-dma, doc: append managed function to the listAndy Shevchenko2013-08-251-0/+3
* | iio: trigger: implement devm_iio_trigger_alloc/devm_iio_triger_freeJacek Anaszewski2013-08-171-0/+2
* | Documentation: devres: add IIO device alloc/free functions to listOleksandr Kravchenko2013-08-031-0/+4
|/
* lib: devres: Introduce devm_ioremap_resource()Thierry Reding2013-01-221-1/+2
* Documentation: devres: add PHY get/put functions to list of supported callsMarko Katic2013-01-171-0/+4
* pwm: add devm_pwm_get() and devm_pwm_put()Alexandre Courbot2012-09-101-0/+4
* Merge tag 'pinctrl-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-211-0/+4
|\
| * pinctrl: implement devm_pinctrl_get()/put()Stephen Warren2012-04-181-0/+4
* | ARM: 7376/1: clkdev: Implement managed clk_get()Mark Brown2012-04-191-0/+4
|/
* Merge remote-tracking branches 'regulator/topic/devm' and 'regulator/topic/st...Mark Brown2012-03-181-0/+5
|\
| * regulator: add devm_regulator_* to the list of managed interfacesAxel Lin2012-01-311-0/+2
| * regulator: Add devm_regulator_get()Stephen Boyd2012-01-201-0/+3
* | Documentation: devres: add allocation functions to list of supported callsWolfram Sang2012-01-241-0/+4
|/
* lib: devres: add convenience function to remap a resourceWolfram Sang2011-11-151-0/+1
* docs/driver-model: Update device class docsBart Van Assche2011-08-241-4/+0
* docs/driver-model: Document device.groupsBart Van Assche2011-08-241-33/+32
* DOCUMENTATION: Replace create_device() with device_create().Robert P. J. Day2011-06-071-1/+1
* DOCUMENTATION: Update overview.txt in Doc/driver-model.Robert P. J. Day2011-06-071-18/+34
* driver core: remove the driver-model structures from the documentationWanlong Gao2011-05-064-141/+4
* driver core: prune docs about device_interfaceBrandon Philips2010-11-101-129/+0
* Fix spelling of 'platform' in comments and docStefan Weil2010-02-051-1/+1
OpenPOWER on IntegriCloud