Age | Commit message (Expand) | Author |
2025-01-15 | i2c: mux: demux-pinctrl: correct comment | Wolfram Sang |
2025-01-15 | i2c: mux: demux-pinctrl: check initial mux selection, too | Wolfram Sang |
2024-11-17 | i2c: Switch back to struct platform_driver::remove() | Uwe Kleine-König |
2024-11-05 | i2c: muxes: Fix return value check in mule_i2c_mux_probe() | Yang Yingliang |
2024-09-10 | i2c: muxes: add support for tsd,mule-i2c multiplexer | Farouk Bouabid |
2024-07-20 | i2c: mux: gpio: Add support for the 'settle-time-us' property | Bastien Curutchet |
2024-07-20 | i2c: mux: gpio: Re-order #include to match alphabetic order | Bastien Curutchet |
2024-06-26 | i2c: Drop explicit initialization of struct i2c_device_id::driver_data to 0 | Uwe Kleine-König |
2024-05-13 | i2c: mux: Remove class argument from i2c_mux_add_adapter() | Heiner Kallweit |
2024-05-06 | i2c: mux: gpio: remove support for class-based device instantiation | Heiner Kallweit |
2024-03-20 | i2c: muxes: pca954x: Allow sharing reset GPIO | Chris Packham |
2024-03-15 | Merge tag 'i2c-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2024-03-06 | Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>" | Ahelenia Ziemiańska |
2024-02-08 | i2c: muxes: pca954x: Enable features on MAX7357 | Patrick Rudolph |
2024-01-18 | i2c: mux: reg: Remove class-based device auto-detection support | Heiner Kallweit |
2023-11-05 | Merge tag 'i2c-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2023-10-31 | Merge tag 'gpio-updates-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2023-10-29 | i2c: mux: demux-pinctrl: Convert to use sysfs_emit_at() API | ye xingchen |
2023-10-21 | i2c: muxes: i2c-mux-gpmux: Use of_get_i2c_adapter_by_node() | Herve Codina |
2023-10-21 | i2c: muxes: i2c-demux-pinctrl: Use of_get_i2c_adapter_by_node() | Herve Codina |
2023-10-21 | i2c: muxes: i2c-mux-pinctrl: Use of_get_i2c_adapter_by_node() | Herve Codina |
2023-10-13 | i2c: mux: gpio: don't fiddle with GPIOLIB internals | Bartosz Golaszewski |
2023-09-24 | i2c: mux: demux-pinctrl: Annotate struct i2c_demux_pinctrl_priv with __counte... | Kees Cook |
2023-09-22 | i2c: mux: gpio: adhere to coding style | Wolfram Sang |
2023-09-21 | i2c: mux: gpio: Add missing fwnode_handle_put() | Liang He |
2023-09-20 | i2c: mux: demux-pinctrl: check the return value of devm_kstrdup() | Xiaoke Wang |
2023-08-23 | i2c: muxes: pca954x: Add regulator support | Patrick Rudolph |
2023-08-23 | i2c: muxes: pca954x: Add MAX735x/MAX736x support | Patrick Rudolph |
2023-08-14 | I2C: Explicitly include correct DT includes | Rob Herring |
2023-08-08 | i2c: mux: ltc4306: Remove an unnecessary ternary operator | Ruan Jinjie |
2023-08-08 | i2c: mux: pca954x: Remove #ifdef guards for PM related functions | Paul Cercueil |
2023-06-05 | i2c: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-03-09 | i2c: mux: Convert all drivers to new .probe() callback | Uwe Kleine-König |
2022-12-07 | i2c: mux: reg: check return value after calling platform_get_resource() | Yang Yingliang |
2022-12-05 | i2c: mux: pca954x: Convert to i2c's .probe_new() | Uwe Kleine-König |
2022-12-05 | i2c: mux: pca9541: switch to using .probe_new | Peter Rosin |
2022-08-23 | i2c: muxes: Drop obsolete dependency on COMPILE_TEST | Jean Delvare |
2022-08-16 | i2c: Make remove callback return void | Uwe Kleine-König |
2022-07-26 | i2c: mux-gpmux: Add of_node_put() when breaking out of loop | Liang He |
2022-03-20 | i2c: mux: demux-pinctrl: do not deactivate a master that is not active | Peter Rosin |
2021-11-23 | i2c: mux: gpio: Use array_size() helper | Andy Shevchenko |
2021-11-23 | i2c: mux: gpio: Don't dereference fwnode from struct device | Andy Shevchenko |
2021-11-23 | i2c: mux: gpio: Replace custom acpi_get_local_address() | Andy Shevchenko |
2021-05-27 | i2c: muxes: i2c-arb-gpio-challenge: Demote non-conformant kernel-doc headers | Lee Jones |
2021-02-09 | i2c: mux: mlxcpld: Add callback to notify mux creation completion | Vadim Pasternak |
2021-02-09 | i2c: mux: mlxcpld: Extend supported mux number | Vadim Pasternak |
2021-02-09 | i2c: mux: mlxcpld: Extend driver to support word address space devices | Vadim Pasternak |
2021-02-09 | i2c: mux: mlxcpld: Get rid of adapter numbers enforcement | Vadim Pasternak |
2021-02-09 | i2c: mux: mlxcpld: Prepare mux selection infrastructure for two-byte support | Vadim Pasternak |
2021-02-09 | i2c: mux: mlxcpld: Convert driver to platform driver | Vadim Pasternak |