Age | Commit message (Expand) | Author | Files | Lines |
2022-02-02 | platform/x86: i2c-multi-instantiate: Rename it for a generic serial driver name | Lucas Tanure | 1 | -174/+0 |
2021-10-20 | Revert "platform/x86: i2c-multi-instantiate: Don't create platform device for... | Saranya Gopal | 1 | -23/+8 |
2021-08-12 | platform/x86: i2c-multi-instantiate: Use the new i2c_acpi_client_count() helper | Hans de Goede | 1 | -26/+1 |
2021-01-04 | platform/x86: i2c-multi-instantiate: Don't create platform device for INT3515... | Heikki Krogerus | 1 | -8/+23 |
2020-11-24 | platform/x86: i2c-multi-instantiate: Use device_get_match_data() to get drive... | Andy Shevchenko | 1 | -4/+3 |
2020-11-24 | platform/x86: i2c-multi-instantiate: Simplify with dev_err_probe() | Andy Shevchenko | 1 | -3/+2 |
2020-11-24 | platform/x86: i2c-multi-instantiate: Drop redundant ACPI_PTR() | Andy Shevchenko | 1 | -1/+1 |
2020-02-28 | platform/x86: i2c-multi-instantiate: Replace zero-length array with flexible-... | Gustavo A. R. Silva | 1 | -1/+1 |
2019-10-14 | platform/x86: i2c-multi-instantiate: Fail the probe if no IRQ provided | Andy Shevchenko | 1 | -0/+1 |
2019-09-20 | platform/x86: i2c-multi-instantiate: Derive the device name from parent | Heikki Krogerus | 1 | -1/+1 |
2019-07-30 | platform/x86: i2c-multi-instantiate: Use struct_size() helper | Andy Shevchenko | 1 | -3/+1 |
2019-02-05 | ACPI / scan: Create platform device for BSG2150 ACPI nodes | Hans de Goede | 1 | -0/+9 |
2018-12-03 | ACPI / scan: Create platform device for INT3515 ACPI nodes | Andy Shevchenko | 1 | -0/+9 |
2018-12-03 | platform/x86: i2c-multi-instantiate: Allow to have same slaves | Andy Shevchenko | 1 | -2/+2 |
2018-12-03 | platform/x86: i2c-multi-instantiate: Introduce IOAPIC IRQ support | Andy Shevchenko | 1 | -0/+9 |
2018-12-03 | platform/x86: i2c-multi-instantiate: Distinguish IRQ resource type | Andy Shevchenko | 1 | -9/+18 |
2018-12-03 | platform/x86: i2c-multi-instantiate: Count I2cSerialBus() resources | Andy Shevchenko | 1 | -4/+37 |
2018-12-03 | platform/x86: i2c-multi-instantiate: Get rid of obsolete conditional | Andy Shevchenko | 1 | -7/+3 |
2018-12-03 | platform/x86: i2c-multi-instantiate: Defer probe when no adapter found | Andy Shevchenko | 1 | -1/+1 |
2018-12-03 | platform/x86: i2c-multi-instantiate: Accept errors of i2c_acpi_new_device() | Andy Shevchenko | 1 | -2/+7 |
2018-08-09 | platform/x86: Add ACPI i2c-multi-instantiate pseudo driver | Hans de Goede | 1 | -0/+132 |