index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-designware-platdrv.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c: designware: Remove #ifdef guards for PM related functions
Paul Cercueil
2023-08-08
1
-16
/
+6
*
i2c: designware: Add driver support for Wangxun 10Gb NIC
Jiawen Wu
2023-06-05
1
-0
/
+15
*
i2c: Convert to platform remove callback returning void
Uwe Kleine-König
2023-06-05
1
-4
/
+2
*
i2c: designware: Use PCI PSP driver for communication
Mario Limonciello
2023-04-20
1
-1
/
+0
*
i2c: designware: Fix unbalanced suspended flag
Richard Fitzgerald
2023-01-09
1
-18
/
+2
*
i2c: designware: Use standard optional ref clock implementation
Serge Semin
2022-06-13
1
-2
/
+11
*
i2c: designware: Mark dw_i2c_plat_{suspend,resume}() as __maybe_unused
Nathan Chancellor
2022-03-11
1
-2
/
+2
*
i2c: designware: Use the i2c_mark_adapter_suspended/resumed() helpers
Hans de Goede
2022-03-01
1
-7
/
+2
*
i2c: designware: Lock the adapter while setting the suspended flag
Hans de Goede
2022-03-01
1
-5
/
+26
*
i2c: designware: Add AMD PSP I2C bus support
Jan Dabros
2022-02-11
1
-0
/
+60
*
i2c: designware: Enable async suspend / resume of designware devices
Rajat Jain
2021-11-29
1
-0
/
+2
*
i2c: designware: Use DIV_ROUND_CLOSEST() macro
Andy Shevchenko
2021-08-11
1
-2
/
+3
*
i2c: designware: Get rid of legacy platform data
Andy Shevchenko
2021-04-14
1
-6
/
+1
*
i2c: designware: Add device HID for Hygon I2C controller
Pu Wen
2020-08-07
1
-0
/
+1
*
i2c: designware: platdrv: Set class based on DMI
Ricardo Ribalda
2020-07-04
1
-1
/
+14
*
i2c: designware: Adjust bus speed independently of ACPI
Andy Shevchenko
2020-06-23
1
-1
/
+1
*
Merge branch 'i2c/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
2020-06-13
1
-181
/
+95
|
\
|
*
i2c: designware: Add Baikal-T1 System I2C support
Serge Semin
2020-05-30
1
-2
/
+76
|
*
i2c: designware: Move reg-space remapping into a dedicated function
Serge Semin
2020-05-30
1
-5
/
+13
|
*
i2c: designware: Retrieve quirk flags as early as possible
Serge Semin
2020-05-30
1
-2
/
+2
|
*
i2c: designware: Discard Cherry Trail model flag
Serge Semin
2020-05-30
1
-1
/
+1
|
*
i2c: designware: Move ACPI parts into common module
Andy Shevchenko
2020-05-22
1
-108
/
+3
|
*
i2c: designware: Move i2c_dw_validate_speed() helper to a common code
Andy Shevchenko
2020-05-22
1
-24
/
+5
|
*
Merge branch 'i2c/for-current-fixed' into i2c/for-5.8
Wolfram Sang
2020-05-20
1
-4
/
+10
|
|
\
|
*
|
i2c: designware: Rename i2c_dw_probe() to i2c_dw_probe_master()
Andy Shevchenko
2020-05-13
1
-5
/
+1
|
*
|
i2c: designware: Move configuration routines to respective modules
Andy Shevchenko
2020-05-13
1
-37
/
+1
|
*
|
i2c: designware: Use devm_platform_ioremap_resource() to simplify code
Andy Shevchenko
2020-05-13
1
-6
/
+2
*
|
|
PM: sleep: core: Rename DPM_FLAG_LEAVE_SUSPENDED
Rafael J. Wysocki
2020-04-24
1
-2
/
+2
|
|
/
|
/
|
*
|
i2c: designware: platdrv: Remove DPM_FLAG_SMART_SUSPEND flag on BYT and CHT
Hans de Goede
2020-04-15
1
-4
/
+10
|
/
*
i2c: drivers: Use generic definitions for bus frequencies
Andy Shevchenko
2020-03-24
1
-15
/
+22
*
i2c: designware: Detect the FIFO size in the common code
Serge Semin
2020-03-21
1
-24
/
+0
*
i2c: designware: Add ACPI HID for Hisilicon Hip08-Lite I2C controller
Hanjun Guo
2020-02-03
1
-0
/
+1
*
i2c: designware: Fix optional reset error handling
Andy Shevchenko
2019-08-29
1
-10
/
+6
*
i2c: designware: assert reset when error happen at ->probe()
Andy Shevchenko
2019-08-29
1
-2
/
+4
*
i2c: designware: Add support for an interface clock
Phil Edworthy
2019-03-20
1
-0
/
+5
*
i2c: i2c-designware-platdrv: Always use a dynamic adapter number
Hans de Goede
2019-03-13
1
-4
/
+1
*
i2c: i2c-designware-platdrv: Cleanup setting of the adapter number
Hans de Goede
2019-03-13
1
-4
/
+6
*
i2c: designware: Do not allow i2c_dw_xfer() calls while suspended
Hans de Goede
2019-02-23
1
-0
/
+3
*
Merge tag 'acpi-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-10-30
1
-2
/
+0
|
\
|
*
i2c: designware: Cleanup bus lock handling
Hans de Goede
2018-10-25
1
-2
/
+0
*
|
i2c: designware: Set IRQF_NO_SUSPEND flag for all BYT and CHT controllers
Hans de Goede
2018-10-11
1
-2
/
+2
*
|
i2c: designware: Remove Cherry Trail PMIC I2C bus pm_disabled workaround
Hans de Goede
2018-09-06
1
-19
/
+4
*
|
i2c: designware: add MSCC Ocelot support
Alexandre Belloni
2018-09-02
1
-0
/
+40
*
|
i2c: designware: move #ifdef CONFIG_OF to the top
Alexandre Belloni
2018-09-02
1
-8
/
+8
*
|
i2c: designware: use generic table matching
Alexandre Belloni
2018-09-02
1
-5
/
+2
|
/
*
i2c: designware: Re-init controllers with pm_disabled set on resume
Hans de Goede
2018-08-30
1
-1
/
+6
*
i2c: designware: Add SPDX license tag
Andy Shevchenko
2018-08-20
1
-14
/
+1
*
i2c: designware: Convert to use struct i2c_timings
Andy Shevchenko
2018-08-08
1
-27
/
+26
*
Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-02-04
1
-26
/
+3
|
\
|
*
i2c: designware: rename i2c_dw_plat_prepare_clk to i2c_dw_prepare_clk
Phil Reid
2017-11-27
1
-3
/
+3
[next]