summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-09mm: tidy up shmem mTHP controls and statsRyan Roberts
2024-09-09mm: cleanup count_mthp_stat() definitionRyan Roberts
2024-09-09sched_ext: Add missing static to scx_dump_dataTejun Heo
2024-09-09dt-bindings: clock, reset: fix top-comment indentation rk3576 headersHeiko Stuebner
2024-09-09libbpf: Fix some typos in commentsYusheng Zheng
2024-09-09MAINTAINERS: BPF ARC JIT: Update my e-mail addressShahab Vahedi
2024-09-09bpf: Fix error message on kfunc arg type mismatchMaxim Mikityanskiy
2024-09-09bpftool: Fix typosAndrew Kreimer
2024-09-09bpftool: Fix undefined behavior caused by shifting into the sign bitKuan-Wei Chiu
2024-09-09libbpf: Fixed getting wrong return address on arm64 architectureShuyi Cheng
2024-09-09cxl: move cxl headers to new include/cxl/ directoryDave Jiang
2024-09-10i2c: i801: Use a different adapter-name for IDF adaptersHans de Goede
2024-09-10i2c: core: Setup i2c_adapter runtime-pm before calling device_add()Hans de Goede
2024-09-10dt-bindings: i2c: i2c-sprd: convert to YAMLStanislav Jakubek
2024-09-10i2c: ismt: kill transaction in hardware on timeoutVasily Khoruzhick
2024-09-10i2c: designware: Group all DesignWare drivers under a single optionHeikki Krogerus
2024-09-10net: txgbe: Fix I2C Kconfig dependenciesHeikki Krogerus
2024-09-10RISC-V: configs: enable I2C_DESIGNWARE_CORE with I2C_DESIGNWARE_PLATFORMHeikki Krogerus
2024-09-10mips: configs: enable I2C_DESIGNWARE_CORE with I2C_DESIGNWARE_PLATFORMHeikki Krogerus
2024-09-10arm64: defconfig: enable I2C_DESIGNWARE_CORE with I2C_DESIGNWARE_PLATFORMHeikki Krogerus
2024-09-10ARM: configs: enable I2C_DESIGNWARE_CORE with I2C_DESIGNWARE_PLATFORMHeikki Krogerus
2024-09-10ARC: configs: enable I2C_DESIGNWARE_CORE with I2C_DESIGNWARE_PLATFORMHeikki Krogerus
2024-09-10i2c: virtio: Constify struct i2c_algorithm and struct virtio_device_idChristophe JAILLET
2024-09-10i2c: rcar: tidyup priv->devtype handling on rcar_i2c_probe()Kuninori Morimoto
2024-09-10i2c: imx: Convert comma to semicolonShen Lichuan
2024-09-10i2c: jz4780: Use devm_clk_get_enabled() helpersRong Qianfeng
2024-09-10i2c: emev2: Use devm_clk_get_enabled() helpersRong Qianfeng
2024-09-10i2c: muxes: add support for tsd,mule-i2c multiplexerFarouk Bouabid
2024-09-10dt-bindings: i2c: add support for tsd,mule-i2c-muxFarouk Bouabid
2024-09-10i2c: npcm: restore slave addresses array lengthTyrone Ting
2024-09-10i2c: mpc: Use devm_clk_get_optional_enabled() to simplify codeZhang Zekun
2024-09-10dt-bindings: i2c: i2c-rk3x: Add rk3576 compatibleDetlev Casanova
2024-09-10i2c: designware: Consolidate PM opsAndy Shevchenko
2024-09-10dt-bindings: i2c: aspeed: drop redundant multi-masterKrzysztof Kozlowski
2024-09-10i2c: riic: Simplify unsupported bus speed handlingGeert Uytterhoeven
2024-09-10i2c: designware: Remove ->disable() callbackAndy Shevchenko
2024-09-10i2c: designware: Move exports to I2C_DW namespacesAndy Shevchenko
2024-09-10i2c: designware: Unify the firmware type checksAndy Shevchenko
2024-09-10i2c: designware: Consolidate firmware parsing and configuring codeAndy Shevchenko
2024-09-10i2c: designware: Rename dw_i2c_of_configure() -> i2c_dw_of_configure()Andy Shevchenko
2024-09-10dt-bindings: i2c: qcom,i2c-cci: add missing clocks constraint in if:then:Krzysztof Kozlowski
2024-09-10dt-bindings: i2c: nvidia,tegra20-i2c: define power-domains top-levelKrzysztof Kozlowski
2024-09-10dt-bindings: i2c: nvidia,tegra20-i2c: restrict also clocks in if:then:Krzysztof Kozlowski
2024-09-10dt-bindings: i2c: nvidia,tegra20-i2c: combine same if:then: clausesKrzysztof Kozlowski
2024-09-10i2c: riic: Add support for fast mode plusClaudiu Beznea
2024-09-10dt-bindings: i2c: renesas,riic: Document the R9A08G045 supportClaudiu Beznea
2024-09-10i2c: riic: Define individual arrays to describe the register offsetsClaudiu Beznea
2024-09-10i2c: riic: Add suspend/resume supportClaudiu Beznea
2024-09-10i2c: riic: Enable runtime PM autosuspend supportClaudiu Beznea
2024-09-10i2c: riic: Use pm_runtime_resume_and_get()Claudiu Beznea