summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-18233-2468/+22277
|\
| * android: removed duplicate linux/errnoTanzir Hasan2024-01-071-1/+0
| * uio: Fix use-after-free in uio_openGuanghui Feng2024-01-041-4/+3
| * drivers: soc: xilinx: add check for platformJay Buddhabhatti2024-01-042-7/+22
| * firmware: xilinx: Export function to use in other moduleJay Buddhabhatti2024-01-041-1/+2
| * firmware: zynqmp: Convert to platform remove callback returning voidUwe Kleine-König2024-01-041-4/+2
| * firmware: turris-mox-rwtm: Convert to platform remove callback returning voidUwe Kleine-König2024-01-041-4/+2
| * firmware: stratix10-svc: Convert to platform remove callback returning voidUwe Kleine-König2024-01-041-4/+2
| * firmware: stratix10-rsu: Convert to platform remove callback returning voidUwe Kleine-König2024-01-041-3/+2
| * firmware: raspberrypi: Convert to platform remove callback returning voidUwe Kleine-König2024-01-041-4/+2
| * firmware: qemu_fw_cfg: Convert to platform remove callback returning voidUwe Kleine-König2024-01-041-3/+2
| * firmware: mtk-adsp-ipc: Convert to platform remove callback returning voidUwe Kleine-König2024-01-041-4/+2
| * firmware: imx-dsp: Convert to platform remove callback returning voidUwe Kleine-König2024-01-041-4/+2
| * firmware: coreboot_table: Convert to platform remove callback returning voidUwe Kleine-König2024-01-041-3/+2
| * firmware: arm_scpi: Convert to platform remove callback returning voidUwe Kleine-König2024-01-041-4/+2
| * firmware: arm_scmi: Convert to platform remove callback returning voidUwe Kleine-König2024-01-041-4/+2
| * mux: mmio: use reg property when parent device is not a sysconAndrew Davis2024-01-041-7/+12
| * misc: lis3lv02d_i2c: Add missing setting of the reg_ctrl callbackHans de Goede2024-01-041-0/+1
| * pvpanic: Kill duplicate PCI_VENDOR_ID_REDHAT definitionAndy Shevchenko2024-01-041-1/+0
| * platform/surface: aggregator: make ssam_bus_type constant and staticGreg Kroah-Hartman2024-01-041-2/+3
| * eeprom: at24: Use pm_runtime_resume_and_get to simplify the codeHeiner Kallweit2024-01-041-10/+4
| * eeprom: at24: Probe for DDR3 thermal sensor in the SPD caseHeiner Kallweit2024-01-041-0/+29
| * eeprom: ee1004: add support for temperature sensorHeiner Kallweit2024-01-041-0/+19
| * moxtet: mark moxtet_bus_type as constGreg Kroah-Hartman2024-01-041-1/+1
| * cdx: Unlock on error path in rescan_store()Dan Carpenter2024-01-041-1/+3
| * cdx: call of_node_put() on error pathDan Carpenter2024-01-041-4/+3
| * cdx: Create resource debugfs file for cdx deviceAbhijit Gangurde2024-01-041-1/+38
| * cdx: create sysfs bin files for cdx resourcesAbhijit Gangurde2024-01-041-1/+117
| * nvmem: u-boot-env: improve coding styleRafał Miłecki2024-01-041-4/+4
| * nvmem: u-boot-env: use nvmem device helpersRafał Miłecki2024-01-041-8/+15
| * nvmem: u-boot-env: use nvmem_add_one_cell() nvmem subsystem helperRafał Miłecki2024-01-041-34/+21
| * nvmem: core: add nvmem_dev_size() helperRafał Miłecki2024-01-041-0/+13
| * nvmem: drop nvmem_layout_get_match_data()Rafał Miłecki2024-01-041-13/+0
| * nvmem: layouts: refactor .add_cells() callback argumentsRafał Miłecki2024-01-043-3/+7
| * ppdev: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-01-041-3/+3
| * android: binder: binderfs.c: removed asm-generic/errno-base.hTanzir Hasan2024-01-041-1/+1
| * maple: make maple_bus_type static and constGreg Kroah-Hartman2024-01-041-2/+2
| * Merge tag 'iio-for-6.8b' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2023-12-3111-179/+925
| |\
| | * iio: adc: Add support for AD7091R-8Marcelo Schmitt2023-12-265-0/+297
| | * iio: adc: Split AD7091R-5 config symbolMarcelo Schmitt2023-12-262-1/+6
| | * iio: adc: ad7091r: Add chip_info callback to get conversion result channelMarcelo Schmitt2023-12-263-5/+14
| | * iio: adc: ad7091r: Set device mode through chip_info callbackMarcelo Schmitt2023-12-263-37/+39
| | * iio: adc: ad7091r: Remove unneeded probe parametersMarcelo Schmitt2023-12-263-9/+7
| | * iio: adc: ad7091r: Move chip init data to container structMarcelo Schmitt2023-12-263-30/+55
| | * iio: adc: ad7091r: Move generic AD7091R code to base driver and header fileMarcelo Schmitt2023-12-263-37/+42
| | * iio: adc: ad7091r: Enable internal vref if external vref is not suppliedMarcelo Schmitt2023-12-262-0/+9
| | * iio: adc: ad7091r: Allow users to configure device eventsMarcelo Schmitt2023-12-263-24/+166
| | * iio: dac: driver for MCP4821Anshul Dalal2023-12-213-0/+247
| | * iio: buffer-dma: split iio_dma_buffer_fileio_free() functionAlexandru Ardelean2023-12-211-19/+24
| | * iio: buffer-dma: Get rid of outgoing queuePaul Cercueil2023-12-211-21/+23