- 8d57c2f i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg() by Dmitry Osipenko · 4 years, 3 months ago
- d6a7969 i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear() by Dmitry Osipenko · 4 years, 3 months ago
- 055ba33 i2c: tegra: Remove likely/unlikely from the code by Dmitry Osipenko · 4 years, 3 months ago
- 56f1cd3 i2c: tegra: Remove outdated barrier() by Dmitry Osipenko · 4 years, 3 months ago
- f1c2ff9 i2c: tegra: Clean up variable types by Dmitry Osipenko · 4 years, 3 months ago
- df384fa i2c: tegra: Reorder location of functions in the code by Dmitry Osipenko · 4 years, 3 months ago
- 55c52f1 i2c: tegra: Clean up probe function by Dmitry Osipenko · 4 years, 3 months ago
- 6fe3e20 i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt() by Dmitry Osipenko · 4 years, 3 months ago
- 586a97d i2c: tegra: Use clk-bulk helpers by Dmitry Osipenko · 4 years, 3 months ago
- 20b9a6c i2c: tegra: Use platform_get_irq() by Dmitry Osipenko · 4 years, 3 months ago
- f7d62a1 i2c: tegra: Use devm_platform_get_and_ioremap_resource() by Dmitry Osipenko · 4 years, 3 months ago
- 8593490 i2c: tegra: Use reset_control_reset() by Dmitry Osipenko · 4 years, 3 months ago
- d3dfd62 i2c: tegra: Remove error message used for devm_request_irq() failure by Dmitry Osipenko · 4 years, 3 months ago
- 76bc845 i2c: tegra: Runtime PM always available on Tegra by Dmitry Osipenko · 4 years, 3 months ago
- 8ff7273 i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member by Dmitry Osipenko · 4 years, 3 months ago
- 8548a75 i2c: tegra: Initialize div-clk rate unconditionally by Dmitry Osipenko · 4 years, 3 months ago
- ed022e5 i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear() by Dmitry Osipenko · 4 years, 3 months ago
- c5418d4 i2c: tegra: Handle potential error of tegra_i2c_flush_fifos() by Dmitry Osipenko · 4 years, 3 months ago
- e4fc2ef i2c: tegra: Add missing pm_runtime_put() by Dmitry Osipenko · 4 years, 3 months ago
- 900aed2 i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer by Dmitry Osipenko · 4 years, 3 months ago
- 35baff6 i2c: testunit: improve documentation by Wolfram Sang · 4 years, 3 months ago
- 0685626 i2c: busses: replace spin_lock_irqsave by spin_lock in hard IRQ by Barry Song · 4 years, 4 months ago
- 795ee9b i2c: efm32: Use devm_platform_get_and_ioremap_resource() by Wang ShaoBo · 4 years, 4 months ago
- 332fdae i2c: i801: Add support for Intel Alder Lake PCH-S by Jarkko Nikula · 4 years, 4 months ago
- d0fa235 dt-bindings: i2c: imx: Fix i.MX 7 compatible matching by Krzysztof Kozlowski · 4 years, 4 months ago
- 3785969 dt-bindings: i2c: imx: Add properties and use unevaluatedProperties by Krzysztof Kozlowski · 4 years, 4 months ago
- 755f629 dt-bindings: i2c: imx-lpi2c: Fix i.MX 8QXP compatible matching by Krzysztof Kozlowski · 4 years, 4 months ago
- 41c38c2 dt-bindings: i2c: imx-lpi2c: Add properties and use unevaluatedProperties by Krzysztof Kozlowski · 4 years, 4 months ago
- e50e4f0 i2c: imx: Fix external abort on interrupt in exit paths by Krzysztof Kozlowski · 4 years, 4 months ago
- 91a7302 i2c: rk3x: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 4 months ago
- b5b5b32 i2c: mlxbf: I2C SMBus driver for Mellanox BlueField SoC by Khalil Blaiech · 4 years, 4 months ago
- d9becc5 dt-bindings: i2c: I2C binding for Mellanox BlueField SoC by Khalil Blaiech · 4 years, 4 months ago
- 668ba5e Merge tag 'at24-updates-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-5.10 by Wolfram Sang · 4 years, 3 months ago
- 61f764c eeprom: at24: Support custom device names for AT24 EEPROMs by Jon Hunter · 4 years, 4 months ago
- 412b7a5 dt-bindings: eeprom: at24: Add label property for AT24 by Jon Hunter · 4 years, 4 months ago
- f434f9b eeprom: at24: Initialise AT24 NVMEM ID field by Jon Hunter · 4 years, 4 months ago
- 9b65b02 i2c: nvidia-gpu: Use put_unaligned_be24() by Andy Shevchenko · 4 years, 6 months ago
- 86d36a5 i2c: ismt: Add support for Intel Emmitsburg PCH by Andy Shevchenko · 4 years, 7 months ago
- 77dae80 i2c: ismt: Describe parameters in kernel doc by Andy Shevchenko · 4 years, 6 months ago
- 7eecca9 i2c: jz4780: Remove of_match_ptr() by Paul Cercueil · 4 years, 4 months ago
- 266fd91 i2c: jz4780: Add compatible string for JZ4770 SoC by Paul Cercueil · 4 years, 4 months ago
- b74b33f dt-bindings: i2c: ingenic: Add compatible string for the JZ4770 by Paul Cercueil · 4 years, 4 months ago
- 97c93e0 i2c: amd_mp2: handle num is 0 input for i2c_amd_xfer by Tom Rix · 4 years, 4 months ago
- 703b322 i2c: stm32: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 4 months ago
- 27c9087 i2c: stm32: fix error message on upon dma_request_chan & defer handling by Alain Volmat · 4 years, 4 months ago
- 8ce98dd misc: eeprom: use helper to get i2c_client from kobj by Wolfram Sang · 4 years, 4 months ago
- b1d4dc1 i2c: Switch to using the new API kobj_to_dev() by Tian Tao · 4 years, 4 months ago
- c4651f1 i2c: rcar: add HostNotify support by Wolfram Sang · 4 years, 4 months ago
- a8335c6 i2c: add slave testunit driver by Wolfram Sang · 4 years, 4 months ago
- b62590a i2c: stm32: name slave slot to ease maintenance by Alain Volmat · 4 years, 4 months ago
- b713aa8 i2c: bcm2835: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 4 months ago
- 43f83cd i2c: mux: reg: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 4 months ago
- 432d159 i2c: mux: gpmux: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 4 months ago
- 74779f6 i2c: rcar: refactor and shorten timeout when resetting by Wolfram Sang · 4 years, 4 months ago
- 9374ed1 i2c: rcar: improve bus busy detection by Wolfram Sang · 4 years, 4 months ago
- 6af0771 i2c: stm32f7: Add SMBus Host-Notify protocol support by Alain Volmat · 4 years, 5 months ago
- 774b9f4 eeprom: at24: set type id as EEPROM by Vadym Kochan · 4 years, 4 months ago
- 2a71593 i2c: smbus: add core function handling SMBus host-notify by Alain Volmat · 4 years, 5 months ago
- e627730 i2c: add binding to mark a bus as SMBus by Wolfram Sang · 4 years, 6 months ago
- 60a9f85 i2c: imx: Use dev_err_probe() to simplify error handling by Anson Huang · 4 years, 5 months ago
- 62df579 i2c: i801: Register lis3lv02d I2C device on Dell Latitude 5480 by Jeffrey Lin · 4 years, 4 months ago
- 5b9bacf i2c: rcar: Auto select RESET_CONTROLLER by Dirk Behme · 4 years, 4 months ago
- 9e3b184 i2c: xiic: Support forcing single-master in DT by Jaakko Laine · 4 years, 4 months ago
- 9106e45 i2c: xiic: Improve struct memory alignment by Jaakko Laine · 4 years, 4 months ago
- 0a9336e i2c: xiic: Change code alignment to 1 space only by Jaakko Laine · 4 years, 4 months ago
- 99363d1 eeprom: at24: Tidy at24_read() by Jean Delvare · 4 years, 5 months ago
- ab70935 i2c: Remove 'default n' from busses/Kconfig by Jarkko Nikula · 4 years, 5 months ago
- d012a71 Linux 5.9-rc2 by Linus Torvalds · 4 years, 5 months ago
- cb95712 Merge tag 'powerpc-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 5 months ago
- 550c212 Merge tag 'x86-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- cea05c1 Merge tag 'perf-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 10c091b Merge tag 'efi-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- e99b250 Merge tag 'core-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- d9232cb Merge tag 'edac_urgent_for_v5.9_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 4 years, 5 months ago
- 9d045ed Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 5 months ago
- f320ac6 Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
- 52c4796 do_epoll_ctl(): clean the failure exits up a bit by Al Viro · 4 years, 5 months ago
- a9ed4a6 epoll: Keep a reference on files added to the check list by Marc Zyngier · 4 years, 5 months ago
- eeaac36 net: nexthop: don't allow empty NHA_GROUP by Nikolay Aleksandrov · 4 years, 5 months ago
- c3d8f22 Merge tag 'kbuild-fixes-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 5 months ago
- dd105d6 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 5 months ago
- d57ce84 Merge tag 's390-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 5 months ago
- b2d9e996 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 5 months ago
- 9e574b7 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 5 months ago
- d6af633 Merge tag 'devicetree-fixes-for-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 4 years, 5 months ago
- 5cd841d dt-bindings: vendor-prefixes: Remove trailing whitespace by Geert Uytterhoeven · 4 years, 5 months ago
- b533137 KVM: arm64: Only reschedule if MMU_NOTIFIER_RANGE_BLOCKABLE is not set by Will Deacon · 4 years, 5 months ago
- fdfe7cb KVM: Pass MMU notifier range flags to kvm_unmap_hva_range() by Will Deacon · 4 years, 5 months ago
- 5f53584 dt-bindings: net: correct description of phy-connection-type by Madalin Bucur · 4 years, 5 months ago
- f873db9a Merge tag 'io_uring-5.9-2020-08-21' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
- a326462 dt-bindings: PCI: intel,lgm-pcie: Fix matching on all snps,dw-pcie instances by Rob Herring · 4 years, 5 months ago
- 349111f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
- 4af7b32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 5 months ago
- f22c557 Merge tag 'riscv-for-linus-5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 5 months ago
- c0a4f5b Merge tag 'for-linus-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 5 months ago
- 985c788 Merge tag 'pm-5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 5 months ago
- b16fc09 bpf: Fix two typos in uapi/linux/bpf.h by Tobias Klauser · 4 years, 5 months ago
- 774d977 net: dsa: b53: check for timeout by Tom Rix · 4 years, 5 months ago
- 8d75785 ARM64: vdso32: Install vdso32 from vdso_install by Stephen Boyd · 4 years, 5 months ago
- d723b99 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 5 months ago