summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* treewide: remove references to CREDITSUwe Kleine-König2020-04-273-9/+0
* Merge branch 'for-next/spi'Sascha Hauer2020-04-163-35/+128
|\
| * regmap-mmio: Add big endian supportSascha Hauer2020-04-143-41/+128
| * regmap-mmio: Add missing pieces for 64bit supportSascha Hauer2020-03-241-0/+6
* | regmap: retire of_node_to_regmap in favor of device_node_to_regmapAhmad Fatoum2020-04-151-20/+0
|/
* regmap: add support for regmap_init_mmio_clkAhmad Fatoum2020-02-192-1/+273
* regmap: make internal.h a self-contained headerAhmad Fatoum2020-02-191-1/+8
* Merge branch 'for-next/misc'Sascha Hauer2020-02-181-0/+3
|\
| * driver: bail out, don't crash, if drv->name is not setAhmad Fatoum2020-02-121-0/+3
* | driver: Call of_clk_set_defaults for each probed deviceSascha Hauer2020-02-131-0/+2
|/
* regmap: align documentation in comment with codeAhmad Fatoum2019-10-141-2/+2
* drivers: Drop dummy_probe()Andrey Smirnov2019-02-271-6/+0
* Merge branch 'for-next/lseek'Sascha Hauer2019-02-131-1/+0
|\
| * devfs: Drop dev_lseek_default()Andrey Smirnov2019-01-291-1/+0
* | drivers: base: Port power management code from LinuxAndrey Smirnov2019-01-184-1/+262