aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-06-04media: i2c: imx258: Change register settings for variants of the sensorDave Stevenson1-4/+43
2024-06-04media: i2c: imx258: Support faster pixel rate on binned modesDave Stevenson1-38/+71
2024-06-04media: i2c: imx258: Set pixel_rate range to the same as the valueDave Stevenson1-12/+7
2024-06-04media: i2c: imx258: Issue reset before starting streamingDave Stevenson1-0/+12
2024-06-04media: i2c: imx258: Correct max FRM_LENGTH_LINES valueDave Stevenson1-1/+1
2024-06-04media: i2c: imx258: Allow configuration of clock lane behaviourDave Stevenson1-0/+13
2024-06-04media: i2c: imx258: Add get_selection for pixel array informationDave Stevenson1-0/+90
2024-06-04media: i2c: imx258: Follow normal V4L2 behaviours for clipping exposureDave Stevenson1-2/+23
2024-06-04media: i2c: imx258: Add support for running on 2 CSI data lanesDave Stevenson1-24/+190
2024-06-04media: i2c: imx258: Add support for 24MHz clockDave Stevenson1-28/+102
2024-06-04media: i2c: imx258: Split out common registers from the mode based onesDave Stevenson1-215/+21
2024-06-04media: i2c: imx258: Make V4L2_CID_VBLANK configurable.Dave Stevenson1-9/+7
2024-06-04media: i2c: imx258: Add regulator controlDave Stevenson1-1/+41
2024-06-04media: i2c: imx258: Remove redundant I2C writes.Dave Stevenson1-6/+0
2024-06-04media: i2c: imx258: Disable digital cropping on binned modesDave Stevenson1-4/+4
2024-06-04media: i2c: imx258: Make image geometry meet sensor requirementsDave Stevenson1-13/+13
2024-06-04media: i2c: imx258: Remove unused definesDave Stevenson1-6/+0
2024-06-04media: v4l: async: Fix NULL pointer dereference in adding ancillary linksChiYuan Huang1-0/+3
2024-06-04media: i2c: hi846: Fix V4L2_SUBDEV_FORMAT_TRY get_selection()Ricardo Ribalda1-1/+1
2024-06-04media: i2c: Fix imx412 exposure controlBryan O'Donoghue1-5/+4
2024-06-03hwmon: (max31827) Add PEC supportRadu Sabau1-6/+12
2024-06-03hwmon: (lm90) Convert to use PEC support from hwmon coreGuenter Roeck1-54/+2
2024-06-03hwmon: Add PEC attribute support to hardware monitoring coreGuenter Roeck1-16/+131
2024-06-03Merge tag 'wireless-2024-06-03' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski25-125/+219
2024-06-03vmxnet3: disable rx data ring on dma allocation failureMatthias Stocker1-1/+1
2024-06-03r8152: Wake up the system if the we need a resetDouglas Anderson1-0/+7
2024-06-03r8152: If inaccessible at resume time, issue a resetDouglas Anderson1-0/+13
2024-06-03clk: mediatek: Add a module description where missingAngeloGioacchino Del Regno146-8/+291
2024-06-03clk: test: add missing MODULE_DESCRIPTION() macrosJeff Johnson3-3/+6
2024-06-03clk: sprd: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-03clk: sophgo: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-03Merge tag 'cxl-fixes-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+9
2024-06-03PCI: Use preserve_config in place of pci_flagsVidya Sagar2-15/+9
2024-06-03PCI: Unify ACPI and DT 'preserve config' supportVidya Sagar1-0/+3
2024-06-03PCI: of: Add of_pci_preserve_config() for per-host bridge supportVidya Sagar2-10/+50
2024-06-03PCI: Move PRESERVE_BOOT_CONFIG _DSM evaluation to pci_register_host_bridge()Vidya Sagar4-12/+38
2024-06-03clk: stm32mp25: add security clocksGabriel Fernandez1-0/+34
2024-06-03clk: stm32mp2: use of STM32 access controllerGabriel Fernandez4-198/+290
2024-06-03iio: inkern: fix channel read regressionJohan Hovold1-1/+1
2024-06-03iio: imu: inv_mpu6050: stabilized timestamping in interruptJean-Baptiste Maneyrol2-2/+3
2024-06-03iio: adc: ad7173: Fix sampling frequency settingDumitru Ceclan1-15/+5
2024-06-03iio: adc: ad7173: Clear append status bitDumitru Ceclan1-0/+1
2024-06-03irqchip/gic-v3-its: Fix potential race condition in its_vlpi_prop_update()Hagar Hemdan1-32/+12
2024-06-03cpufreq: intel_pstate: Fix unchecked HWP MSR accessSrinivas Pandruvada1-1/+2
2024-06-03printk: Rename console_replay_all() and update contextSreenath Vijayan1-1/+1
2024-06-03spi: pxa2xx: Convert PCI driver to use spi-pxa2xx code directlyAndy Shevchenko1-26/+13
2024-06-03spi: pxa2xx: Move platform driver to a separate fileAndy Shevchenko4-208/+230
2024-06-03spi: pxa2xx: Extract pxa2xx_spi_platform_*() callbacksAndy Shevchenko1-19/+33
2024-06-03spi: pxa2xx: Remove superflous check for Intel Atom SoCsAndy Shevchenko1-15/+11
2024-06-03spi: pxa2xx: Remove duplicate checkAndy Shevchenko1-3/+0