Commit Graph

525 Commits (1b409828b17605b2fdbe47b11d4ea1189f32f1e8)

Author SHA1 Message Date
Tom Rini 645cb46e2b fsl_i2c.c: Fix warning on gcc-6.x 8 years ago
Masahiro Yamada c77c7db58e i2c: sandbox: remove code snippet from Kconfig help 8 years ago
Simon Glass e160f7d430 dm: core: Replace of_offset with accessor 8 years ago
Masahiro Yamada 68578582ab i2c: uniphier-f: use readl_poll_timeout() to poll registers 8 years ago
Masahiro Yamada 800acb850e i2c: uniphier(-f): remove unneeded #include <dm/root.h> 8 years ago
Moritz Fischer 19cdd5c5be i2c: i2c-cdns: No need for dedicated probe function 8 years ago
Moritz Fischer 08c11aaefb i2c: i2c-cdns: Implement workaround for hold quirk of the rev 1.0 8 years ago
Moritz Fischer 0ec0c58643 i2c: i2c-cdns: Reorder timeout loop for interrupt waiting 8 years ago
Moritz Fischer 5e42985208 i2c: i2c-cdns: Detect unsupported sequences for rev 1.0 8 years ago
Moritz Fischer 12e8d58415 i2c: mux: Allow muxes to work as children of i2c bus without i2c-parent 8 years ago
Jaehoon Chung 1d61ad959e i2c: Kconfig: Add SYS_I2C_S3C24X0 entry 8 years ago
Jaehoon Chung a298712e94 i2c: s3c24x0: fix the compiler error for exynos4 8 years ago
Moritz Fischer 50994ab757 i2c: cdns: Add additional compatible string for r1p14 of the IP. 8 years ago
Bradley Bolen 77466267eb i2c: mv_i2c.c: Correct address endianness 8 years ago
Jagan Teki 2da24fe551 i2c: mxc: Make 'no gpio pinctrl state' print as debug 8 years ago
Jagan Teki 65c92e4f39 i2c: mxc: Print hex instead of decimal for bus address 8 years ago
Jagan Teki 72c8c10b73 i2c: Kconfig: Add SYS_I2C_MXC entry 8 years ago
Simon Glass 2852709676 dm: i2c: Add a note to I2C drivers which need conversion 9 years ago
Simon Glass 37b8eb37f8 samsung: i2c: Split the high-speed I2C code into a new driver 9 years ago
Simon Glass 9a1bff69cd samsung: i2c: Drop old code from I2C driver 9 years ago
Jagan Teki aec9a0f19f sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXI 9 years ago
Wenyou Yang 52f37333bc i2c: at91_i2c: Change error return -ENODEV to -EINVAL 9 years ago
Wenyou Yang 2ccc07bbdc i2c: at91_i2c: Remove unnecessary clock calling 9 years ago
Marek Vasut b03380805b i2c: designware: Avoid overwriting the cmd_data register 9 years ago
Simon Glass b02e4044ff libfdt: Bring in upstream stringlist functions 9 years ago
Simon Glass fac3e796b9 x86: i2c: Fix cast of address to 32-bit value 9 years ago
Moritz Fischer 6d1a718fdf cros_ec: Honor the google,remote-bus dt property 9 years ago
Stephen Warren fc607d9ab9 i2c: tegra: only use new clock/reset APIs 9 years ago
Stefan Roese 87de0eb31c i2c: mvtwsi.c: Add support for Marvell Armada 7K/8K 9 years ago
jinghua 85f03f0ea8 i2c: mv_i2c.c: Validate read length in I2C command 9 years ago
Stefan Roese 9ad5a00712 i2c: mv_i2c.c: Enable runtime speed selection (standard vs fast mode) 9 years ago
Stefan Roese 0c0f719ad2 i2c: mv_i2c.c: Add DM support 9 years ago
Stefan Roese 7b46ee521e i2c: mv_i2c.c: Prepare driver for DM conversion 9 years ago
Stefan Roese 340fcd66cc i2c: mv_i2c.c: Remove CONFIG_HARD_I2C 9 years ago
Stefan Roese 8eff909a56 i2c: mv_i2c.c: cosmetic: Coding style cleanups 9 years ago
Masahiro Yamada 1221ce459d treewide: replace #include <asm/errno.h> with <linux/errno.h> 9 years ago
Wenyou Yang 76062b9cdb i2c: at91_i2c: Fix the wrong include file 9 years ago
John Keeping 21d4b7d4e1 rockchip: i2c: fix >32 byte writes 9 years ago
John Keeping 551288bd8b rockchip: i2c: move register write out of inner loop 9 years ago
John Keeping 80333fd85c rockchip: i2c: use named constant when appropriate 9 years ago
Stefan Roese 03d6cd972e i2c: mvtwsi: Fix order of address bytes (high to low) 9 years ago
Stephen Warren 6002c75c59 ARM: tegra: remove stale nvidia, bpmp I2C DT property 9 years ago
Stephen Warren b4ee081e5a ARM: tegra: fix Tegra186 I2C clock name 9 years ago
Stefan Roese ca6c5e03f1 i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail) 9 years ago
Songjun Wu 8800e0fa20 i2c: atmel: add i2c driver 9 years ago
Bryan Wu 3c27fa2193 i2c: tegra: add standardized clk/reset API support 9 years ago
Stephen Warren 34f1c9fe14 i2c: add Tegra186 BPMP driver 9 years ago
Stephen Warren 6e06acb732 fdt: allow fdtdec_get_addr_size_*() to translate addresses 9 years ago
Simon Glass 2651a052d8 i2c: Drop redundant platform data setting in drivers 9 years ago
Vignesh R 95def3cf5d i2c: i2c-uclass-compat: avoid any BSS usage 9 years ago