Age | Commit message (Expand) | Author |
2020-03-24 | driver core: platform: Reimplement devm_platform_ioremap_resource | Dejin Zheng |
2020-03-24 | drivers: provide devm_platform_get_and_ioremap_resource() | Dejin Zheng |
2020-03-11 | driver code: clarify and fix platform device DMA mask allocation | Christoph Hellwig |
2020-01-22 | driver core: platform: fix u32 greater or equal to zero comparison | Colin Ian King |
2020-01-14 | driver core: platform: Prevent resouce overflow from causing infinite loops | Simon Schwartz |
2019-12-10 | drivers: Fix boot problem on SuperH | Guenter Roeck |
2019-11-14 | driver core: platform: Declare ret variable only once | Andy Shevchenko |
2019-11-14 | driver core: platform: use the correct callback type for bus_find_device | Sami Tolvanen |
2019-11-05 | drivers: provide devm_platform_ioremap_resource_byname() | Bartosz Golaszewski |
2019-11-05 | drivers: platform: provide devm_platform_ioremap_resource_wc() | Bartosz Golaszewski |
2019-10-27 | Merge 5.4-rc5 into driver-core-next | Greg Kroah-Hartman |
2019-10-11 | driver core: simplify definitions of platform_get_irq* | Uwe Kleine-König |
2019-10-07 | drivers: move the early platform device support to arch/sh | Bartosz Golaszewski |
2019-10-07 | driver core: platform: Add platform_get_irq_byname_optional() | Hans de Goede |
2019-09-18 | Merge tag 'usb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2019-09-03 | Merge generic_lookup_helpers into usb-next | Greg Kroah-Hartman |
2019-08-29 | driver core: platform: Export platform_get_irq_optional() | Thierry Reding |
2019-08-28 | driver core: platform: Introduce platform_get_irq_optional() | Thierry Reding |
2019-08-22 | driver core: initialize a default DMA mask for platform device | Christoph Hellwig |
2019-08-12 | Merge 5.3-rc4 into driver-core-next | Greg Kroah-Hartman |
2019-07-30 | driver core: platform: Add an error message to platform_get_irq*() | Stephen Boyd |
2019-07-30 | driver core: platform: return -ENXIO for missing GpioInt | Brian Norris |
2019-07-30 | platform: Add platform_find_device_by_driver() helper | Suzuki K Poulose |
2019-07-15 | docs: driver-model: move it to the driver-api book | Mauro Carvalho Chehab |
2019-06-21 | docs: driver-model: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab |
2019-04-29 | Revert "driver core: platform: Fix the usage of platform device name(pdev->na... | Greg Kroah-Hartman |
2019-04-25 | driver core: platform: Fix the usage of platform device name(pdev->name) | Venkata Narendra Kumar Gutta |
2019-04-25 | driver core: platform: Propagate error from insert_resource() | Andy Shevchenko |
2019-04-25 | drivers: fix a typo in the kernel doc for devm_platform_ioremap_resource() | Bartosz Golaszewski |
2019-03-08 | Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds |
2019-03-01 | driver core: platform: remove misleading err_alloc label | Johannes Berg |
2019-02-26 | platform: set of_node in platform_device_register_full() | Mans Rullgard |
2019-02-22 | drivers: depend on HAS_IOMEM for devm_platform_ioremap_resource() | Bartosz Golaszewski |
2019-02-21 | drivers: provide devm_platform_ioremap_resource() | Bartosz Golaszewski |
2019-02-12 | driver: platform: Support parsing GpioInt 0 in platform_get_irq() | Enrico Granata |
2019-01-04 | drivers/base/platform.c: kmemleak ignore a known leak | Qian Cai |
2018-12-28 | Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2018-12-28 | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2018-12-13 | ACPI / scan: Refactor _CCA enforcement | Robin Murphy |
2018-12-13 | dma-mapping: move dma_get_required_mask to kernel/dma | Christoph Hellwig |
2018-12-06 | driver core: platform: Respect return code of platform_device_register_full() | Andy Shevchenko |
2018-11-26 | driver core: platform: Remove duplicated device_remove_properties() call | Heikki Krogerus |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport |
2018-10-02 | dma-mapping: move dma_default_get_required_mask under ifdef | Christoph Hellwig |
2018-10-01 | dma-mapping: make the get_required_mask method available unconditionally | Christoph Hellwig |
2018-06-05 | Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds |
2018-05-14 | driver core: Respect all error codes from dev_pm_domain_attach() | Ulf Hansson |
2018-05-03 | drivers: remove force dma flag from buses | Christoph Hellwig |
2018-05-03 | dma-mapping: move dma configuration to bus infrastructure | Nipun Gupta |
2018-03-15 | driver core: platform: use put_device() if device_register fail | Arvind Yadav |