summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-15i2c: mpc: Remove CONFIG_PM_SLEEP ifdefferyAndy Shevchenko
2021-04-15i2c: mpc: Use devm_clk_get_optional()Andy Shevchenko
2021-04-15i2c: mpc: Update license and copyrightChris Packham
2021-04-15i2c: mpc: Interrupt driven transferChris Packham
2021-04-14i2c: sh7760: add IRQ checkSergey Shtylyov
2021-04-14i2c: rcar: add IRQ checkSergey Shtylyov
2021-04-14i2c: mlxbf: add IRQ checkSergey Shtylyov
2021-04-14i2c: jz4780: add IRQ checkSergey Shtylyov
2021-04-14i2c: emev2: add IRQ checkSergey Shtylyov
2021-04-14i2c: cadence: add IRQ checkSergey Shtylyov
2021-04-14i2c: imx: Fix PM reference leak in i2c_imx_reg_slave()Ye Weihua
2021-04-14i2c: xiic: fix reference leak when pm_runtime_get_sync failsQinglang Miao
2021-04-14i2c: stm32f7: fix reference leak when pm_runtime_get_sync failsQinglang Miao
2021-04-14i2c: sprd: fix reference leak when pm_runtime_get_sync failsQinglang Miao
2021-04-14i2c: omap: fix reference leak when pm_runtime_get_sync failsQinglang Miao
2021-04-14i2c: imx: fix reference leak when pm_runtime_get_sync failsQinglang Miao
2021-04-14i2c: imx-lpi2c: fix reference leak when pm_runtime_get_sync failsQinglang Miao
2021-04-14i2c: img-scb: fix reference leak when pm_runtime_get_sync failsQinglang Miao
2021-04-14i2c: cadence: fix reference leak when pm_runtime_get_sync failsQinglang Miao
2021-04-13i2c: sprd: Add missing MODULE_DEVICE_TABLEBixuan Cui
2021-04-13MAINTAINERS: Add Chris Packham as FREESCALE MPC I2C maintainerChris Packham
2021-04-13i2c: mpc: Remove redundant NULL checkChris Packham
2021-04-13i2c: mpc: drop release for resource allocated with devm_*Wei Yongjun
2021-04-10i2c: mpc: use device managed APIsChris Packham
2021-04-10i2c: mpc: make interrupt mandatory and remove polling codeChris Packham
2021-04-10i2c: mpc: Make use of i2c_recover_bus()Chris Packham
2021-04-10dt-bindings: i2c: convert i2c-mpc to json-schemaChris Packham
2021-04-10dt-bindings: i2c-mpc: Document interrupt property as requiredChris Packham
2021-04-10i2c: ensure timely release of driver-allocated resourcesDmitry Torokhov
2021-04-10i2c: designware: Switch over to i2c_freq_mode_string()Andy Shevchenko
2021-04-10i2c: add support for HiSilicon I2C controllerYicong Yang
2021-04-10i2c: core: add api to provide frequency mode stringsYicong Yang
2021-04-10i2c: core: add managed function for adding i2c adaptersYicong Yang
2021-04-10Merge branch 'i2c/software-nodes' into i2c/for-5.13Wolfram Sang
2021-04-10i2c: Remove support for dangling device propertiesHeikki Krogerus
2021-04-10Input: elantech - Prepare a complete software node for the deviceHeikki Krogerus
2021-04-10platform/chrome: chromeos_laptop - Prepare complete software nodesHeikki Krogerus
2021-04-10i2c: icy: Constify the software nodeHeikki Krogerus
2021-04-10i2c: nvidia-gpu: Constify the software nodeHeikki Krogerus
2021-04-10i2c: cht-wc: Constify the software nodeHeikki Krogerus
2021-04-10platform/x86: intel_cht_int33fe_microb: Constify the software nodeHeikki Krogerus
2021-04-10ARM: s3c: mini2440: Constify the software nodeHeikki Krogerus
2021-04-10ARM: pxa: stargate2: Constify the software nodeHeikki Krogerus
2021-04-08ARM: omap1: osk: Constify the software nodeHeikki Krogerus
2021-04-08ARM: davinci: Constify the software nodesHeikki Krogerus
2021-04-08i2c: Add support for software nodesHeikki Krogerus
2021-04-08i2c: remove unused 'version.h' include in driversTian Tao
2021-04-08i2c: core: simplify devm_i2c_new_dummy_device()Yicong Yang
2021-04-08i2c: designware: Fix return value check in navi_amd_register_client()Wei Yongjun
2021-04-06i2c: stm32f7: avoid ifdef CONFIG_PM_SLEEP for pm callbacksAlain Volmat