Sign in
kunit
/
linux
/
03535f4b32f2a11ba6c5bb07290995ecd77c69ac
/
drivers
/
i2c
/
busses
/
i2c-designware-core.h
15c566f
i2c: designware: Add SPDX license tag
by Andy Shevchenko
· 7 years ago
e3ea52b
i2c: designware: Convert to use struct i2c_timings
by Andy Shevchenko
· 7 years ago
1080ee7
i2c: designware: Move SDA hold time configuration to common code
by Jarkko Nikula
· 7 years ago
3aca0bd
i2c: designware: Move register access detection to common code
by Jarkko Nikula
· 7 years ago
9f4659b
i2c: designware: refactor low-level enable/disable
by Alexander Monakov
· 7 years ago
4141cf6
Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 7 years ago
02e4564
PM: i2c-designware-platdrv: Optimize power management
by Rafael J. Wysocki
· 7 years ago
ca382f5
i2c: designware: add i2c gpio recovery option
by Tim Sander
· 7 years ago
0326f9f
i2c: designware: rename i2c_dw_plat_prepare_clk to i2c_dw_prepare_clk
by Phil Reid
· 7 years ago
a34a0b6
i2c: designware: move i2c_dw_plat_prepare_clk to common
by Phil Reid
· 7 years ago
5415277
PM: i2c-designware-platdrv: Suspend/resume at the late/early stages
by Rafael J. Wysocki
· 7 years ago
6e38cf3
i2c: designware: Let slave adapter support be optional
by Jarkko Nikula
· 8 years ago
21bf440
i2c: designware: Make HW init functions static
by Jarkko Nikula
· 8 years ago
5b6d721
i2c: designware: enable SLAVE in platform module
by Luis Oliveira
· 8 years ago
9f3e065
i2c: designware: add SLAVE mode functions
by Luis Oliveira
· 8 years ago
04606cc
i2c: designware: introducing I2C_SLAVE definitions
by Luis Oliveira
· 8 years ago
9031235
i2c: designware: MASTER mode as separated driver
by Luis Oliveira
· 8 years ago
e393f67
i2c: designware: Cleaning and comment style fixes.
by Luis Oliveira
· 8 years ago
41c80b8
i2c: designware: Never suspend i2c-busses used for accessing the system PMIC
by Hans de Goede
· 8 years ago
a528fab
Merge tag 'topic/designware-baytrail-2017-03-02' of git://anongit.freedesktop.org/git/drm-intel into i2c/for-next
by Wolfram Sang
· 8 years ago
ab809fd
i2c: designware: add reset interface
by Zhangfei Gao
· 8 years ago
fd476fa
i2c: designware-baytrail: Add support for cherrytrail
by Hans de Goede
· 8 years ago
086cb4a
i2c: designware-baytrail: Disallow the CPU to enter C6 or C7 while holding the punit semaphore
by Hans de Goede
· 8 years ago
86524e5
i2c: designware: Rename accessor_flags to flags
by Hans de Goede
· 8 years ago
12688dc
Revert "i2c: designware: detect when dynamic tar update is possible"
by Jarkko Nikula
· 8 years ago
f06122f
i2c: designware: Consolidate default functionality bits
by Alexander Stein
· 8 years ago
63d0f0a6
i2c: designware: detect when dynamic tar update is possible
by Lucas De Marchi
· 9 years ago
b6e6714
i2c: designware: Enable high speed mode
by Weifeng Voon
· 9 years ago
a92ec17
i2c: designware: get fast plus and high speed *CNT configuration
by Weifeng Voon
· 9 years ago
19c0a53
i2c: designware: Move clk_freq into struct dw_i2c_dev
by Weifeng Voon
· 9 years ago
ed1bf03
i2c: designware-pci: Make bus number allocation robust
by Andy Shevchenko
· 9 years ago
e3c9765
i2c: designware: remove redundant lock
by Baruch Siach
· 9 years ago
2d244c8
i2c: designware: fix IO timeout issue for AMD controller
by Xiangliang Yu
· 9 years ago
d80d134
i2c: designware: Move common probe code into i2c_dw_probe()
by Jarkko Nikula
· 9 years ago
8a43745
i2c: designware: Make dw_readl() and dw_writel() static
by Jarkko Nikula
· 10 years ago
f6ed2b7
i2c: designware: Remove unused functions
by Jarkko Nikula
· 10 years ago
c335631
i2c: designware: Remove interrupt clearing from i2c_dw_pci_probe()
by Jarkko Nikula
· 10 years ago
894acb2
i2c: designware: Add Intel Baytrail PMIC I2C bus support
by David Box
· 10 years ago
c0601d2
i2c: designware: Add i2c bus locking support
by David Box
· 10 years ago
ca1f8da
i2c: remove FSF address
by Wolfram Sang
· 10 years ago
6468276
i2c: designware: make SCL and SDA falling time configurable
by Romain Baeriswyl
· 11 years ago
defc0b2
i2c: designware: make HCNT/LCNT values configurable
by Mika Westerberg
· 12 years ago
9803f86
i2c-designware: make SDA hold time configurable
by Christian Ruppert
· 12 years ago
e6f34ce
i2c: designware: fix RX FIFO overrun
by Josef Ahmad
· 12 years ago
a8a9f3f
i2c: designware: Add support for 16bit register access
by Stefan Roese
· 13 years ago
18dbdda
i2c-designware: Add runtime power management support
by Dirk Brandewie
· 13 years ago
fe20ff5
i2c-designware: Add support for Designware core behind PCI devices.
by Dirk Brandewie
· 13 years ago
f3fa9f3
i2c-designware: Push all register reads/writes into the core code.
by Dirk Brandewie
· 13 years ago
e18563f
i2c-designware: move controller config to bus specific portion of driver
by Dirk Brandewie
· 13 years ago
2fa8326
i2c-designware: move i2c functionality bit field to be adapter specific
by Dirk Brandewie
· 13 years ago
1d31b58
i2c-designware: Move retriveving the clock speed out of core code.
by Dirk Brandewie
· 13 years ago
2373f6b
i2c-designware: split of i2c-designware.c into core and bus specific parts
by Dirk Brandewie
· 13 years ago