summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-19Merge tag 'eventfs-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds4-259/+287
2024-01-19Merge tag 'trace-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds16-374/+999
2024-01-19Merge tag 'probes-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-2/+2
2024-01-19Merge tag 's390-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds14-195/+299
2024-01-19Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-16/+1887
2024-01-19Merge tag 'x86_sgx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-57/+78
2024-01-18Merge tag 'nf-24-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski14-63/+125
2024-01-18MAINTAINERS: use proper email for my I2C workWolfram Sang1-1/+1
2024-01-18i2c: stm32f7: add support for stm32mp25 socAlain Volmat1-88/+126
2024-01-18i2c: stm32f7: perform I2C_ISR read once at beginning of event isrAlain Volmat1-7/+5
2024-01-18dt-bindings: i2c: document st,stm32mp25-i2c compatibleAlain Volmat1-0/+28
2024-01-18i2c: stm32f7: simplify status messages in case of errorsAlain Volmat1-7/+5
2024-01-18i2c: stm32f7: perform most of irq job in threaded handlerAlain Volmat1-70/+56
2024-01-18i2c: stm32f7: use dev_err_probe upon calls of devm_request_irqAlain Volmat1-10/+4
2024-01-18i2c: i801: Add lis3lv02d for Dell XPS 15 7590Paul Menzel1-0/+1
2024-01-18i2c: i801: Add lis3lv02d for Dell Precision 3540Paul Menzel1-0/+1
2024-01-18i2c: wmt: Reduce redundant: REG_CR settingHans Hu1-26/+9
2024-01-18i2c: wmt: Reduce redundant: function parameterHans Hu1-10/+5
2024-01-18i2c: wmt: Reduce redundant: clock mode settingHans Hu1-21/+7
2024-01-18i2c: wmt: Reduce redundant: wait event completeHans Hu1-14/+6
2024-01-18i2c: wmt: Reduce redundant: bus busy checkHans Hu1-12/+7
2024-01-18i2c: mux: reg: Remove class-based device auto-detection supportHeiner Kallweit2-5/+1
2024-01-18i2c: make i2c_bus_type constGreg Kroah-Hartman3-3/+3
2024-01-18dt-bindings: at24: add ROHM BR24G04Philipp Zabel1-0/+1
2024-01-18eeprom: at24: use of_match_ptr()Bartosz Golaszewski1-2/+3
2024-01-18i2c: cpm: Remove linux,i2c-index conversion from be32Christophe Leroy1-1/+1
2024-01-18i2c: imx: Make SDA actually optional for bus recoveringAlexander Stein1-1/+1
2024-01-18i2c: smbus: Support up to 8 SPD EEPROMsJean Delvare1-4/+4
2024-01-18i2c: rk3x: Adjust mask/value offset for i2c2 on rv1126Tim Lunn1-2/+6
2024-01-18i2c: s3c24xx: add support for atomic transfersMarek Szyprowski1-2/+19
2024-01-18i2c: s3c24xx: fix transferring more than one message in polling modeMarek Szyprowski1-17/+10
2024-01-18i2c: s3c24xx: fix read transfers in polling modeMarek Szyprowski1-2/+11
2024-01-18i2c: rcar: add FastMode+ support for Gen4Wolfram Sang1-11/+27
2024-01-18i2c: rcar: introduce Gen4 devicesWolfram Sang1-6/+7
2024-01-18i2c: npcm7xx: move to per-adapter debugfs directoryWolfram Sang1-42/+7
2024-01-18i2c: gpio: move to per-adapter debugfs directoryWolfram Sang1-28/+6
2024-01-18i2c: create debugfs entry per adapterWolfram Sang2-0/+13
2024-01-18staging: greybus: Don't let i2c adapters declare I2C_CLASS_SPD support if the...Heiner Kallweit1-1/+1
2024-01-18media: netup_unidvb: Don't let i2c adapters declare I2C_CLASS_SPD support if ...Heiner Kallweit1-1/+1
2024-01-18i2c: stub: Don't let i2c adapters declare I2C_CLASS_SPD support if they suppo...Heiner Kallweit1-1/+1
2024-01-18i2c: Don't let i2c adapters declare I2C_CLASS_SPD support if they support I2C...Heiner Kallweit24-26/+25
2024-01-18drm/amd/pm: Remove I2C_CLASS_SPD supportHeiner Kallweit3-3/+0
2024-01-18include/linux/i2c.h: remove I2C_CLASS_DDC supportHeiner Kallweit1-1/+0
2024-01-18fbdev: remove I2C_CLASS_DDC supportHeiner Kallweit9-27/+10
2024-01-18drm: remove I2C_CLASS_DDC supportHeiner Kallweit21-21/+0
2024-01-18Merge tag 'sched-urgent-2024-01-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+5
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds142-1516/+3912
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds172-1568/+1673
2024-01-18Merge tag 'staging-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds50-2423/+1264
2024-01-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski12-51/+806