aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-04-26media: atomisp: Call media_pipeline_alloc_start() in stream startHans de Goede2-0/+16
2024-04-26media: atomisp: Propagate v4l2_mbus_framefmt.field to CSI port sink padHans de Goede1-0/+3
2024-04-26media: atomisp: Propagate set_fmt on sensor results to CSI portHans de Goede4-14/+12
2024-04-26media: atomisp: Ensure CSI-receiver[x] -> ISP links correctly reflect current...Hans de Goede4-1/+46
2024-04-26media: atomisp: Simplify atomisp_s_input() input argument checkingHans de Goede1-12/+6
2024-04-26media: atomisp: Add atomisp_select_input() helperHans de Goede4-18/+32
2024-04-26media: atomisp: Turn on sensor power from atomisp_set_fmt()Hans de Goede1-0/+11
2024-04-26media: atomisp: Add atomisp_s_sensor_power() helperHans de Goede5-35/+26
2024-04-26drm/xe/pf: Initialize and update PF services on driver initMichal Wajdeczko1-0/+7
2024-04-26drm/xe/pf: Re-initialize SR-IOV specific HW settingsMichal Wajdeczko4-0/+39
2024-04-26hwrng: stm32 - repair clock handlingMarek Vasut1-0/+9
2024-04-26hwrng: stm32 - put IP into RPM suspend on failureMarek Vasut1-2/+5
2024-04-26hwrng: stm32 - use logical OR in conditionalMarek Vasut1-1/+1
2024-04-26crypto: tegra - Fix some error codesDan Carpenter1-2/+2
2024-04-26crypto: qat - validate slices count returned by FWLucas Segarra Fernandez3-0/+23
2024-04-26crypto: tegra - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-26media: atomisp: Get rid of PCI device ID hack checkAndy Shevchenko2-22/+21
2024-04-26media: atomisp: Replace open-coded i2c_find_device_by_fwnode()Andy Shevchenko1-6/+2
2024-04-26media: atomisp: Put PMIC device after getting its I²C addressAndy Shevchenko1-5/+8
2024-04-26media: atomisp: Remove unsused macrosAndy Shevchenko5-60/+4
2024-04-26media: staging: media: atomisp: Remove extra whitespace after opening parenth...Jonathan Bergh1-2/+2
2024-04-26media: staging: media: atomisp: Fix various multiline block comment formattin...Jonathan Bergh1-16/+18
2024-04-26media: staging: media: atomisp: Remove old commented code and fix multiple bl...Jonathan Bergh1-39/+49
2024-04-26media: staging: media: atomisp: Remove unneeded return statement from void fu...Jonathan Bergh1-2/+0
2024-04-26media: staging: media: atomisp: Remove unnecessary parentheses from condition...Jonathan Bergh1-1/+1
2024-04-26media: staging: media: atomisp: Ensure trailing statements are on a newline a...Jonathan Bergh1-2/+4
2024-04-26media: staging: media: atomisp: Fixed "unsigned int *" rather than "unsigned ...Jonathan Bergh1-1/+1
2024-04-26media: staging: media: atomisp: Remove unnecessary braces from single line co...Jonathan Bergh1-8/+7
2024-04-26thermal/debugfs: Fix two locking issues with thermal zone debugRafael J. Wysocki1-12/+22
2024-04-26media: staging: media: atomisp: Fix formatting issues and minor code issueJonathan Bergh2-7/+7
2024-04-26thermal/debugfs: Free all thermal zone debug memory on zone removalRafael J. Wysocki1-0/+13
2024-04-26media: staging: media: atomisp: Fix various formatting issues and remove unne...Jonathan Bergh1-7/+8
2024-04-26media: atomisp: Initialize sequence counters to 0 instead of -1Hans de Goede1-3/+3
2024-04-26media: atomisp: Disable broken V4L2_PIX_FMT_RGBX32 output supportHans de Goede1-6/+11
2024-04-26media: atomisp: Replace V4L2_PIX_FMT_RGB32 with V4L2_PIX_FMT_RGBX32Hans de Goede2-3/+3
2024-04-26media: atomisp: Drop second V4L2_PIX_FMT_UYVY atomisp_output_fmts[] entryHans de Goede1-6/+0
2024-04-26drivers/perf: riscv: Implement SBI PMU snapshot functionAtish Patra2-21/+256
2024-04-26gpio: brcmstb: add support for gpio-rangesDoug Berger1-0/+2
2024-04-26gpio: of: support gpio-ranges for multiple gpiochip devicesDoug Berger1-2/+21
2024-04-26Merge tag 'at24-fixes-for-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang1-9/+9
2024-04-26mmc: atmel-mci: Switch to use dev_err_probe()Andy Shevchenko1-7/+4
2024-04-26mmc: atmel-mci: Incapsulate used to be a platform data into host structureAndy Shevchenko1-37/+24
2024-04-26mmc: Merge branch fixes into nextUlf Hansson1-0/+1
2024-04-26mmc: atmel-mci: Replace platform device pointer by generic oneAndy Shevchenko1-22/+22
2024-04-26mmc: atmel-mci: Use temporary variable for struct deviceAndy Shevchenko1-106/+108
2024-04-26mmc: atmel-mci: Get rid of platform data leftoversAndy Shevchenko1-37/+6
2024-04-26mmc: sdhci-of-dwcmshc: Add tuning support for Sophgo CV1800B and SG200XJisheng Zhang1-0/+112
2024-04-26mmc: sdhci-of-dwcmshc: Remove useless "&" of th1520_execute_tuningJisheng Zhang1-1/+1
2024-04-26mmc: sdhci-s3c: Choose sdhci_ops based on variantKrzysztof Kozlowski1-14/+17
2024-04-26mmc: sdhci_am654: Constify struct sdhci_opsKrzysztof Kozlowski1-3/+3