summaryrefslogtreecommitdiffstats
path: root/include/driver.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/ubootenv'Sascha Hauer2019-06-111-0/+4
|\
| * drivers: Introduce late_platform_driver()Andrey Smirnov2019-06-071-0/+2
| * filetype: Allow specifying cdev's filetype explicitlyAndrey Smirnov2019-06-071-0/+2
* | driver: left shift 1U instead of 1 in bitmask for consistencyAhmad Fatoum2019-05-241-2/+2
|/
* drivers: Drop dummy_probe()Andrey Smirnov2019-02-271-3/+0
* include: Drop mem_memmap()Andrey Smirnov2019-02-271-1/+0
* fs: devfs: Change .lseek callbacks to return 'int'Andrey Smirnov2019-02-041-1/+1
* devfs: Drop dev_lseek_default()Andrey Smirnov2019-01-291-5/+0
* Merge branch 'for-next/net-switch-mv88e6xxx'Sascha Hauer2018-11-091-6/+19
|\
| * drivers: base: Convert device_d name to be dynamically allocatedAndrey Smirnov2018-10-181-3/+2
| * base: Don't use shared buffer for results of dev_id()Andrey Smirnov2018-10-181-1/+10
| * drivers: Introduce dev_set_name()Andrey Smirnov2018-10-181-3/+8
* | drivers: base: Drop dev_get_mem_region_by_name()Andrey Smirnov2018-10-291-4/+0
|/
* driver: Adopt DMA mask concept from LinuxAndrey Smirnov2018-08-311-0/+2
* rename file_operations -> cdev_operationsSascha Hauer2018-04-061-2/+2
* fs: add support loop mount offsetPhilipp Zabel2018-02-051-1/+1
* driver: Add device_detect_all() functionSascha Hauer2017-12-011-0/+1
* devfs-core: add function to find cdev by partuuidSteffen Trumtrar2017-07-101-0/+1
* fs: add cdev_create_loop and cdev_remove_loop for loop mount optionPhilipp Zabel2017-06-061-0/+2
* cdev: make file operations constPhilipp Zabel2017-06-011-1/+1
* fs: Create automount entries for the default mount pathesSascha Hauer2017-05-101-0/+8
* of: partitions: flag partitions from a partition tableSascha Hauer2017-03-311-0/+1
* fs: devfs-core: replace DEVFS_IS_PARTITION flag with pointer to the master cdevSascha Hauer2017-03-311-1/+1
* cdev: Collect partitions on listSascha Hauer2017-03-311-0/+1
* devfs: Add optional truncate callback for device filesTeresa Remmet2017-01-111-0/+1
* Merge branch 'for-next/mtd'Sascha Hauer2016-03-111-2/+2
|\
| * mtd: Fix erasing of devices >4GiBSascha Hauer2016-02-091-2/+2
* | driver: Introduce dev_request_mem_resourceSascha Hauer2016-02-231-0/+6
|/
* devfs: Add symlink supportSascha Hauer2016-01-081-0/+5
* cdev: Add function to find cdev by device_nodeSascha Hauer2015-09-011-0/+2
* exitcall: move device_shutdown to exitcall infrastructureHerve Codina2015-07-131-5/+0
* cdev: Add partuuid string to struct cdevSascha Hauer2015-06-181-0/+3
* Merge branch 'for-next/of-device-id'Sascha Hauer2015-05-061-1/+1
|\
| * of: use 'const void *' for struct of_device_id.dataAntony Pavlov2015-04-301-1/+1
* | drivers/base: Mark (of|platform)_device_id data as constantUwe Kleine-König2015-04-171-3/+3
|/
* drivers: remove unused function dev_protect()Marc Kleine-Budde2015-03-031-2/+0
* driver: add postcore_platform_driverJean-Christophe PLAGNIOL-VILLARD2015-02-041-0/+2
* driver: workaroud resource request that conflicts with errno PTRJean-Christophe PLAGNIOL-VILLARD2015-01-081-0/+8
* Documentation: remove doxygen documentationSascha Hauer2014-06-261-26/+0
* x86: ns16550: Rework driver to allow for x86 I/O spaceMichel Stam2014-04-091-1/+1
* common: Allow for I/O mapped I/OMichel Stam2014-04-081-1/+4
* Merge branch 'for-next/partitionhelper'Sascha Hauer2014-03-071-4/+37
|\
| * devfs: partitioning: add new helper devfs_create_partitionsUwe Kleine-König2014-02-281-0/+33
| * devfs_add_partition: make flags parameter unsignedUwe Kleine-König2014-02-281-4/+4
* | i2c/spi: match of_modaliasesSascha Hauer2014-02-071-1/+2
|/
* device: Add functions to add resourcesSascha Hauer2013-11-271-0/+9
* cdev: store dos partition type in struct cdevSascha Hauer2013-10-141-0/+1
* Merge branch 'for-next/of'Sascha Hauer2013-08-051-2/+7
|\
| * cdev: add device_find_partitionSascha Hauer2013-07-151-0/+1
| * cdev: allow to open a struct cdevSascha Hauer2013-07-151-0/+1