summaryrefslogtreecommitdiffstats
path: root/include/driver.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc'Sascha Hauer2024-03-151-0/+1
|\
| * of: partition: Also add partitions created by addpart to the boot dtbUwe Kleine-König2024-03-131-2/+3
* | Merge branch 'for-next/hwrng'Sascha Hauer2024-03-151-0/+4
|\ \
| * | driver: implement dev_platform_get_and_ioremap_resourceAhmad Fatoum2024-03-151-0/+4
| |/
* | commands: introduce new findmnt commandAhmad Fatoum2024-03-051-0/+5
* | partitions: have parsers record bootable bitsAhmad Fatoum2024-03-051-0/+5
* | cdev: implement setter/getter for cdev device nodeAhmad Fatoum2024-03-051-0/+11
|/
* driver: make CONFIG_DEBUG_PROBES more useful for removalAhmad Fatoum2024-02-161-0/+10
* Merge branch 'for-next/layerscape'Sascha Hauer2024-01-231-0/+24
|\
| * of: populate new device_d::dma_coherent attributeAhmad Fatoum2024-01-111-0/+24
* | Merge branch 'for-next/imx-hsio-blk-ctrl'Sascha Hauer2024-01-231-0/+4
|\ \
| * | driver: make driver.h header self-containedAhmad Fatoum2024-01-221-0/+1
| * | pmdomain: associate devices with their power domainAhmad Fatoum2024-01-221-0/+3
| |/
* | cdev: export and use cdevfs_del_partitionAhmad Fatoum2024-01-081-0/+1
* | cdev: export cdevfs_add_partition for general useAhmad Fatoum2024-01-081-0/+3
* | driver.h: move devfs_add/del_partition later in fileAhmad Fatoum2024-01-081-4/+4
|/
* driver: add support for device aliasesAhmad Fatoum2023-09-251-0/+7
* driver: include dev_print and family from <driver.h>Ahmad Fatoum2023-06-231-0/+1
* state: allow lookup of barebox state partition by Type GUIDAhmad Fatoum2023-06-121-0/+19
* common: partitions: efi: record type UUID in cdevAhmad Fatoum2023-06-121-1/+5
* common: partitions: record whether disk is GPT or MBR partitionedAhmad Fatoum2023-06-121-0/+12
* cdev: record whether partition is parsed from OFAhmad Fatoum2023-06-081-2/+3
* cdev: use more descriptive struct cdev::diskuuid/partuuidAhmad Fatoum2023-06-081-1/+9
* driver: add new cdev_is_partition helperAhmad Fatoum2023-06-081-0/+4
* cdev: fix for_each_cdev macroAhmad Fatoum2023-06-081-2/+2
* 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
|/