| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: driver-model: move it to the driver-api book | Mauro Carvalho Chehab | 2019-07-15 | 1 | -1/+1 |
* | docs: driver-model: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab | 2019-06-21 | 1 | -1/+1 |
* | Revert "driver core: platform: Fix the usage of platform device name(pdev->na... | Greg Kroah-Hartman | 2019-04-29 | 1 | -4/+4 |
* | driver core: platform: Fix the usage of platform device name(pdev->name) | Venkata Narendra Kumar Gutta | 2019-04-25 | 1 | -4/+4 |
* | driver core: platform: Propagate error from insert_resource() | Andy Shevchenko | 2019-04-25 | 1 | -4/+6 |
* | drivers: fix a typo in the kernel doc for devm_platform_ioremap_resource() | Bartosz Golaszewski | 2019-04-25 | 1 | -1/+1 |
* | Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2019-03-08 | 1 | -0/+20 |
|\ |
|
| * | drivers: depend on HAS_IOMEM for devm_platform_ioremap_resource() | Bartosz Golaszewski | 2019-02-22 | 1 | -0/+2 |
| * | drivers: provide devm_platform_ioremap_resource() | Bartosz Golaszewski | 2019-02-21 | 1 | -0/+18 |
* | | driver core: platform: remove misleading err_alloc label | Johannes Berg | 2019-03-01 | 1 | -3/+1 |
* | | platform: set of_node in platform_device_register_full() | Mans Rullgard | 2019-02-26 | 1 | -0/+2 |
* | | driver: platform: Support parsing GpioInt 0 in platform_get_irq() | Enrico Granata | 2019-02-12 | 1 | -1/+14 |
|/ |
|
* | drivers/base/platform.c: kmemleak ignore a known leak | Qian Cai | 2019-01-04 | 1 | -0/+3 |
* | Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-12-28 | 1 | -2/+2 |
|\ |
|
| * | driver core: platform: Respect return code of platform_device_register_full() | Andy Shevchenko | 2018-12-06 | 1 | -2/+2 |
* | | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2018-12-28 | 1 | -33/+1 |
|\ \ |
|
| * | | ACPI / scan: Refactor _CCA enforcement | Robin Murphy | 2018-12-13 | 1 | -2/+1 |
| * | | dma-mapping: move dma_get_required_mask to kernel/dma | Christoph Hellwig | 2018-12-13 | 1 | -31/+0 |
| |/ |
|
* / | driver core: platform: Remove duplicated device_remove_properties() call | Heikki Krogerus | 2018-11-26 | 1 | -1/+0 |
|/ |
|
* | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
* | dma-mapping: move dma_default_get_required_mask under ifdef | Christoph Hellwig | 2018-10-02 | 1 | -1/+1 |
* | dma-mapping: make the get_required_mask method available unconditionally | Christoph Hellwig | 2018-10-01 | 1 | -2/+11 |
* | Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2018-06-05 | 1 | -9/+8 |
|\ |
|
| * | driver core: Respect all error codes from dev_pm_domain_attach() | Ulf Hansson | 2018-05-14 | 1 | -9/+8 |
* | | drivers: remove force dma flag from buses | Christoph Hellwig | 2018-05-03 | 1 | -2/+1 |
* | | dma-mapping: move dma configuration to bus infrastructure | Nipun Gupta | 2018-05-03 | 1 | -0/+17 |
|/ |
|
* | driver core: platform: use put_device() if device_register fail | Arvind Yadav | 2018-03-15 | 1 | -1/+3 |
* | driver core: Remove redundant license text | Greg Kroah-Hartman | 2017-12-07 | 1 | -2/+0 |
* | driver core: add SPDX identifiers to all driver core files | Greg Kroah-Hartman | 2017-12-07 | 1 | -0/+1 |
* | drivers: flag buses which demand DMA configuration | Robin Murphy | 2017-10-19 | 1 | -0/+1 |
* | driver core: platform: Don't read past the end of "driver_override" buffer | Nicolai Stange | 2017-09-18 | 1 | -1/+2 |
* | Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 2017-07-07 | 1 | -1/+1 |
|\ |
|
| * | platform: Accept const properties | Jan Kiszka | 2017-07-03 | 1 | -1/+1 |
* | | driver core: platform: fix race condition with driver_override | Adrian Salido | 2017-05-25 | 1 | -2/+9 |
|/ |
|
* | of: Add function for generating a DT modalias with a newline | Rob Herring | 2017-03-22 | 1 | -1/+1 |
* | Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-02-22 | 1 | -1/+1 |
|\ |
|
| * | platform: Print the resource range if device failed to claim | Chen Yu | 2017-01-11 | 1 | -1/+1 |
* | | ACPI: Add support for ResourceSource/IRQ domain mapping | Agustin Vega-Frias | 2017-02-03 | 1 | -0/+10 |
|/ |
|
* | driver-core: platform: Catch errors from calls to irq_get_irq_data | Guenter Roeck | 2016-09-27 | 1 | -3/+8 |
* | platform: don't return 0 from platform_get_irq[_byname]() on error | Sergei Shtylyov | 2016-08-31 | 1 | -2/+2 |
* | platform driver: fix use-after-free in platform_device_del() | Jerome Marchand | 2016-08-31 | 1 | -2/+1 |
* | device property: don't bother the drivers with struct property_set | Heikki Krogerus | 2016-04-09 | 1 | -9/+10 |
* | base/platform: Fix platform drivers with no probe callback | Martin Wilck | 2016-01-26 | 1 | -4/+9 |
* | Merge branch 'pm-core' | Rafael J. Wysocki | 2016-01-21 | 1 | -1/+0 |
|\ |
|
| * | platform: Do not detach from PM domains on shutdown | Rafael J. Wysocki | 2016-01-12 | 1 | -1/+0 |
* | | Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-01-12 | 1 | -0/+25 |
|\ \ |
|
| * | | driver core: platform: Add support for built-in device properties | Mika Westerberg | 2015-12-07 | 1 | -0/+25 |
| |/ |
|
* / | driver-core: platform: Add platform_irq_count() | Stephen Boyd | 2016-01-07 | 1 | -0/+20 |
|/ |
|
* | driver-core: platform: Provide helpers for multi-driver modules | Thierry Reding | 2015-10-05 | 1 | -0/+61 |
* | base/platform: assert that dev_pm_domain callbacks are called unconditionally | Uwe Kleine-König | 2015-10-04 | 1 | -10/+9 |