- 7ba2b17 i2c: stm32f7: Use devm_clk_get_enabled() by Andi Shyti · 1 year, 6 months ago
- 06c5a1d i2c: stm32f4: Use devm_clk_get_enabled() by Andi Shyti · 1 year, 6 months ago
- a0536c6 i2c: stm32f7: add description of atomic in struct stm32f7_i2c_dev by Alain Volmat · 1 year, 2 months ago
- 6af79f7 i2c: fix memleak in i2c_new_client_device() by Wolfram Sang · 1 year, 3 months ago
- 8c906cc i2c: exynos5: Calculate t_scl_l, t_scl_h according to i2c spec by Camel Guo · 2 years, 3 months ago
- 80e56b8 i2c: i801: Simplify class-based client device instantiation by Heiner Kallweit · 1 year, 2 months ago
- 445094c i2c: exynos5: add support for atomic transfers by Marek Szyprowski · 1 year, 3 months ago
- 29c9e85 i2c: at91-core: Use devm_clk_get_enabled() by Andi Shyti · 1 year, 6 months ago
- ba63f99 Merge tag 'at24-updates-for-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-mergewindow by Wolfram Sang · 1 year, 2 months ago
- 3774740 eeprom: at24: add ST M24C64-D Additional Write lockable page support by Alexander Stein · 1 year, 2 months ago
- 0997ff1 dt-bindings: at24: add ST M24C64-D Additional Write lockable page by Alexander Stein · 1 year, 2 months ago
- 4791146 eeprom: at24: add ST M24C32-D Additional Write lockable page support by Marek Vasut · 1 year, 2 months ago
- c761068 dt-bindings: at24: add ST M24C32-D Additional Write lockable page by Marek Vasut · 1 year, 2 months ago
- 3e383dc Revert "dt-bindings: i2c: qcom-cci: Document sc8280xp compatible" by Wolfram Sang · 1 year, 2 months ago
- c850ecf i2c: brcmstb: Add support for atomic transfers by Marek Szyprowski · 1 year, 3 months ago
- 8c56f9e i2c: i801: Add support for Intel Birch Stream SoC by Jarkko Nikula · 1 year, 3 months ago
- ae2a1f0 dt-bindings: i2c: qcom-cci: Document sc8280xp compatible by Bryan O'Donoghue · 1 year, 3 months ago
- 8cafbf2 i2c: Use device_get_match_data() by Rob Herring · 1 year, 3 months ago
- 0f75d48 dt-bindings: i2c: qcom-cci: Document SC7280 compatible by Luca Weiss · 1 year, 3 months ago
- 37a672b i2c: rcar: fix error code in probe() by Dan Carpenter · 1 year, 3 months ago
- 470a662 i2c: stm32f7: Add atomic_xfer method to driver by Sean Nyekjaer · 1 year, 4 months ago
- 997a29b eeprom: at24: Annotate struct at24_data with __counted_by by Kees Cook · 1 year, 3 months ago
- 3a133a4 i2c: Annotate struct i2c_atr with __counted_by by Kees Cook · 1 year, 3 months ago
- 86f8a1e i2c: mux: demux-pinctrl: Annotate struct i2c_demux_pinctrl_priv with __counted_by by Kees Cook · 1 year, 3 months ago
- 6591771 i2c: powermac: replace deprecated strncpy by Justin Stitt · 1 year, 3 months ago
- e2def33 i2c: cp2615: replace deprecated strncpy with strscpy by Justin Stitt · 1 year, 3 months ago
- 0c051c8 i2c: mux: gpio: adhere to coding style by Wolfram Sang · 1 year, 3 months ago
- 2405133 i2c: gpio: remove error checks with debugfs by Wolfram Sang · 1 year, 3 months ago
- 54c76ed i2c: rcar: improve accuracy for R-Car Gen3+ by Wolfram Sang · 1 year, 3 months ago
- 0e864b55 i2c: rcar: reset controller is mandatory for Gen3+ by Wolfram Sang · 1 year, 3 months ago
- f707d6b i2c: i801: replace acpi_lock with I2C bus lock by Heiner Kallweit · 1 year, 3 months ago
- d0d0f82 i2c: i801: use i2c_mark_adapter_suspended/resumed by Heiner Kallweit · 1 year, 3 months ago
- cdb55bd i2c: dev: make i2c_dev_class a static const structure by Ivan Orlov · 1 year, 4 months ago
- bcfaaa9 i2c: mt65xx: allow optional pmic clock by Daniel Golle · 1 year, 4 months ago
- 19b6ffd i2c: i801: simplify module boilerplate code by Heiner Kallweit · 1 year, 3 months ago
- 3b0e209 i2c: i801: add helper i801_restore_regs by Heiner Kallweit · 1 year, 3 months ago
- 9412664 Merge branch 'i2c/for-current' into i2c/for-mergewindow by Wolfram Sang · 1 year, 3 months ago
- 2409205 i2c: designware: fix __i2c_dw_disable() in case master is holding SCL low by Yann Sionneau · 1 year, 3 months ago
- c1ac890 Merge tag 'ib-mfd-i2c-reboot-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into i2c/for-mergewindow by Wolfram Sang · 1 year, 3 months ago
- 7890fce6 i2c: riic: avoid potential division by zero by Wolfram Sang · 1 year, 4 months ago
- 3c417c9 i2c: rcar: remove open coded DIV_ROUND_CLOSEST by Wolfram Sang · 1 year, 4 months ago
- 47280af i2c: rcar: calculate divider instead of brute-forcing it by Wolfram Sang · 1 year, 4 months ago
- d728579 i2c: rcar: properly format a debug output by Wolfram Sang · 1 year, 4 months ago
- be944ce i2c: rcar: avoid non-standard use of goto by Wolfram Sang · 1 year, 4 months ago
- 3914784 i2c: i801: unregister tco_pdev in i801_probe() error path by Heiner Kallweit · 1 year, 3 months ago
- f78ca48 i2c: i801: fix potential race in i801_block_transaction_byte_by_byte by Heiner Kallweit · 1 year, 3 months ago
- ce9ecca Linux 6.6-rc2 by Linus Torvalds · 1 year, 3 months ago
- e789286 Merge tag 'x86-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 3 months ago
- e5a710d Merge tag 'sched-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 3 months ago
- e54ca3c Merge tag 'objtool-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 3 months ago
- 99a73f9 Merge tag 'core-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 3 months ago
- 42aadec stat: remove no-longer-used helper macros by Linus Torvalds · 1 year, 4 months ago
- 45c3c62 Merge tag '6.6-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 1 year, 3 months ago
- 39e0c8a Merge tag '6.6-rc1-ksmbd' of git://git.samba.org/ksmbd by Linus Torvalds · 1 year, 3 months ago
- 3fde300 Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 1 year, 3 months ago
- 75b2f7e x86/purgatory: Remove LTO flags by Song Liu · 1 year, 3 months ago
- f530ee9 x86/boot/compressed: Reserve more memory for page tables by Kirill A. Shutemov · 1 year, 3 months ago
- f0b0d403 Merge tag 'kbuild-fixes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 1 year, 3 months ago
- 3cec504 vm: fix move_vma() memory accounting being off by Linus Torvalds · 1 year, 3 months ago
- ad8a69f Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 1 year, 3 months ago
- cc3e5af Merge tag 'ata-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata by Linus Torvalds · 1 year, 3 months ago
- cce67b6 Merge tag 'usb-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 1 year, 3 months ago
- 205d049 Merge tag 'driver-core-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 1 year, 3 months ago
- fd455e7 Merge tag 'char-misc-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 1 year, 3 months ago
- c37f8ef Merge tag 'i2c-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 1 year, 3 months ago
- 5e35a9a ata: libata-core: fetch sense data for successful commands iff CDL enabled by Niklas Cassel · 1 year, 3 months ago
- 7a3bc2b ata: libata-eh: do not thaw the port twice in ata_eh_reset() by Niklas Cassel · 1 year, 3 months ago
- 80cc944 ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset() by Niklas Cassel · 1 year, 3 months ago
- 57d88e8 Merge tag 'linux-kselftest-fixes-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 1 year, 3 months ago
- d8d7cd6 Merge tag 'nfsd-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 1 year, 3 months ago
- 4eb2bd2 Merge tag 'pm-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 1 year, 3 months ago
- e2dd7a1 Merge tag 'thermal-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 1 year, 3 months ago
- e39bfb5 Merge tag 'for-6.6/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 1 year, 3 months ago
- 5bc357b Merge tag 'block-6.6-2023-09-15' of git://git.kernel.dk/linux by Linus Torvalds · 1 year, 3 months ago
- 31d8fdd Merge tag 'io_uring-6.6-2023-09-15' of git://git.kernel.dk/linux by Linus Torvalds · 1 year, 3 months ago
- 0e494be Merge tag 'firewire-fixes-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 1 year, 3 months ago
- 9608c7b Merge tag 'drm-fixes-2023-09-15' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 1 year, 3 months ago
- e42bebf Merge tag 'efi-fixes-for-v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi by Linus Torvalds · 1 year, 3 months ago
- a9ce385 dm: don't attempt to queue IO under RCU protection by Jens Axboe · 1 year, 3 months ago
- 02e768c Merge tag 'selinux-pr-20230914' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 1 year, 3 months ago
- 8221097 Merge tag 'riscv-for-linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 1 year, 3 months ago
- 3c70de9 Revert "firewire: core: obsolete usage of GFP_ATOMIC at building node tree" by Takashi Sakamoto · 1 year, 3 months ago
- cccd328 panic: Reenable preemption in WARN slowpath by Lukas Wunner · 1 year, 3 months ago
- 2c75426 smb3: fix some minor typos and repeated words by Steve French · 1 year, 3 months ago
- ebc3d4e smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPP by Steve French · 1 year, 3 months ago
- e3da4c4 ata: pata_parport: Fix code style issues by Damien Le Moal · 1 year, 3 months ago
- 737dd81 ata: libahci: clear pending interrupt status by Szuying Chen · 1 year, 4 months ago
- c3c9acb Merge tag 'drm-misc-fixes-2023-09-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 1 year, 3 months ago
- c6fbd2b Merge tag 'drm-intel-fixes-2023-09-14' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 1 year, 3 months ago
- 1216d49 Merge tag 'amd-drm-fixes-6.6-2023-09-13' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes by Dave Airlie · 1 year, 3 months ago
- c266ae7 Merge tag 'nvme-6.6-2023-09-14' of git://git.infradead.org/nvme into block-6.6 by Jens Axboe · 1 year, 3 months ago
- 6cc834b nvme: avoid bogus CRTO values by Keith Busch · 1 year, 3 months ago
- fb2c102 thermal: core: Fix disabled trip point check in handle_thermal_trip() by Rafael J. Wysocki · 1 year, 3 months ago
- 29ee7a4a Merge tag 'md-fixes-20230914' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.6 by Jens Axboe · 1 year, 3 months ago
- 552c5013 kbuild: avoid long argument lists in make modules_install by Michal Kubecek · 1 year, 3 months ago
- c86e9ae kbuild: fix kernel-devel RPM package and linux-headers Deb package by Masahiro Yamada · 1 year, 3 months ago
- c887037 md: Put the right device in md_seq_next by Mariusz Tkaczyk · 1 year, 3 months ago
- 9fdfb15 Merge tag 'net-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 1 year, 3 months ago
- c21a802 io_uring/net: fix iter retargeting for selected buf by Pavel Begunkov · 1 year, 3 months ago
- 7fda67e ext4: fix rec_len verify error by Shida Zhang · 1 year, 5 months ago