index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-17
i2c: mediatek: Use scl_int_delay_ns to compensate clock-stretching
Qii Wang
1
-1
/
+5
2021-04-17
i2c: mediatek: Fix wrong dma sync flag
Qii Wang
1
-1
/
+1
2021-04-17
i2c: mediatek: Fix send master code at more than 1MHz
Qii Wang
1
-4
/
+5
2021-04-17
i2c: sh7760: fix IRQ error path
Sergey Shtylyov
1
-1
/
+1
2021-04-17
i2c: i801: Add support for Intel Alder Lake PCH-M
Jarkko Nikula
1
-0
/
+4
2021-04-17
i2c: core: Fix spacing error by checkpatch
Tian Tao
1
-1
/
+1
2021-04-17
i2c: s3c2410: simplify getting of_device_id match data
Krzysztof Kozlowski
1
-6
/
+3
2021-04-15
i2c: nomadik: Fix space errors
Tian Tao
1
-2
/
+2
2021-04-15
i2c: iop3xx: Fix coding style issues
Tian Tao
1
-13
/
+15
2021-04-15
i2c: amd8111: Fix coding style issues
Tian Tao
1
-133
/
+133
2021-04-15
i2c: mpc: Drop duplicate message from devm_platform_ioremap_resource()
Andy Shevchenko
1
-3
/
+1
2021-04-15
i2c: mpc: Use device_get_match_data() helper
Andy Shevchenko
1
-8
/
+4
2021-04-15
i2c: mpc: Remove CONFIG_PM_SLEEP ifdeffery
Andy Shevchenko
1
-11
/
+3
2021-04-15
i2c: mpc: Use devm_clk_get_optional()
Andy Shevchenko
1
-13
/
+12
2021-04-15
i2c: mpc: Update license and copyright
Chris Packham
1
-8
/
+3
2021-04-15
i2c: mpc: Interrupt driven transfer
Chris Packham
1
-184
/
+236
2021-04-14
i2c: sh7760: add IRQ check
Sergey Shtylyov
1
-1
/
+4
2021-04-14
i2c: rcar: add IRQ check
Sergey Shtylyov
1
-1
/
+4
2021-04-14
i2c: mlxbf: add IRQ check
Sergey Shtylyov
1
-0
/
+2
2021-04-14
i2c: jz4780: add IRQ check
Sergey Shtylyov
1
-1
/
+4
2021-04-14
i2c: emev2: add IRQ check
Sergey Shtylyov
1
-1
/
+4
2021-04-14
i2c: cadence: add IRQ check
Sergey Shtylyov
1
-1
/
+4
2021-04-14
i2c: imx: Fix PM reference leak in i2c_imx_reg_slave()
Ye Weihua
1
-1
/
+1
2021-04-14
i2c: xiic: fix reference leak when pm_runtime_get_sync fails
Qinglang Miao
1
-2
/
+2
2021-04-14
i2c: stm32f7: fix reference leak when pm_runtime_get_sync fails
Qinglang Miao
1
-6
/
+6
2021-04-14
i2c: sprd: fix reference leak when pm_runtime_get_sync fails
Qinglang Miao
1
-2
/
+2
2021-04-14
i2c: omap: fix reference leak when pm_runtime_get_sync fails
Qinglang Miao
1
-4
/
+4
2021-04-14
i2c: imx: fix reference leak when pm_runtime_get_sync fails
Qinglang Miao
1
-2
/
+2
2021-04-14
i2c: imx-lpi2c: fix reference leak when pm_runtime_get_sync fails
Qinglang Miao
1
-1
/
+1
2021-04-14
i2c: img-scb: fix reference leak when pm_runtime_get_sync fails
Qinglang Miao
1
-2
/
+2
2021-04-14
i2c: cadence: fix reference leak when pm_runtime_get_sync fails
Qinglang Miao
1
-2
/
+2
2021-04-13
i2c: sprd: Add missing MODULE_DEVICE_TABLE
Bixuan Cui
1
-0
/
+1
2021-04-13
i2c: mpc: Remove redundant NULL check
Chris Packham
1
-1
/
+1
2021-04-13
i2c: mpc: drop release for resource allocated with devm_*
Wei Yongjun
1
-6
/
+0
2021-04-10
i2c: mpc: use device managed APIs
Chris Packham
1
-28
/
+18
2021-04-10
i2c: mpc: make interrupt mandatory and remove polling code
Chris Packham
1
-32
/
+19
2021-04-10
i2c: mpc: Make use of i2c_recover_bus()
Chris Packham
1
-2
/
+16
2021-04-10
i2c: ensure timely release of driver-allocated resources
Dmitry Torokhov
1
-1
/
+20
2021-04-10
i2c: designware: Switch over to i2c_freq_mode_string()
Andy Shevchenko
1
-16
/
+4
2021-04-10
i2c: add support for HiSilicon I2C controller
Yicong Yang
3
-0
/
+515
2021-04-10
i2c: core: add api to provide frequency mode strings
Yicong Yang
1
-0
/
+21
2021-04-10
i2c: core: add managed function for adding i2c adapters
Yicong Yang
1
-0
/
+26
2021-04-10
Merge branch 'i2c/software-nodes' into i2c/for-5.13
Wolfram Sang
373
-1581
/
+2582
2021-04-10
i2c: Remove support for dangling device properties
Heikki Krogerus
2
-25
/
+1
2021-04-10
Input: elantech - Prepare a complete software node for the device
Heikki Krogerus
1
-2
/
+4
2021-04-10
platform/chrome: chromeos_laptop - Prepare complete software nodes
Heikki Krogerus
1
-40
/
+60
2021-04-10
i2c: icy: Constify the software node
Heikki Krogerus
1
-23
/
+9
2021-04-10
i2c: nvidia-gpu: Constify the software node
Heikki Krogerus
1
-1
/
+5
2021-04-10
i2c: cht-wc: Constify the software node
Heikki Krogerus
1
-1
/
+5
2021-04-10
platform/x86: intel_cht_int33fe_microb: Constify the software node
Heikki Krogerus
1
-1
/
+5
[next]