aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-09-10i2c: designware: Remove ->disable() callbackAndy Shevchenko6-10/+8
2024-09-10i2c: designware: Move exports to I2C_DW namespacesAndy Shevchenko5-0/+12
2024-09-10i2c: designware: Unify the firmware type checksAndy Shevchenko1-2/+4
2024-09-10i2c: designware: Consolidate firmware parsing and configuring codeAndy Shevchenko4-70/+66
2024-09-10i2c: designware: Rename dw_i2c_of_configure() -> i2c_dw_of_configure()Andy Shevchenko1-4/+5
2024-09-10i2c: riic: Add support for fast mode plusClaudiu Beznea1-2/+22
2024-09-10i2c: riic: Define individual arrays to describe the register offsetsClaudiu Beznea1-27/+31
2024-09-10i2c: riic: Add suspend/resume supportClaudiu Beznea1-11/+62
2024-09-10i2c: riic: Enable runtime PM autosuspend supportClaudiu Beznea1-2/+9
2024-09-10i2c: riic: Use pm_runtime_resume_and_get()Claudiu Beznea1-6/+14
2024-09-10i2c: riic: Call pm_runtime_get_sync() when need to access registersClaudiu Beznea1-9/+5
2024-09-10i2c: riic: Use temporary variable for struct deviceClaudiu Beznea1-23/+26
2024-09-10i2c: designware: Drop return value from dw_i2c_of_configure()Andy Shevchenko1-5/+2
2024-09-10i2c: designware: Drop return value from i2c_dw_acpi_configure()Andy Shevchenko2-5/+3
2024-09-10i2c: designware: Always provide device ID tablesAndy Shevchenko1-33/+31
2024-09-10i2c: designware: Unify terminator in device ID tablesAndy Shevchenko2-3/+3
2024-09-10i2c: designware: Add missing 'c' into PCI IDs variable nameAndy Shevchenko1-3/+3
2024-09-10i2c: designware: Let PCI core to take care about interrupt vectorsAndy Shevchenko1-11/+3
2024-09-10i2c: designware: Replace a while-loop by for-loopAndy Shevchenko1-4/+1
2024-09-10i2c: qcom-geni: Use goto for clearer exit pathAndi Shyti1-9/+12
2024-09-10i2c: imx: Switch to RUNTIME_PM_OPS()Fabio Estevam1-5/+4
2024-09-10i2c: mt65xx: Avoid double initialization of restart_flag in isrAngeloGioacchino Del Regno1-4/+1
2024-09-10i2c: don't use ',' after delimitersWolfram Sang14-15/+14
2024-09-10i2c: designware: Fix wrong setting for {ss,fs,hs}_{h,l}cnt registersAdrian Huang3-12/+53
2024-09-08Merge tag 'timers_urgent_for_v6.11_rc7' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-18/+16
2024-09-08Merge tag 'char-misc-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds19-78/+122
2024-09-08Merge tag 'usb-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds7-73/+87
2024-09-07Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-115/+196
2024-09-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+3
2024-09-07Merge tag 'pinctrl-v6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+3
2024-09-06Merge tag 'pci-v6.11-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-5/+41
2024-09-06Merge tag 'pm-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-10/+24
2024-09-06Merge tag 'block-6.11-20240906' of git://git.kernel.dk/linuxLinus Torvalds7-4/+38
2024-09-06Merge tag 'mmc-v6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds5-12/+21
2024-09-06Merge tag 'gpio-fixes-for-v6.11-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+2
2024-09-06Merge tag 'pmdomain-v6.11-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-34/+22
2024-09-06Merge tag 'pwm/for-6.11-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2024-09-06Merge tag 'drm-fixes-2024-09-06' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds63-172/+529
2024-09-06Merge tag 'amd-drm-fixes-6.11-2024-09-05' of https://gitlab.freedesktop.org/a...Dave Airlie8-25/+89
2024-09-06Merge tag 'drm-misc-fixes-2024-09-05' of https://gitlab.freedesktop.org/drm/m...Dave Airlie30-41/+185
2024-09-06Merge tag 'drm-xe-fixes-2024-09-05' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie14-89/+124
2024-09-05Merge tag 'net-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds36-521/+620
2024-09-05Merge tag 'spi-fix-v6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-18/+15
2024-09-05Revert "drm/amdgpu: align pp_power_profile_mode with kernel docs"Alex Deucher1-2/+4
2024-09-05Merge tag 'platform-drivers-x86-v6.11-6' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-2/+5
2024-09-05Merge tag 'nvme-6.11-2024-09-05' of git://git.infradead.org/nvme into block-6.11Jens Axboe6-4/+36
2024-09-05spi: spi-fsl-lpspi: Fix off-by-one in prescale maxStefan Wahren1-2/+2
2024-09-05Merge tag 'amd-pstate-v6.11-2024-09-04' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki1-10/+24
2024-09-05net: dsa: vsc73xx: fix possible subblocks range of CAPT blockPawel Dembicki1-2/+8
2024-09-05pwm: stm32: Use the right CCxNP bit in stm32_pwm_enable()Uwe Kleine-König1-1/+1