summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/hwrng'Sascha Hauer2024-03-151-0/+19
|\
| * driver: implement dev_platform_get_and_ioremap_resourceAhmad Fatoum2024-03-151-0/+19
* | driver: make struct bus_type::probe optionalAhmad Fatoum2024-02-291-1/+6
* | driver: make struct bus_type::match optionalAhmad Fatoum2024-02-291-1/+1
|/
* Merge branch 'for-next/misc'Sascha Hauer2024-02-212-43/+52
|\
| * deep-probe: treat any probe deferral as permanentAhmad Fatoum2024-02-201-14/+19
| * driver: refactor probe return value handling into switch statementAhmad Fatoum2024-02-201-15/+18
| * drivers: drop simple bus remove in favor of common implementationAhmad Fatoum2024-02-161-7/+0
| * driver: make CONFIG_DEBUG_PROBES more useful for removalAhmad Fatoum2024-02-161-10/+18
* | Port SoC framework from LinuxMarco Felsch2024-01-293-0/+127
|/
* Merge branch 'for-next/imx-hsio-blk-ctrl'Sascha Hauer2024-01-232-20/+191
|\
| * driver: have dev_request_mem_region_err_null warn if resource starts at 0Ahmad Fatoum2024-01-221-1/+1
| * pmdomain: implement pm_genpd_remove/of_genpd_del_provider for cleanupAhmad Fatoum2024-01-221-0/+31
| * pmdomain: add support for enabling power domains later onAhmad Fatoum2024-01-221-0/+11
| * pmdomain: implement dev_pm_domain_attach_by_id/nameAhmad Fatoum2024-01-221-0/+106
| * pmdomain: drop superfluous parameter to __genpd_dev_pm_attachAhmad Fatoum2024-01-221-3/+3
| * pmdomain: push have_genpd_providers check into __genpd_dev_pm_attachAhmad Fatoum2024-01-221-10/+10
| * pmdomain: associate devices with their power domainAhmad Fatoum2024-01-221-1/+25
| * pmdomain: power: drop unused parameters for internal functionsAhmad Fatoum2024-01-221-5/+4
* | Merge branch 'for-next/cdev'Sascha Hauer2024-01-231-1/+1
|\ \ | |/ |/|
| * cdev: export and use cdevfs_del_partitionAhmad Fatoum2024-01-081-1/+1
* | regmap: fix calculation of regmap size when reg_stride != 1Ahmad Fatoum2024-01-081-2/+26
|/
* driver: don't clear unrelated struct device_node::device on unregisterAhmad Fatoum2023-12-051-2/+5
* pm_domain: Add onecell supportSascha Hauer2023-11-031-0/+76
* treewide: switch regmap.h include to linux/regmap.hAhmad Fatoum2023-10-264-4/+4
* regmap: align regmap_bulk_read/write API with LinuxAhmad Fatoum2023-10-232-17/+14
* regmap: add support for bulk 64-bit reads and writesAhmad Fatoum2023-10-231-0/+14
* driver: add support for device aliasesAhmad Fatoum2023-09-251-0/+46
* treewide: Print device nodes with %pOFSascha Hauer2023-07-031-4/+3
* Merge branch 'for-next/state'Sascha Hauer2023-06-221-1/+1
|\
| * driver: add new cdev_is_partition helperAhmad Fatoum2023-06-081-1/+1
* | regmap-mmio: fix use-after-freeAhmad Fatoum2023-06-131-3/+7
|/
* sandbox: hostfile: add feature controller supportAhmad Fatoum2023-05-021-1/+1
* featctrl: drop useless NULL checkAhmad Fatoum2023-05-021-3/+0
* driver: be explicit about supported #feature-cellsAhmad Fatoum2023-05-021-1/+4
* Merge branch 'for-next/usb'Sascha Hauer2023-04-191-0/+17
|\
| * driver: Add unregister_driver()Sascha Hauer2023-03-211-0/+17
* | usb: dwc3: populate parent of xHCI devAhmad Fatoum2023-04-171-2/+4
|/
* pm_domains: Enable explicitly when we have power-domain providersSascha Hauer2023-03-071-0/+10
* treewide: Rename remaining struct device_d -> deviceSascha Hauer2023-02-232-4/+4
* Merge branch 'for-next/misc-struct-rename'Sascha Hauer2023-01-209-39/+853
|\
| * regmap: i2c: use formatted I/OAhmad Fatoum2023-01-122-15/+36
| * drivers: base: regmap: introduce REGMAP_I2CAhmad Fatoum2023-01-122-1/+5
| * net: dsa: ksz9477: create regmap cdev for switch registersAhmad Fatoum2023-01-122-0/+105
| * regmap: factor out regmap cdev size calculationAhmad Fatoum2023-01-121-2/+7
| * regmap: port regmap_init_spiAhmad Fatoum2023-01-123-0/+48
| * regmap: support formatted read and writeAhmad Fatoum2023-01-126-2/+637
| * regmap: consolidate reg/val format into regmap_formatAhmad Fatoum2023-01-122-19/+15
* | driver: implement dev_request_resourceAhmad Fatoum2023-01-161-4/+15
|/
* Rename struct driver_d to driverSascha Hauer2023-01-103-9/+9