summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api/driver-model
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pwm/for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-081-1/+2
|\
| * pwm: core: Remove unused devm_pwm_put()Andy Shevchenko2021-06-301-1/+2
* | driver core: Drop helper devm_platform_ioremap_resource_wc()Uwe Kleine-König2021-05-271-1/+0
|/
* Merge tag 'docs-5.13' of git://git.lwn.net/linuxLinus Torvalds2021-04-263-156/+17
|\
| * docs: driver-model: device: Add ATTRIBUTE_GROUPS() exampleGeert Uytterhoeven2021-03-081-4/+9
| * docs: driver-model: device: Add DEVICE_ATTR_{RO,RW} examplesGeert Uytterhoeven2021-03-081-2/+8
| * docs: driver-model: Remove obsolete device class documentationGeert Uytterhoeven2021-03-062-150/+0
* | Merge tag 'arm-apple-m1-5.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-261-0/+1
|\ \
| * | asm-generic/io.h: Add a non-posted variant of ioremap()Hector Martin2021-04-081-0/+1
| |/
* | iio: buffer-dma,adi-axi-adc: introduce devm_iio_dmaengine_buffer_setup()Alexandru Ardelean2021-03-111-0/+1
* | iio: kfifo: un-export devm_iio_kfifo_allocate() functionAlexandru Ardelean2021-03-111-1/+0
* | iio: kfifo: add devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean2021-03-111-0/+1
|/
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-0/+1
* rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski2020-11-191-0/+1
* Documentation: list RTC devres helpers in devres.rstBartosz Golaszewski2020-11-191-0/+4
* Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-151-1/+1
|\
| * drm/managed: Cleanup of unused functions and polishing docsDaniel Vetter2020-09-031-1/+1
* | devres: provide devm_krealloc()Bartosz Golaszewski2020-09-081-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-1/+2
|\
| * of: mdio: provide devm_of_mdiobus_register()Bartosz Golaszewski2020-06-301-0/+1
| * net: phy: don't abuse devres in devm_mdiobus_register()Bartosz Golaszewski2020-06-301-1/+0
| * Documentation: devres: add missing mdio helperBartosz Golaszewski2020-06-301-0/+1
* | Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-051-1/+1
|\ \
| * | Documentation/driver-api: driver-model/platform: drop doubled wordRandy Dunlap2020-07-101-1/+1
| |/
* / docs: driver-model: remove a duplicated markup at driver.rstMauro Carvalho Chehab2020-06-261-2/+0
|/
* Merge tag 'docs-5.8-2' of git://git.lwn.net/linuxLinus Torvalds2020-06-101-0/+1
|\
| * Documentation: devres: add missing entry for devm_platform_get_and_ioremap_re...Dejin Zheng2020-06-081-0/+1
* | Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-071-5/+27
|\ \
| * | Add documentation on meaning of -EPROBE_DEFERGrant Likely2020-04-231-5/+27
* | | Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-071-8/+0
|\ \ \
| * \ \ Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2020-04-231-8/+0
| |\ \ \ | | |/ / | |/| |
| | * | iio: buffer: drop devm_iio_kfifo_free() API callAlexandru Ardelean2020-04-191-1/+0
| | * | iio: inkern: drop devm_iio_channel_release{_all} API callsAlexandru Ardelean2020-04-191-2/+0
| | * | iio: core: drop devm_iio_trigger_free() API callAlexandru Ardelean2020-04-191-1/+0
| | * | iio: core: drop devm_iio_trigger_unregister() API callAlexandru Ardelean2020-04-191-1/+0
| | * | iio: core: drop devm_iio_device_free() API callAlexandru Ardelean2020-04-191-1/+0
| | * | iio: core: drop devm_iio_triggered_buffer_cleanup() API callAlexandru Ardelean2020-04-191-1/+0
| | * | iio: core: drop devm_iio_device_unregister() API callAlexandru Ardelean2020-04-191-1/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-0/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | net: devres: provide devm_register_netdev()Bartosz Golaszewski2020-05-231-0/+1
| * | | Documentation: devres: add a missing section for networking helpersBartosz Golaszewski2020-05-231-0/+4
| |/ /
* / / docs: filesystems: fix renamed referencesMauro Carvalho Chehab2020-04-202-3/+3
|/ /
* / docs: driver.rst: supress two ReSt warningsMauro Carvalho Chehab2020-03-101-1/+1
|/
* Merge tag 'gpio-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2020-01-291-0/+2
|\
| * docs: driver-model: Add missing managed GPIO array get functionsMatti Vaittinen2019-12-161-0/+2
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+0
|/
* Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2019-12-011-0/+1
|\
| * docs: driver-model: add devm_ioremap_ucTuowen Zhao2019-11-111-0/+1
* | drivers: provide devm_platform_ioremap_resource_byname()Bartosz Golaszewski2019-11-051-0/+1
* | drivers: platform: provide devm_platform_ioremap_resource_wc()Bartosz Golaszewski2019-11-051-0/+1