summaryrefslogtreecommitdiff
path: root/include/driver.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/usb'Sascha Hauer2023-04-191-0/+2
|\
| * driver: Add unregister_driver()Sascha Hauer2023-03-211-0/+2
* | usb: dwc3: populate parent of xHCI devAhmad Fatoum2023-04-171-2/+10
|/
* driver: Add rescan hook to struct deviceSascha Hauer2023-03-101-0/+6
* fs: devfs: implement cdev_fdopenAhmad Fatoum2023-01-311-0/+1
* driver: alias of_match_ptr and DRV_OF_COMPATAhmad Fatoum2023-01-231-1/+3
* Merge branch 'for-next/misc-struct-rename'Sascha Hauer2023-01-201-3/+0
|\
| * driver: drop no longer used RW_SIZE/_MASK macrosAhmad Fatoum2023-01-121-3/+0
* | mtd: nand: atmel: import Linux NAND controller driverAhmad Fatoum2023-01-181-0/+2
* | Merge branch 'for-next/kernelcode-helpers' into HEADSascha Hauer2023-01-171-2/+2
|\ \
| * | include: driver: make dev_(get_priv|is_probed) argument const pointerAhmad Fatoum2023-01-101-2/+2
| |/
* | driver: implement dev_request_resourceAhmad Fatoum2023-01-161-0/+3
* | driver: always ensure probe of RAM registered with mem_platform_driverAhmad Fatoum2023-01-121-2/+11
|/
* driver: add of_match_table as alias to of_compatibleAhmad Fatoum2023-01-101-1/+4
* Rename struct driver_d to driverSascha Hauer2023-01-101-8/+9
* Rename struct device_d to deviceSascha Hauer2023-01-101-64/+70
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-2/+5
* driver: have dev_name(unregistered device) behave as expectedAhmad Fatoum2023-01-091-1/+3
* Merge branch 'for-next/misc'Sascha Hauer2022-10-131-0/+2
|\
| * driver: don't crash when dev_name/dev_id is called with NULL devAhmad Fatoum2022-10-111-0/+2
* | driver: add dev_is_probed() helper functionOleksij Rempel2022-10-041-0/+5
|/
* driver: implement find_device() helperAhmad Fatoum2022-09-131-0/+5
* Merge branch 'for-next/rk808'Sascha Hauer2022-08-111-1/+1
|\
| * mfd: implement mfd_add_devicesAhmad Fatoum2022-08-081-1/+1
* | base: driver: print dev_err_probe message on permanent probe deferralJohannes Zink2022-07-121-0/+5
|/
* driver: add dev_get_priv() helperOleksij Rempel2022-04-141-0/+5
* clk: stm32mp1: sync with Linux v5.17-rc1Ahmad Fatoum2022-03-081-0/+5
* firmware: import Linux v5.13 SCMI supportAhmad Fatoum2022-02-231-0/+3
* cdev: create iterator for cdev listSascha Hauer2022-02-081-0/+4
* cdev: Create missing cdev_* functionsSascha Hauer2022-02-081-0/+5
* driver: Add functions to free devicesSascha Hauer2022-02-081-0/+4
* cdev: implement cdev_open()Sascha Hauer2022-02-081-1/+1
* rename cdev_open() -> cdev_open_by_name()Sascha Hauer2022-02-081-1/+1
* cdev: add diskuuid supportMichael Olbrich2022-02-081-0/+1
* cdev: rename partuuid to uuidMichael Olbrich2022-02-081-2/+2
* commands: add new devunbind debugging commandAhmad Fatoum2022-01-141-0/+4
* cdev: Add function to get unallocated space at start of deviceSascha Hauer2021-10-121-0/+1
* nvmem: add support for new read-only memory (rmem) bindingAhmad Fatoum2021-06-211-0/+3
* driver: add flag to check if cdev is an mci deviceMarco Felsch2021-05-121-0/+6
* driver: provide dev_request_mem_resource_by_name() helperAhmad Fatoum2021-01-051-0/+5
* Merge branch 'for-next/driver-macro' into masterSascha Hauer2020-10-141-0/+6
|\
| * treewide: Use driver macroSascha Hauer2020-09-291-0/+6
* | driver: introduce less error-prone dev_get_drvdata alternativeAhmad Fatoum2020-10-091-0/+18
|/
* treewide: remove references to CREDITSUwe Kleine-König2020-04-271-3/+0
* Merge branch 'for-next/block'Sascha Hauer2020-03-181-0/+1
|\
| * cdev: Add discard_range hookSascha Hauer2020-02-141-0/+1
* | include: add SPDX GPL-2.0-or-later license tags where applicableRoland Hieber2020-02-171-11/+1
|/
* device: Introduce dma_offsetSascha Hauer2019-12-201-0/+2
* driver: add missing parentheses around macro argumentAhmad Fatoum2019-12-091-2/+2
* Merge branch 'for-next/ubootenv'Sascha Hauer2019-06-111-0/+4
|\