summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-model
AgeCommit message (Expand)AuthorLines
2018-07-30dmaengine: add a new helper dmaenginem_async_device_registerHuang Shijie-0/+1
2018-01-08serdev: Introduce devm_serdev_device_open()Andrey Smirnov-0/+3
2017-11-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-0/+1
2017-11-01clk: Add devm_of_clk_add_hw_provider()/del_provider() APIsStephen Boyd-0/+1
2017-09-19driver core: remove DRIVER_ATTRGreg Kroah-Hartman-3/+4
2017-08-16genirq/irq_sim: Add a devres variant of irq_sim_init()Bartosz Golaszewski-0/+1
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-2/+1
2017-07-03Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+6
2017-06-28PCI: Add devm_pci_alloc_host_bridge() interfaceLorenzo Pieralisi-0/+1
2017-06-28dma-mapping: replace dmam_alloc_noncoherent with dmam_alloc_attrsChristoph Hellwig-1/+1
2017-06-28dma-mapping: remove dmam_free_noncoherentChristoph Hellwig-1/+0
2017-06-21irq/generic-chip: Provide devm_irq_setup_generic_chip()Bartosz Golaszewski-0/+1
2017-06-21irq/generic-chip: Provide devm_irq_alloc_generic_chip()Bartosz Golaszewski-0/+1
2017-06-03mux: minimal mux subsystemPeter Rosin-0/+5
2017-06-03devres: trivial whitespace fixPeter Rosin-1/+1
2017-04-24PCI: Implement devm_pci_remap_cfgspace()Lorenzo Pieralisi-2/+4
2017-02-10irqdesc: Add a resource managed version of irq_alloc_descs()Bartosz Golaszewski-0/+5
2016-11-15devres: add devm_alloc_percpu()Madalin Bucur-0/+4
2016-10-06Merge tag 'for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds-0/+4
2016-10-05Merge tag 'staging-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+4
2016-09-16docs/driver-model: fix typoLaurent Navet-1/+1
2016-09-04iio: add resource managed triggered buffer init helpersGregor Boirie-0/+2
2016-09-04iio:trigger: add resource managed (un)registerGregor Boirie-0/+2
2016-08-16power: reset: reboot-mode: Add managed resource APIBjorn Andersson-0/+4
2016-08-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+4
2016-07-17watchdog: Add a device managed API for watchdog_register_device()Neil Armstrong-0/+3
2016-05-30reset: add devm_reset_controller_register APIMasahiro Yamada-0/+4
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+4
2016-05-20Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-0/+1
2016-05-20Merge tag 'mfd-for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+3
2016-05-19Merge tag 'docs-for-linus' of git://git.lwn.net/linuxLinus Torvalds-0/+3
2016-04-28Documentation: devres: Add missing INPUT functionAlexander Kurz-0/+3
2016-04-21pinctrl: Add resource management devm_pinctrl_{register, unregister}Laxman Dewangan-0/+2
2016-04-19clk: Add {devm_}clk_hw_{register,unregister}() APIsStephen Boyd-0/+1
2016-04-19iio: Add resource managed APIs devm_iio_channel_{get,release) in devresLaxman Dewangan-0/+4
2016-04-19mfd: Add devm_mfd_add_devices() in list of managed interfacesLaxman Dewangan-0/+3
2016-03-19Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds-2/+4
2016-03-17Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds-0/+5
2016-02-23gpio: Add missing devm_gpio_ wrapper in devres.txtLaxman Dewangan-0/+3
2016-02-23gpio: Add resource management devm_gpio_chip_{add_data,remove}Laxman Dewangan-0/+2
2016-02-16ARM: 8524/1: driver cohandle -EPROBE_DEFER from bus_type.match()Tomeu Vizoso-2/+4
2016-02-09driver-core: platform: fix typo in documentation for multi-driver helperUwe Kleine-König-1/+1
2015-10-05driver-core: platform: Provide helpers for multi-driver modulesThierry Reding-0/+14
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2015-03-16lib: devres: add a helper function for ioremap_wcAbhilash Kesavan-0/+1
2015-03-09leds: Introduce devres helper for led_classdev_registerBjorn Andersson-0/+4
2015-02-15Merge tag 'staging-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+2
2014-12-29doc: driver-model: improve wording "is provide the"Jeremiah Mahler-1/+1
2014-12-26iio: kfifo: Add resource management devm_iio_kfifo_allocate/freeKarol Wrona-0/+2