- a9f6d95 i2c: mvtwsi: Add compatible string for allwinner, sun4i-a10-i2c by Chris Morgan · 2 years, 11 months ago
- 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- 0520727 i2c: mvtwsi: Swab the register address if its size is > 1 by Stefan Roese · 3 years ago
- 5b35b29 i2c: mvtwsi: Add support for DM clocks and resets by Samuel Holland · 3 years, 3 months ago
- f7c9176 dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO by Igor Opaniuk · 3 years, 10 months ago
- 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
- d4330c6 i2c: mvtwsi: sunxi: update macro by Jernej Skrabec · 3 years, 11 months ago
- 4123ba0 i2c: Update for new sequence numbers by Simon Glass · 4 years ago
- aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
- 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- edf478b i2c: mvtwsi: disable i2c slave also on Armada 8k by Baruch Siach · 4 years, 2 months ago
- 32822d0 treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 4 months ago
- dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- bb7ab07 rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOOD by Trevor Woerner · 4 years, 7 months ago
- f995375 rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5X by Trevor Woerner · 4 years, 7 months ago
- f0c99c5 i2c: Update drivers to use enum for speed by Simon Glass · 4 years, 10 months ago
- b9739da i2c: mvtwsi: fix reading status register after interrupt by Marek Behún · 6 years ago
- 91006c7 i2c: mvtwsi: disable i2c slave on Armada 38x by Baruch Siach · 6 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 6425ebd i2c: mvtwsi.c: Fix set speed by Stefan Mavrodiev · 7 years ago
- 5e0fd54 i2c: mvtwsi.c: Avoid NULL dereference by Heinrich Schuchardt · 7 years ago
- ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · 8 years ago
- 9220d50 sunxi: i2c: Add support for DM I2C by Jernej Skrabec · 8 years ago
- dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
- 68078f7 sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXI by Jagan Teki · 8 years ago
- 58e58d8 i2c: mvtwsi.c: Add support for Marvell Armada 7K/8K by Stefan Roese · 8 years ago
- 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
- abd7d31 i2c: mvtwsi: Fix order of address bytes (high to low) by Stefan Roese · 8 years ago
- efd1fb8 i2c: mvtwsi: Add documentation by mario.six@gdsys.cc · 8 years ago
- e841b58 i2c: mvtwsi: Make delay times frequency-dependent by mario.six@gdsys.cc · 8 years ago
- 029a84b i2c: mvtwsi: Handle zero-length offsets properly by mario.six@gdsys.cc · 8 years ago
- 355a127 i2c: mvtwsi: Add compatibility to DM by mario.six@gdsys.cc · 8 years ago
- c4eceb5 i2c: mvtwsi: Make address length variable by mario.six@gdsys.cc · 8 years ago
- 9f7f689 i2c: mvtwsi: Factor out adap parameter by mario.six@gdsys.cc · 8 years ago
- a4ac8b7 i2c: mvtwsi: Add compatibility functions by mario.six@gdsys.cc · 8 years ago
- 9e118b3 i2c: mvtwsi: Use 'uint' instead of 'unsigned int' by mario.six@gdsys.cc · 8 years ago
- bdf0f66 i2c: mvtwsi: Get rid of status parameter by mario.six@gdsys.cc · 8 years ago
- 1cc2c28 i2c: mvtwsi: Eliminate flags parameter by mario.six@gdsys.cc · 8 years ago
- 7b0c431 i2c: mvtwsi: Improve and fix comments by mario.six@gdsys.cc · 8 years ago
- f43d3e9 i2c: mvtwsi: Streamline code and add documentation by mario.six@gdsys.cc · 8 years ago
- 2b656eb i2c: mvtwsi: Fix style violations by mario.six@gdsys.cc · 8 years ago
- c42be01 i2c: mvtwsi: Eliminate twsi_control_flags by Chris Packham · 9 years ago
- 5a09209 mvtwsi: Fix breakage introduced by "Fix mvtwsi not working on sun6i and newer sunxi SoCs" by Hans de Goede · 9 years ago
- 8d3d7c1 sunxi: Add support for the I2C controller which is part of the PRCM by Jelle van der Waa · 9 years ago
- 6b703e0 i2c: mvtwsi: Fix mvtwsi not working on sun6i and newer sunxi SoCs by Hans de Goede · 9 years ago
- eb083e5 arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig by Stefan Roese · 9 years ago
- 2fae3e7 i2c: mvtwsi: Support for up to 4 different controllers by Paul Kocialkowski · 10 years ago
- cca56a7 i2c: mvtwsi: Fix problem with baud rate calculation by Stefan Roese · 10 years ago
- 54cd2b2 i2c: mvtwsi: Add support for Marvell Armada XP by Stefan Roese · 10 years ago
- c243784 arm: marvell: Move arch/kirkwood.h to arch/soc.h by Stefan Roese · 10 years ago
- 3352b22 sunxi: Add i2c support by Hans de Goede · 10 years ago
- 9830f1c mvtwsi: convert to CONFIG_SYS_I2C framework by Hans de Goede · 10 years ago
- b1a58ea mvtwsi: Remove unnecessary twsi_baud_rate and twsi_slave_address globals by Hans de Goede · 11 years ago
- 162aab0 mvtwsi: Fix clock programming by Hans de Goede · 11 years ago
- d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- 340983d Replace obsolete e-mail address by Albert ARIBAUD · 14 years ago
- 04280c4 i2c: rewrite mvtwsi, support orion5x and kirkwood by Albert Aribaud · 14 years ago
- e72b62c i2c: rename kirkwood_i2c to mvtwsi by Albert Aribaud · 14 years ago[Renamed from drivers/i2c/kirkwood_i2c.c]
- 43fa12f Kirkwood: Upgated licencing for files imported from linux source to GPLv2 or later by Prafulla Wadaskar · 15 years ago
- 6e9de1d Minor coding style cleanup. by Wolfgang Denk · 15 years ago
- 5cd2a24 arm, i2c: added support for the TWSI I2C Interface by Heiko Schocher · 15 years ago