Age | Commit message (Expand) | Author | Files | Lines |
2025-01-12 | Merge tag 'extcon-next-for-6.14' of ssh://gitolite.kernel.org/pub/scm/linux/k... | Greg Kroah-Hartman | 3 | -2/+4 |
2024-12-08 | extcon: Drop explicit initialization of struct i2c_device_id::driver_data to 0 | Uwe Kleine-König | 2 | -2/+2 |
2024-12-08 | extcon: realtek: fix NULL deref check in extcon_rtk_type_c_probe | Charles Han | 1 | -0/+2 |
2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds | 8 | -8/+8 |
2024-09-26 | Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -0/+507 |
2024-09-18 | Merge tag 'for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li... | Linus Torvalds | 1 | -10/+5 |
2024-09-05 | extcon: lc824206xa: Fix build error of POWER_SUPPLY_PROP_USB_TYPE | Stephen Rothwell | 1 | -10/+5 |
2024-09-04 | extcon: axp288: Switch to new Intel CPU model defines | Tony Luck | 1 | -1/+1 |
2024-09-05 | Merge tag 'ib-psy-usb-types-signed' of git://git.kernel.org/pub/scm/linux/ker... | Chanwoo Choi | 1 | -10/+5 |
2024-09-05 | extcon: Add LC824206XA microUSB switch driver | Hans de Goede | 3 | -0/+512 |
2024-09-03 | power: supply: Change usb_types from an array into a bitmask | Hans de Goede | 1 | -10/+5 |
2024-05-09 | extcon: adc-jack: Document missing struct members | Yang Li | 1 | -0/+2 |
2024-05-09 | extcon: realtek: Remove unused of_gpio.h | Andy Shevchenko | 1 | -1/+0 |
2024-05-09 | extcon: usbc-cros-ec: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2024-05-09 | extcon: usb-gpio: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2024-05-09 | extcon: max77843: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2024-05-09 | extcon: max3355: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2024-05-09 | extcon: intel-mrfld: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2024-05-09 | extcon: intel-cht-wc: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2024-05-09 | extcon: adc-jack: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2024-05-09 | extcon: intel-mrfld: Don't shadow error from devm_extcon_dev_allocate() | Andy Shevchenko | 1 | -1/+1 |
2024-05-09 | extcon: max8997: select IRQ_DOMAIN instead of depending on it | Randy Dunlap | 1 | -1/+2 |
2024-05-09 | extcon: intel-mrfld: Switch to use dev_err_probe() | Andy Shevchenko | 1 | -12/+6 |
2023-12-12 | extcon: qcom-spmi-misc: don't use kernel-doc marker for comment | Randy Dunlap | 1 | -1/+1 |
2023-12-05 | extcon: usbc-tusb320: Set interrupt polarity based on device-tree | Lukas Funke | 1 | -1/+8 |
2023-12-04 | extcon: fix possible name leak in extcon_dev_register() | Yaxiong Tian | 1 | -2/+1 |
2023-10-17 | extcon: realtek: add the error handler for nvmem_cell_read | Stanley Chang | 1 | -42/+44 |
2023-10-06 | extcon: max77843: add device-tree compatible string | Marek Szyprowski | 1 | -0/+7 |
2023-10-06 | extcon: max77693: add device-tree compatible string | Marek Szyprowski | 1 | -0/+7 |
2023-10-06 | extcon: add Realtek DHC RTD SoC Type-C driver | Stanley Chang | 3 | -0/+1804 |
2023-08-05 | extcon: cht_wc: add POWER_SUPPLY dependency | Arnd Bergmann | 1 | -0/+1 |
2023-06-01 | extcon: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 5 | -5/+5 |
2023-05-29 | extcon: Drop unneeded assignments | Andy Shevchenko | 1 | -3/+3 |
2023-05-29 | extcon: Use sizeof(*pointer) instead of sizeof(type) | Andy Shevchenko | 1 | -8/+5 |
2023-05-29 | extcon: Use unique number for the extcon device ID | Andy Shevchenko | 2 | -3/+15 |
2023-05-29 | extcon: Remove dup device name in the message and unneeded error check | Andy Shevchenko | 1 | -3/+2 |
2023-05-29 | extcon: Use dev_of_node(dev) instead of dev->of_node | Andy Shevchenko | 1 | -8/+4 |
2023-05-29 | extcon: Use device_match_of_node() helper | Andy Shevchenko | 1 | -1/+1 |
2023-05-29 | extcon: Amend kernel documentation of struct extcon_dev | Andy Shevchenko | 1 | -3/+3 |
2023-05-29 | extcon: Use sysfs_emit() to instead of sprintf() | Andy Shevchenko | 1 | -9/+9 |
2023-05-29 | extcon: Use DECLARE_BITMAP() to declare bit arrays | Andy Shevchenko | 1 | -4/+4 |
2023-05-29 | extcon: Fix kernel doc of property capability fields to avoid warnings | Andy Shevchenko | 1 | -0/+4 |
2023-05-29 | extcon: Fix kernel doc of property fields to avoid warnings | Andy Shevchenko | 1 | -0/+4 |
2023-05-29 | extcon: usbc-tusb320: add USB_ROLE_SWITCH dependency | Arnd Bergmann | 1 | -0/+1 |
2023-05-29 | extcon: usbc-tusb320: add usb_role_switch support | Alvin Šipraga | 1 | -0/+21 |
2023-05-29 | extcon: usbc-tusb320: add accessory detection support | Alvin Šipraga | 1 | -22/+68 |
2023-05-29 | extcon: Add extcon_alloc_groups to simplify extcon register function | Bumwoo Lee | 1 | -22/+39 |
2023-05-29 | extcon: Add extcon_alloc_muex to simplify extcon register function | Bumwoo Lee | 1 | -48/+61 |
2023-05-29 | extcon: Add extcon_alloc_cables to simplify extcon register function | Bumwoo Lee | 1 | -46/+65 |
2023-05-29 | extcon: Remove redundant null checking for class | Bumwoo Lee | 1 | -11/+10 |
2023-05-29 | extcon: palmas: Remove unused of_gpio.h | Andy Shevchenko | 1 | -1/+0 |
2023-05-29 | extcon: qcom-spmi: Switch to platform_get_irq_byname_optional | Bryan O'Donoghue | 1 | -2/+2 |
2023-05-29 | extcon: axp288: Replace open coded acpi_dev_put() | Andy Shevchenko | 1 | -1/+1 |
2023-05-29 | extcon: usbc-tusb320: Unregister typec port on driver removal | Alvin Šipraga | 1 | -8/+34 |
2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 1 | -1/+1 |
2023-02-04 | extcon: intel-cht-wc: Add support for Lenovo Yoga Tab 3 Pro YT3-X90F | Hans de Goede | 1 | -0/+1 |
2022-12-16 | Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -11/+7 |
2022-12-03 | extcon: usbc-tusb320: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
2022-12-03 | extcon: rt8973: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
2022-12-03 | extcon: fsa9480: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
2022-12-03 | extcon: max77843: Replace irqchip mask_invert with unmask_base | Aidan MacDonald | 1 | -2/+1 |
2022-11-22 | extcon: usbc-tusb320: Update state on probe even if no IRQ pending | Marek Vasut | 1 | -5/+12 |
2022-11-08 | extcon: usbc-tusb320: Call the Type-C IRQ handler only if a port is registered | Yassine Oudjana | 1 | -1/+7 |
2022-10-08 | Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -29/+205 |
2022-09-26 | extcon: usbc-tusb320: fix kernel-doc warning | Rong Chen | 1 | -1/+1 |
2022-09-26 | extcon: usbc-tusb320: Add USB TYPE-C support | Marek Vasut | 2 | -1/+160 |
2022-09-26 | extcon: usbc-tusb320: Factor out extcon into dedicated functions | Marek Vasut | 1 | -29/+46 |
2022-08-16 | i2c: Make remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
2022-07-15 | extcon: Add EXTCON_DISP_CVBS and EXTCON_DISP_EDP | Michael Wu | 1 | -0/+10 |
2022-07-15 | extcon: rt8973a: Drop useless mask_invert flag on irqchip | Aidan MacDonald | 1 | -1/+0 |
2022-07-15 | extcon: sm5502: Drop useless mask_invert flag on irqchip | Aidan MacDonald | 1 | -2/+0 |
2022-07-15 | extcon: Drop unexpected word "the" in the comments | Jiang Jian | 1 | -1/+1 |
2022-07-15 | extcon: Remove extraneous space before a debug message | Colin Ian King | 1 | -1/+1 |
2022-07-15 | extcon: fsa9480: Drop no-op remove function | Uwe Kleine-König | 1 | -6/+0 |
2022-05-13 | extcon: Modify extcon device to be created after driver data is set | bumwoo lee | 1 | -12/+17 |
2022-05-13 | extcon: sm5502: Clarify SM5703's i2c device ID | Markuss Broks | 1 | -1/+1 |
2022-05-13 | extcon: ptn5150: Add usb role class support | Li Jun | 2 | -0/+26 |
2022-05-13 | extcon: ptn5150: Add queue work sync before driver release | Li Jun | 1 | -0/+11 |
2022-05-13 | extcon: sm5502: Add support for SM5703 | Markuss Broks | 2 | -1/+3 |
2022-05-13 | extcon: usb-gpio: Remove disable irq operation in system sleep | Bruce Chen | 1 | -15/+0 |
2022-05-13 | extcon: Fix some kernel-doc comments | Yang Li | 1 | -0/+4 |
2022-05-13 | extcon: usbc-cros-ec: Use struct_size() helper in kzalloc() | Gustavo A. R. Silva | 1 | -1/+1 |
2022-05-13 | extcon: int3496: Add support for controlling Vbus through a regulator | Hans de Goede | 1 | -1/+29 |
2022-05-13 | extcon: int3496: Add support for binding to plain platform devices | Hans de Goede | 1 | -4/+13 |
2022-05-13 | extcon: int3496: Request non-exclusive access to the ID GPIO | Hans de Goede | 1 | -1/+2 |
2022-05-13 | extcon: int3496: Make the driver a bit less verbose | Hans de Goede | 1 | -2/+2 |
2022-05-13 | extcon: Fix extcon_get_extcon_dev() error handling | Dan Carpenter | 2 | -3/+5 |
2022-02-01 | extcon: intel-cht-wc: Report RID_A for ACA adapters | Hans de Goede | 1 | -5/+13 |
2022-02-01 | extcon: intel-cht-wc: Add support for registering a power_supply class-device | Hans de Goede | 1 | -0/+81 |
2022-02-01 | extcon: intel-cht-wc: Refactor cht_wc_extcon_get_charger() | Hans de Goede | 1 | -7/+8 |
2022-02-01 | extcon: intel-cht-wc: Support devs with Micro-B / USB-2 only Type-C connectors | Hans de Goede | 2 | -0/+93 |
2022-02-01 | extcon: intel-cht-wc: Use new cht_wc_model intel_soc_pmic field | Hans de Goede | 1 | -14/+21 |
2021-12-24 | extcon: Deduplicate code in extcon_set_state_sync() | Alexander Stein | 1 | -13/+1 |
2021-12-24 | extcon: usb-gpio: fix a non-kernel-doc comment | Randy Dunlap | 1 | -1/+1 |
2021-10-27 | extcon: usbc-tusb320: Add support for TUSB320L | Yassine Oudjana | 1 | -3/+79 |
2021-10-27 | extcon: usbc-tusb320: Add support for mode setting and reset | Yassine Oudjana | 1 | -4/+81 |
2021-10-27 | extcon: extcon-axp288: Use P-Unit semaphore lock for register accesses | Fabio Aiuto | 2 | -3/+30 |
2021-10-27 | extcon: max3355: Drop unused include | Linus Walleij | 1 | -1/+0 |
2021-10-27 | extcon: usb-gpio: Use the right includes | Linus Walleij | 1 | -2/+1 |
2021-07-05 | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -48/+258 |
2021-06-21 | extcon: sm5502: Add support for SM5504 | Stephan Gerhold | 3 | -8/+204 |
2021-06-21 | extcon: sm5502: Refactor driver to use chip-specific struct | Stephan Gerhold | 2 | -28/+44 |
2021-06-21 | extcon: sm5502: Implement i2c_driver->probe_new() | Stephan Gerhold | 1 | -3/+2 |
2021-06-21 | extcon: sm5502: Use devm_regmap_add_irq_chip() | Stephan Gerhold | 1 | -12/+2 |
2021-06-21 | extcon: max8997: Add missing modalias string | Marek Szyprowski | 1 | -0/+1 |
2021-06-21 | extcon: sm5502: Drop invalid register write in sm5502_reg_data | Stephan Gerhold | 1 | -1/+0 |
2021-06-21 | extcon: intel-mrfld: Sync hardware and software state on init | Ferry Toth | 1 | -0/+9 |
2021-06-17 | extcon: extcon-max8997: Simplify driver using devm | Matti Vaittinen | 1 | -31/+16 |
2021-06-17 | extcon: extcon-max8997: Fix IRQ freeing at error path | Matti Vaittinen | 1 | -1/+1 |
2021-06-17 | extcon: extcon-max77693.c: Fix potential work-queue cancellation race | Matti Vaittinen | 1 | -12/+5 |
2021-06-17 | extcon: extcon-max14577: Fix potential work-queue cancellation race | Matti Vaittinen | 1 | -11/+5 |
2021-04-28 | Merge tag 'mfd-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds | 3 | -1825/+0 |
2021-04-26 | Merge tag 'driver-core-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -45/+20 |
2021-04-08 | extcon: qcom-spmi: Add support for VBUS detection | Anirudh Ghayal | 1 | -19/+80 |
2021-04-08 | extcon: sm5502: Detect OTG when USB_ID is connected to ground | Nikita Travkin | 1 | -2/+20 |
2021-04-08 | extcon: max8997: Add CHGINS and CHGRM interrupt handling | Timon Baetz | 1 | -0/+4 |
2021-04-05 | Merge 5.12-rc6 into driver-core-next | Greg Kroah-Hartman | 1 | -0/+1 |
2021-03-23 | extconn: Clean-up few drivers by using managed work init | Matti Vaittinen | 4 | -45/+20 |
2021-03-18 | ASoC/extcon: arizona: Move arizona jack code to sound/soc/codecs/arizona-jack.c | Hans de Goede | 3 | -1828/+0 |
2021-03-18 | extcon: arizona: Always use pm_runtime_get_sync() when we need the device to ... | Hans de Goede | 1 | -2/+2 |
2021-03-18 | extcon: arizona: Fix flags parameter to the gpiod_get("wlf,micd-pol") call | Hans de Goede | 1 | -1/+1 |
2021-03-18 | extcon: arizona: Fix various races on driver unbind | Hans de Goede | 1 | -19/+21 |
2021-03-18 | extcon: arizona: Fix some issues when HPDET IRQ fires after the jack has been... | Hans de Goede | 1 | -8/+9 |
2021-03-15 | extcon: Fix error handling in extcon_dev_register | Dinghao Liu | 1 | -0/+1 |
2020-12-11 | extcon: max77693: Fix modalias string | Marek Szyprowski | 1 | -1/+1 |
2020-12-11 | extcon: fsa9480: Support TI TSU6111 variant | Linus Walleij | 1 | -0/+1 |
2020-12-11 | extcon: Add driver for TI TUSB320 | Michael Auchter | 3 | -0/+193 |
2020-09-30 | extcon: axp288: Use module_platform_driver to simplify the code | Liu Shixin | 1 | -12/+1 |
2020-09-30 | extcon: ptn5150: Do not print error during probe if nothing is attached | Krzysztof Kozlowski | 1 | -1/+0 |
2020-09-24 | extcon: ptn5150: Use defines for registers | Krzysztof Kozlowski | 1 | -12/+10 |
2020-09-24 | extcon: palmas: Simplify with dev_err_probe() | Krzysztof Kozlowski | 1 | -12/+6 |
2020-09-24 | extcon: max8997: Return error code of extcon_dev_allocate() | Krzysztof Kozlowski | 1 | -1/+1 |
2020-09-24 | extcon: max77843: Return error code of extcon_dev_allocate() | Krzysztof Kozlowski | 1 | -1/+1 |
2020-09-24 | extcon: max77693: Return error code of extcon_dev_allocate() | Krzysztof Kozlowski | 1 | -1/+1 |
2020-09-24 | extcon: max14577: Return error code of extcon_dev_allocate() | Krzysztof Kozlowski | 1 | -1/+1 |
2020-09-24 | extcon: ptn5150: Set the VBUS and POLARITY property capability | Ramuthevar Vadivel Murugan | 1 | -0/+7 |
2020-09-24 | extcon: ptn5150: Switch to GENMASK() and BIT() macros | Ramuthevar Vadivel Murugan | 1 | -32/+11 |
2020-09-24 | extcon: ptn5150: Deduplicate parts of dev_err_probe() | Andy Shevchenko | 1 | -9/+5 |
2020-09-24 | extcon: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 2 | -2/+2 |
2020-09-24 | extcon: ptn5150: Convert to .probe_new | Krzysztof Kozlowski | 1 | -3/+2 |
2020-09-24 | extcon: ptn5150: Convert to module_i2c_driver | Krzysztof Kozlowski | 1 | -6/+1 |
2020-09-24 | extcon: ptn5150: Reduce the amount of logs on deferred probe | Krzysztof Kozlowski | 1 | -5/+6 |
2020-09-24 | extcon: ptn5150: Make 'vbus-gpios' optional | Krzysztof Kozlowski | 1 | -2/+8 |
2020-09-24 | extcon: ptn5150: Check current USB mode when probing | Krzysztof Kozlowski | 1 | -43/+49 |
2020-09-24 | extcon: ptn5150: Lower the noisiness of probe | Krzysztof Kozlowski | 1 | -2/+2 |
2020-09-24 | extcon: ptn5150: Simplify getting vbus-gpios with flags | Krzysztof Kozlowski | 1 | -6/+1 |
2020-09-24 | extcon: ptn5150: Use generic "interrupts" property | Krzysztof Kozlowski | 1 | -15/+18 |
2020-09-24 | extcon: ptn5150: Fix usage of atomic GPIO with sleeping GPIO chips | Krzysztof Kozlowski | 1 | -4/+4 |
2020-05-29 | extcon: arizona: Fix runtime PM imbalance on error | Dinghao Liu | 1 | -8/+9 |
2020-05-29 | extcon: max14577: Add proper dt-compatible strings | Marek Szyprowski | 1 | -0/+10 |
2020-05-29 | extcon: adc-jack: Fix an error handling path in 'adc_jack_probe()' | Christophe JAILLET | 1 | -2/+1 |
2020-05-29 | extcon: remove redundant assignment to variable idx | Colin Ian King | 1 | -1/+1 |
2020-04-03 | Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -2/+39 |
2020-03-25 | extcon: axp288: Add wakeup support | Hans de Goede | 1 | -0/+32 |
2020-03-25 | extcon: Mark extcon_get_edev_name() function as exported symbol | Mayank Rana | 1 | -0/+1 |
2020-03-25 | extcon: palmas: Hide error messages if gpio returns -EPROBE_DEFER | H. Nikolaus Schaller | 1 | -2/+6 |
2020-03-24 | extcon: axp288: Convert to new X86 CPU match macros | Thomas Gleixner | 1 | -1/+1 |
2019-12-16 | extcon: sm5502: Remove unneeded semicolon | Xu Wang | 1 | -5/+5 |
2019-12-09 | extcon: arizona: Factor out microphone and button detection | Charles Keepax | 1 | -44/+71 |
2019-12-09 | extcon: arizona: Factor out microphone impedance into a function | Charles Keepax | 1 | -52/+73 |
2019-12-09 | extcon: arizona: Invert logic of check in arizona_hpdet_do_id | Charles Keepax | 1 | -47/+45 |
2019-12-09 | extcon: arizona: Remove excessive WARN_ON | Charles Keepax | 1 | -3/+2 |
2019-12-09 | extcon: arizona: Remove unnecessary sets of ACCDET_MODE | Charles Keepax | 1 | -11/+0 |
2019-12-09 | extcon: arizona: Tidy up transition from mic to headphone detect | Charles Keepax | 1 | -8/+1 |
2019-12-09 | extcon: arizona: Clear jack status regardless of detection type | Charles Keepax | 1 | -4/+4 |
2019-12-09 | extcon: arizona: Move pdata extraction to probe | Charles Keepax | 1 | -9/+5 |
2019-12-09 | extcon: arizona: Make rev A register sequences atomic | Charles Keepax | 1 | -6/+14 |
2019-12-09 | extcon: arizona: Correct clean up if arizona_identify_headphone fails | Charles Keepax | 1 | -0/+3 |
2019-11-27 | Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -3/+21 |
2019-11-04 | extcon: axp288: Remove the build-in connection description | Heikki Krogerus | 1 | -15/+23 |
2019-10-31 | extcon: sm5502: remove redundant assignment to variable cable_type | Colin Ian King | 1 | -1/+1 |
2019-10-11 | extcon: sm5502: Reset registers during initialization | Stephan Gerhold | 2 | -0/+6 |
2019-10-01 | extcon-intel-cht-wc: Don't reset USB data connection at probe | Yauhen Kharuzhy | 1 | -2/+14 |
2019-09-19 | Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2 | -2/+3 |
2019-09-02 | mfd / platform: cros_ec: Reorganize platform and mfd includes | Enric Balletbo i Serra | 1 | -1/+2 |
2019-09-02 | mfd / platform: cros_ec: Move cros-ec core driver out from MFD | Enric Balletbo i Serra | 1 | -1/+1 |
2019-07-31 | extcon: adc-jack: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 1 | -3/+1 |
2019-07-29 | extcon: axp288: Use for_each_set_bit() in axp288_extcon_log_rsi() | Andy Shevchenko | 1 | -8/+5 |
2019-07-29 | extcon: axp288: Add missed error check | Andy Shevchenko | 1 | -0/+5 |
2019-07-24 | extcon: sm5502: Add IRQ_ONESHOT | Vasyl Gomonovych | 1 | -1/+1 |
2019-07-24 | extcon: gpio: Request reasonable interrupts | Linus Walleij | 1 | -10/+19 |
2019-07-24 | extcon: fsa9480: Support the FSA880 variant | Linus Walleij | 1 | -0/+1 |
2019-07-24 | extcon: extcon-max77843: convert to i2c_new_dummy_device | Wolfram Sang | 1 | -3/+3 |
2019-07-24 | extcon: arizona: Switch to use device_property_count_u32() | Andy Shevchenko | 1 | -1/+1 |
2019-07-01 | Merge tag 'extcon-next-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 4 | -13/+428 |
2019-06-26 | extcon: fsa9480: Fix Kconfig warning and build errors | Randy Dunlap | 1 | -1/+1 |
2019-06-22 | extcon: Add fsa9480 extcon driver | Tomasz Figa | 3 | -0/+408 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -5/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 233 | Thomas Gleixner | 1 | -4/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 | Thomas Gleixner | 3 | -27/+3 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 | Thomas Gleixner | 3 | -27/+3 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 2 | -22/+2 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 4 | -20/+4 |
2019-05-30 | extcon: arizona: Correct error handling on regmap_update_bits_check | Charles Keepax | 1 | -13/+20 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-07 | Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 7 | -18/+389 |
2019-05-06 | Merge branches 'acpi-utils', 'acpi-video', 'acpi-soc' and 'acpi-button' | Rafael J. Wysocki | 1 | -4/+5 |
2019-04-12 | extcon: arizona: Disable mic detect if running when driver is removed | Charles Keepax | 1 | -0/+10 |
2019-04-12 | extcon: axp288: Add a depends on ACPI to the Kconfig entry | YueHaibing | 1 | -1/+1 |
2019-04-05 | extcon: mrfld: Introduce extcon driver for Basin Cove PMIC | Andy Shevchenko | 3 | -0/+292 |