Commit Graph

653 Commits (lime2-spi)

Author SHA1 Message Date
jinghua 85f03f0ea8 i2c: mv_i2c.c: Validate read length in I2C command 8 years ago
Stefan Roese 9ad5a00712 i2c: mv_i2c.c: Enable runtime speed selection (standard vs fast mode) 8 years ago
Stefan Roese 0c0f719ad2 i2c: mv_i2c.c: Add DM support 8 years ago
Stefan Roese 7b46ee521e i2c: mv_i2c.c: Prepare driver for DM conversion 8 years ago
Stefan Roese 340fcd66cc i2c: mv_i2c.c: Remove CONFIG_HARD_I2C 8 years ago
Stefan Roese 8eff909a56 i2c: mv_i2c.c: cosmetic: Coding style cleanups 8 years ago
Masahiro Yamada 1221ce459d treewide: replace #include <asm/errno.h> with <linux/errno.h> 8 years ago
Wenyou Yang 76062b9cdb i2c: at91_i2c: Fix the wrong include file 8 years ago
John Keeping 21d4b7d4e1 rockchip: i2c: fix >32 byte writes 8 years ago
John Keeping 551288bd8b rockchip: i2c: move register write out of inner loop 8 years ago
John Keeping 80333fd85c rockchip: i2c: use named constant when appropriate 8 years ago
Stefan Roese 03d6cd972e i2c: mvtwsi: Fix order of address bytes (high to low) 8 years ago
Stephen Warren 6002c75c59 ARM: tegra: remove stale nvidia, bpmp I2C DT property 8 years ago
Stephen Warren b4ee081e5a ARM: tegra: fix Tegra186 I2C clock name 8 years ago
Stefan Roese ca6c5e03f1 i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail) 8 years ago
Songjun Wu 8800e0fa20 i2c: atmel: add i2c driver 8 years ago
Bryan Wu 3c27fa2193 i2c: tegra: add standardized clk/reset API support 8 years ago
Stephen Warren 34f1c9fe14 i2c: add Tegra186 BPMP driver 8 years ago
Stephen Warren 6e06acb732 fdt: allow fdtdec_get_addr_size_*() to translate addresses 8 years ago
Simon Glass 2651a052d8 i2c: Drop redundant platform data setting in drivers 8 years ago
Vignesh R 95def3cf5d i2c: i2c-uclass-compat: avoid any BSS usage 8 years ago
Simon Glass 911954859d dm: Use dm_scan_fdt_dev() directly where possible 8 years ago
Simon Glass 2e3f1ff63f dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() 8 years ago
mario.six@gdsys.cc 27059c3e4d i2c: fsl: Fix driver initialization 8 years ago
mario.six@gdsys.cc 6e677caf8c i2c: mvtwsi: Add documentation 8 years ago
mario.six@gdsys.cc c68c624320 i2c: mvtwsi: Make delay times frequency-dependent 8 years ago
mario.six@gdsys.cc 24f9c6bbc7 i2c: mvtwsi: Handle zero-length offsets properly 8 years ago
mario.six@gdsys.cc 14a6ff2c4f i2c: mvtwsi: Add compatibility to DM 8 years ago
mario.six@gdsys.cc f8a10ed1fd i2c: mvtwsi: Make address length variable 8 years ago
mario.six@gdsys.cc 3c4db636ac i2c: mvtwsi: Factor out adap parameter 8 years ago
mario.six@gdsys.cc 61bc02b260 i2c: mvtwsi: Add compatibility functions 8 years ago
mario.six@gdsys.cc e075828128 i2c: mvtwsi: Use 'uint' instead of 'unsigned int' 8 years ago
mario.six@gdsys.cc 059fce9f61 i2c: mvtwsi: Get rid of status parameter 8 years ago
mario.six@gdsys.cc 670514f524 i2c: mvtwsi: Eliminate flags parameter 8 years ago
mario.six@gdsys.cc 49c801bf35 i2c: mvtwsi: Improve and fix comments 8 years ago
mario.six@gdsys.cc dfc3958cd3 i2c: mvtwsi: Streamline code and add documentation 8 years ago
mario.six@gdsys.cc 9ec43b0c3f i2c: mvtwsi: Fix style violations 8 years ago
Mugunthan V N daa69ffe3d drivers: i2c: omap24xx_i2c: adopt omap_i2c driver to driver model 8 years ago
Mugunthan V N be243e4113 drivers: i2c: omap24xx_i2c: prepare driver for DM conversion 8 years ago
Mugunthan V N 5142ac7916 drivers: i2c: uclass: parse dt parameters only when CONFIG_OF_CONTROL is enable 8 years ago
Masahiro Yamada 4e3d84066e ARM: uniphier: use (devm_)ioremap() instead of map_sysmem() 8 years ago
Stephen Warren 135aa95002 clk: convert API to match reset/mailbox style 8 years ago
Yuan Yao 9d10c2d3fe drivers: i2c: mxc: Add early init 8 years ago
Chris Packham d6b7757e41 i2c: mvtwsi: Eliminate twsi_control_flags 8 years ago
Stefan Roese 3a3705280d i2c: Select SYS_I2C_DW_ENABLE_STATUS_UNSUPPORTED for SPEAr 8 years ago
Stefan Roese e32d0db798 i2c: Add entry for Designware I2C driver in Kconfig 8 years ago
mario.six@gdsys.cc dbc82ce31b dm: fsl_i2c: Enable DM for FSL I2C 8 years ago
mario.six@gdsys.cc ecf591e303 dm: fsl_i2c: Factor out adap parameter 8 years ago
mario.six@gdsys.cc ad7e657cec dm: fsl_i2c: Prepare compatibility functions 8 years ago
mario.six@gdsys.cc 00b61553f1 dm: fsl_i2c: Rename methods for reading/writing data 8 years ago