index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
-187
/
+239
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
MAINTAINERS: Add Chris Packham as FREESCALE MPC I2C maintainer
Chris Packham
1
-0
/
+7
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
dt-bindings: i2c: convert i2c-mpc to json-schema
Chris Packham
2
-62
/
+91
2021-04-10
dt-bindings: i2c-mpc: Document interrupt property as required
Chris Packham
1
-3
/
+3
2021-04-10
i2c: ensure timely release of driver-allocated resources
Dmitry Torokhov
2
-1
/
+23
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
4
-0
/
+522
2021-04-10
i2c: core: add api to provide frequency mode strings
Yicong Yang
2
-0
/
+24
2021-04-10
i2c: core: add managed function for adding i2c adapters
Yicong Yang
2
-0
/
+27
2021-04-10
Merge branch 'i2c/software-nodes' into i2c/for-5.13
Wolfram Sang
902
-3999
/
+7120
2021-04-10
i2c: Remove support for dangling device properties
Heikki Krogerus
3
-27
/
+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
2021-04-10
ARM: s3c: mini2440: Constify the software node
Heikki Krogerus
1
-1
/
+5
2021-04-10
ARM: pxa: stargate2: Constify the software node
Heikki Krogerus
1
-1
/
+5
2021-04-08
ARM: omap1: osk: Constify the software node
Heikki Krogerus
1
-1
/
+5
2021-04-08
ARM: davinci: Constify the software nodes
Heikki Krogerus
6
-6
/
+30
2021-04-08
i2c: Add support for software nodes
Heikki Krogerus
2
-2
/
+17
2021-04-08
i2c: remove unused 'version.h' include in drivers
Tian Tao
2
-2
/
+0
2021-04-08
i2c: core: simplify devm_i2c_new_dummy_device()
Yicong Yang
1
-19
/
+9
2021-04-08
i2c: designware: Fix return value check in navi_amd_register_client()
Wei Yongjun
1
-2
/
+2
2021-04-06
i2c: stm32f7: avoid ifdef CONFIG_PM_SLEEP for pm callbacks
Alain Volmat
1
-6
/
+4
2021-04-05
i2c: tegra-bpmp: make some functions void
Wolfram Sang
1
-16
/
+4
2021-04-05
i2c: tegra-bpmp: don't modify input variable in xlate_flags
Wolfram Sang
1
-24
/
+8
[next]