summaryrefslogtreecommitdiff
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename struct device_d to deviceSascha Hauer2023-01-108-68/+73
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-104-11/+11
* Merge branch 'for-next/misc'Sascha Hauer2022-09-145-0/+199
|\
| * commands: add pm_domain for listing power domainsAhmad Fatoum2022-09-131-0/+10
| * driver: implement find_device() helperAhmad Fatoum2022-09-131-0/+16
| * driver: featctrl: fixup kernel device treeAhmad Fatoum2022-09-011-0/+40
| * driver: consult feature controller prior to device probeAhmad Fatoum2022-09-011-0/+9
| * driver: add feature controller frameworkAhmad Fatoum2022-09-013-0/+124
* | regmap-mmio: regmap_mmio_get_min_stride: unify branches for readabilityAhmad Fatoum2022-09-121-1/+1
|/
* Merge branch 'for-next/rk808'Sascha Hauer2022-08-112-1/+38
|\
| * regmap: implement regmap_init_i2c_smbusAhmad Fatoum2022-08-081-0/+37
| * mfd: implement mfd_add_devicesAhmad Fatoum2022-08-081-1/+1
* | Merge branch 'for-next/misc'Sascha Hauer2022-08-112-8/+38
|\ \
| * | driver: probe: report power domain attach failureAhmad Fatoum2022-08-081-1/+1
| * | base: driver: print dev_err_probe message on permanent probe deferralJohannes Zink2022-07-121-7/+37
* | | drivers: power: ignore power domains with barebox,allow-dummyAhmad Fatoum2022-08-091-3/+21
| |/ |/|
* | driver: disassociate dev from device_node on unregister_deviceAhmad Fatoum2022-08-081-0/+2
|/
* firmware: import Linux v5.13 SCMI supportAhmad Fatoum2022-02-231-0/+28
* driver: Add functions to free devicesSascha Hauer2022-02-081-0/+30
* commands: add new devunbind debugging commandAhmad Fatoum2022-01-141-3/+4
* driver: have CONFIG_DEBUG_PROBES report device unbind as wellAhmad Fatoum2022-01-141-0/+4
* driver: implement dev_err_probe()Ahmad Fatoum2021-11-251-0/+49
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-2211-11/+11
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-0110-42/+10
* base: driver: fix double removal of child devicesAhmad Fatoum2021-10-021-1/+3
* driver: add CONFIG_DEBUG_PROBESAhmad Fatoum2021-06-281-2/+15
* common: add initial barebox deep-probe supportMarco Felsch2021-06-251-1/+10
* Merge branch 'for-next/misc'Sascha Hauer2021-06-162-21/+10
|\
| * drivers: base: Check all compatible strings for modalias matchTrent Piepho2021-06-161-18/+9
| * driver: have dev_set_name() return 0 on successAhmad Fatoum2021-06-021-3/+1
* | nvmem: add nvmem_regmap_register helperAhmad Fatoum2021-06-021-0/+5
* | regmap: implement regmap_init_i2cAhmad Fatoum2021-06-022-0/+45
|/
* driver: Don't throw an error on probes that didn't find the deviceAhmad Fatoum2021-02-221-1/+4
* driver: provide dev_request_mem_resource_by_name() helperAhmad Fatoum2021-01-051-2/+10
* driver: introduce less error-prone dev_get_drvdata alternativeAhmad Fatoum2020-10-091-0/+11