index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
mvtwsi.c
Age
Commit message (
Expand
)
Author
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
i2c: Remove <common.h> and add needed includes
Tom Rini
2023-10-22
sunxi: introduce NCAT2 generation model
Andre Przywara
2023-08-15
i2c: mvtwsi: reset controller if stuck in "bus error" state
Sam Edwards
2023-01-20
global: Finish CONFIG -> CFG migration
Tom Rini
2022-12-23
global: Migrate CONFIG_I2C_MVTWSI_BASE1 to CFG
Tom Rini
2022-12-23
global: Migrate CONFIG_I2C_MVTWSI_BASE0 to CFG
Tom Rini
2022-12-05
global: Move remaining CONFIG_SYS_* to CFG_SYS_*
Tom Rini
2022-01-30
i2c: mvtwsi: Add compatible string for allwinner, sun4i-a10-i2c
Chris Morgan
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-12-20
i2c: mvtwsi: Swab the register address if its size is > 1
Stefan Roese
2021-09-28
i2c: mvtwsi: Add support for DM clocks and resets
Samuel Holland
2021-02-21
dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO
Igor Opaniuk
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-25
i2c: mvtwsi: sunxi: update macro
Jernej Skrabec
2020-12-18
i2c: Update for new sequence numbers
Simon Glass
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-11-28
i2c: mvtwsi: disable i2c slave also on Armada 8k
Baruch Siach
2020-08-22
treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()
Masahiro Yamada
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-15
rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOOD
Trevor Woerner
2020-05-15
rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5X
Trevor Woerner
2020-01-27
i2c: Update drivers to use enum for speed
Simon Glass
2019-05-03
i2c: mvtwsi: fix reading status register after interrupt
Marek BehĂșn
2018-06-07
i2c: mvtwsi: disable i2c slave on Armada 38x
Baruch Siach
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-02-19
i2c: mvtwsi.c: Fix set speed
Stefan Mavrodiev
2018-02-06
i2c: mvtwsi.c: Avoid NULL dereference
Heinrich Schuchardt
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2017-04-28
sunxi: i2c: Add support for DM I2C
Jernej Skrabec
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2016-10-30
sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXI
Jagan Teki
2016-09-26
i2c: mvtwsi.c: Add support for Marvell Armada 7K/8K
Stefan Roese
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-08-26
i2c: mvtwsi: Fix order of address bytes (high to low)
Stefan Roese
2016-07-26
i2c: mvtwsi: Add documentation
mario.six@gdsys.cc
2016-07-26
i2c: mvtwsi: Make delay times frequency-dependent
mario.six@gdsys.cc
2016-07-26
i2c: mvtwsi: Handle zero-length offsets properly
mario.six@gdsys.cc
2016-07-26
i2c: mvtwsi: Add compatibility to DM
mario.six@gdsys.cc
2016-07-26
i2c: mvtwsi: Make address length variable
mario.six@gdsys.cc
2016-07-26
i2c: mvtwsi: Factor out adap parameter
mario.six@gdsys.cc
2016-07-26
i2c: mvtwsi: Add compatibility functions
mario.six@gdsys.cc
2016-07-26
i2c: mvtwsi: Use 'uint' instead of 'unsigned int'
mario.six@gdsys.cc
2016-07-26
i2c: mvtwsi: Get rid of status parameter
mario.six@gdsys.cc
2016-07-26
i2c: mvtwsi: Eliminate flags parameter
mario.six@gdsys.cc
2016-07-26
i2c: mvtwsi: Improve and fix comments
mario.six@gdsys.cc
2016-07-26
i2c: mvtwsi: Streamline code and add documentation
mario.six@gdsys.cc
[next]