summaryrefslogtreecommitdiff
path: root/Documentation/driver-api/driver-model
AgeCommit message (Expand)Author
2021-10-19iio: inkern: introduce devm_iio_map_array_register() short-hand functionAlexandru Ardelean
2021-07-08Merge tag 'pwm/for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-06-30pwm: core: Remove unused devm_pwm_put()Andy Shevchenko
2021-05-27driver core: Drop helper devm_platform_ioremap_resource_wc()Uwe Kleine-König
2021-04-26Merge tag 'docs-5.13' of git://git.lwn.net/linuxLinus Torvalds
2021-04-26Merge tag 'arm-apple-m1-5.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-04-08asm-generic/io.h: Add a non-posted variant of ioremap()Hector Martin
2021-03-11iio: buffer-dma,adi-axi-adc: introduce devm_iio_dmaengine_buffer_setup()Alexandru Ardelean
2021-03-11iio: kfifo: un-export devm_iio_kfifo_allocate() functionAlexandru Ardelean
2021-03-11iio: kfifo: add devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean
2021-03-08docs: driver-model: device: Add ATTRIBUTE_GROUPS() exampleGeert Uytterhoeven
2021-03-08docs: driver-model: device: Add DEVICE_ATTR_{RO,RW} examplesGeert Uytterhoeven
2021-03-06docs: driver-model: Remove obsolete device class documentationGeert Uytterhoeven
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski
2020-11-19Documentation: list RTC devres helpers in devres.rstBartosz Golaszewski
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-09-08devres: provide devm_krealloc()Bartosz Golaszewski
2020-09-03drm/managed: Cleanup of unused functions and polishing docsDaniel Vetter
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-05Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-07-10Documentation/driver-api: driver-model/platform: drop doubled wordRandy Dunlap
2020-06-30of: mdio: provide devm_of_mdiobus_register()Bartosz Golaszewski
2020-06-30net: phy: don't abuse devres in devm_mdiobus_register()Bartosz Golaszewski
2020-06-30Documentation: devres: add missing mdio helperBartosz Golaszewski
2020-06-26docs: driver-model: remove a duplicated markup at driver.rstMauro Carvalho Chehab
2020-06-10Merge tag 'docs-5.8-2' of git://git.lwn.net/linuxLinus Torvalds
2020-06-08Documentation: devres: add missing entry for devm_platform_get_and_ioremap_re...Dejin Zheng
2020-06-07Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-06-07Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-05-23net: devres: provide devm_register_netdev()Bartosz Golaszewski
2020-05-23Documentation: devres: add a missing section for networking helpersBartosz Golaszewski
2020-04-23Add documentation on meaning of -EPROBE_DEFERGrant Likely
2020-04-23Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab
2020-04-19iio: buffer: drop devm_iio_kfifo_free() API callAlexandru Ardelean
2020-04-19iio: inkern: drop devm_iio_channel_release{_all} API callsAlexandru Ardelean
2020-04-19iio: core: drop devm_iio_trigger_free() API callAlexandru Ardelean
2020-04-19iio: core: drop devm_iio_trigger_unregister() API callAlexandru Ardelean
2020-04-19iio: core: drop devm_iio_device_free() API callAlexandru Ardelean
2020-04-19iio: core: drop devm_iio_triggered_buffer_cleanup() API callAlexandru Ardelean
2020-04-19iio: core: drop devm_iio_device_unregister() API callAlexandru Ardelean
2020-03-10docs: driver.rst: supress two ReSt warningsMauro Carvalho Chehab
2020-01-29Merge tag 'gpio-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-16docs: driver-model: Add missing managed GPIO array get functionsMatti Vaittinen
2019-12-01Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds
2019-11-11docs: driver-model: add devm_ioremap_ucTuowen Zhao
2019-11-05drivers: provide devm_platform_ioremap_resource_byname()Bartosz Golaszewski