- 16df993 i2c: Update for new sequence numbers by Simon Glass · 3 years, 11 months ago
- d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
- 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- 5a13c0d i2c: mvtwsi: disable i2c slave also on Armada 8k by Baruch Siach · 4 years, 1 month ago
- 702e57e treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 3 months ago
- c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 6 months ago
- f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
- bb0fb4c rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOOD by Trevor Woerner · 4 years, 6 months ago
- b16a331 rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5X by Trevor Woerner · 4 years, 6 months ago
- f3d4615 i2c: Update drivers to use enum for speed by Simon Glass · 4 years, 10 months ago
- d50e296 i2c: mvtwsi: fix reading status register after interrupt by Marek Behún · 6 years ago
- 173ec35 i2c: mvtwsi: disable i2c slave on Armada 38x by Baruch Siach · 6 years ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 004b4cd i2c: mvtwsi.c: Fix set speed by Stefan Mavrodiev · 7 years ago
- 8bcf12c i2c: mvtwsi.c: Avoid NULL dereference by Heinrich Schuchardt · 7 years ago
- a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
- a8f01cc sunxi: i2c: Add support for DM I2C by Jernej Skrabec · 8 years ago
- e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
- aec9a0f sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXI by Jagan Teki · 8 years ago
- 87de0eb i2c: mvtwsi.c: Add support for Marvell Armada 7K/8K by Stefan Roese · 8 years ago
- 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
- 03d6cd9 i2c: mvtwsi: Fix order of address bytes (high to low) by Stefan Roese · 8 years ago
- 6e677ca i2c: mvtwsi: Add documentation by mario.six@gdsys.cc · 8 years ago
- c68c624 i2c: mvtwsi: Make delay times frequency-dependent by mario.six@gdsys.cc · 8 years ago
- 24f9c6b i2c: mvtwsi: Handle zero-length offsets properly by mario.six@gdsys.cc · 8 years ago
- 14a6ff2 i2c: mvtwsi: Add compatibility to DM by mario.six@gdsys.cc · 8 years ago
- f8a10ed i2c: mvtwsi: Make address length variable by mario.six@gdsys.cc · 8 years ago
- 3c4db63 i2c: mvtwsi: Factor out adap parameter by mario.six@gdsys.cc · 8 years ago
- 61bc02b i2c: mvtwsi: Add compatibility functions by mario.six@gdsys.cc · 8 years ago
- e075828 i2c: mvtwsi: Use 'uint' instead of 'unsigned int' by mario.six@gdsys.cc · 8 years ago
- 059fce9 i2c: mvtwsi: Get rid of status parameter by mario.six@gdsys.cc · 8 years ago
- 670514f i2c: mvtwsi: Eliminate flags parameter by mario.six@gdsys.cc · 8 years ago
- 49c801b i2c: mvtwsi: Improve and fix comments by mario.six@gdsys.cc · 8 years ago
- dfc3958 i2c: mvtwsi: Streamline code and add documentation by mario.six@gdsys.cc · 8 years ago
- 9ec43b0 i2c: mvtwsi: Fix style violations by mario.six@gdsys.cc · 8 years ago
- d6b7757 i2c: mvtwsi: Eliminate twsi_control_flags by Chris Packham · 8 years ago
- 2ca0299 mvtwsi: Fix breakage introduced by "Fix mvtwsi not working on sun6i and newer sunxi SoCs" by Hans de Goede · 9 years ago
- 9d08268 sunxi: Add support for the I2C controller which is part of the PRCM by Jelle van der Waa · 9 years ago
- 904dfbf i2c: mvtwsi: Fix mvtwsi not working on sun6i and newer sunxi SoCs by Hans de Goede · 9 years ago
- 81e33f4 arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig by Stefan Roese · 9 years ago
- dd82242 i2c: mvtwsi: Support for up to 4 different controllers by Paul Kocialkowski · 10 years ago
- f582a15 i2c: mvtwsi: Fix problem with baud rate calculation by Stefan Roese · 10 years ago
- 6d5fe56 i2c: mvtwsi: Add support for Marvell Armada XP by Stefan Roese · 10 years ago
- 3dc23f7 arm: marvell: Move arch/kirkwood.h to arch/soc.h by Stefan Roese · 10 years ago
- 6620377 sunxi: Add i2c support by Hans de Goede · 10 years ago
- 0db2bbd mvtwsi: convert to CONFIG_SYS_I2C framework by Hans de Goede · 10 years ago
- 2072e72 mvtwsi: Remove unnecessary twsi_baud_rate and twsi_slave_address globals by Hans de Goede · 11 years ago
- fab356a mvtwsi: Fix clock programming by Hans de Goede · 11 years ago
- 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- 57b4bce Replace obsolete e-mail address by Albert ARIBAUD · 14 years ago
- 306563a i2c: rewrite mvtwsi, support orion5x and kirkwood by Albert Aribaud · 14 years ago
- 01ec99d i2c: rename kirkwood_i2c to mvtwsi by Albert Aribaud · 14 years ago[Renamed from drivers/i2c/kirkwood_i2c.c]
- beca04d Kirkwood: Upgated licencing for files imported from linux source to GPLv2 or later by Prafulla Wadaskar · 15 years ago
- 53cc18c Minor coding style cleanup. by Wolfgang Denk · 15 years ago
- 4ce5a72 arm, i2c: added support for the TWSI I2C Interface by Heiko Schocher · 15 years ago