linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-02 03:32:08 to 2020-08-13 08:21:25 UTC [more...]

[PATCH v7 00/13] Add support for Kontron sl28cpld
 2020-08-13  8:21 UTC  (23+ messages)
` [PATCH v7 01/13] mfd: add simple regmap based I2C driver
` [PATCH v7 02/13] dt-bindings: mfd: Add bindings for sl28cpld
` [PATCH v7 03/13] mfd: simple-mfd-i2c: add sl28cpld support
` [PATCH v7 04/13] irqchip: add sl28cpld interrupt controller support
` [PATCH v7 05/13] watchdog: add support for sl28cpld watchdog
` [PATCH v7 06/13] pwm: add support for sl28cpld PWM controller
` [PATCH v7 07/13] gpio: add support for the sl28cpld GPIO controller
` [PATCH v7 08/13] hwmon: add support for the sl28cpld hardware monitoring controller
` [PATCH v7 09/13] arm64: dts: freescale: sl28: enable sl28cpld
` [PATCH v7 10/13] arm64: dts: freescale: sl28: map GPIOs to input events
` [PATCH v7 11/13] arm64: dts: freescale: sl28: enable LED support
` [PATCH v7 12/13] arm64: dts: freescale: sl28: enable fan support
` [PATCH v7 13/13] arm64: defconfig: enable the sl28cpld board management controller

[PATCH] pinctrl: nomadik: Fix pull direction debug info
 2020-08-13  8:06 UTC  (2+ messages)

[PATCH] dt-bindings: Whitespace clean-ups in schema files
 2020-08-13  7:50 UTC  (6+ messages)

[PATCH v3 0/9] pinctrl: update realtek DHC pinctrl driver
 2020-08-13  7:49 UTC  (10+ messages)
` [PATCH v3 1/9] pinctrl: realtek: rtd1295: Add missed pins
` [PATCH v3 2/9] pinctrl: realtek: rtd1295: Add pin configs
` [PATCH v3 3/9] pinctrl: realtek: rtd1195: Add missed pins and "
` [PATCH v3 4/9] dt-bindings: pinctrl: realtek: Add Realtek DHC SoC rtd1195
` [PATCH v3 5/9] dt-bindings: pinctrl: realtek: Add Realtek DHC SoC rtd1295
` [PATCH v3 6/9] arm64: dts: realtek: rtd129x: fix SDIO pinctrl node
` [PATCH v3 7/9] pinctrl: realtek: DHC: Fix pinctrl driver coding style according to checkpatch.pl
` [PATCH v3 8/9] pinctrl: realtek: DHC: Move pinctrl drivers to realtek directory and rename
` [PATCH v3 9/9] pinctrl: realtek: DHC: Add suspend/resume callback function

[PATCH v4 0/7] irqchip: qcom: pdc: Introduce irq_set_wake call
 2020-08-13  7:30 UTC  (23+ messages)
` [PATCH v4 1/7] pinctrl: qcom: Add msmgpio irqchip flags
` [PATCH v4 2/7] pinctrl: qcom: Use return value from irq_set_wake call
` [PATCH v4 3/7] genirq: Introduce irq_suspend_one() and irq_resume_one() callbacks
` [PATCH v4 4/7] genirq: introduce irq_suspend_parent() and irq_resume_parent()
` [PATCH v4 5/7] pinctrl: qcom: Call our parent for irq_suspend_one / irq_resume_one
` [PATCH v4 6/7] irqchip: qcom-pdc: Unmask wake up irqs during suspend
` [PATCH v4 7/7] irqchip: qcom-pdc: Reset all pdc interrupts during init

[PATCH v2 0/8] pinctrl: update realtek DHC pinctrl driver
 2020-08-13  7:10 UTC  (7+ messages)
` [PATCH v2 4/8] dt-bindings: pinctrl: realtek: Add Realtek DHC SoC rtd1195
` [PATCH v2 5/8] dt-bindings: pinctrl: realtek: Add Realtek DHC SoC rtd1295

[PATCH v2 0/3] Add Actions Semi S500 pinctrl support
 2020-08-12 19:56 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: pinctrl: Add bindings for Actions S500 SoC
` [PATCH v2 2/3] pinctrl: actions: Add Actions S500 pinctrl driver
` [PATCH v2 3/3] MAINTAINERS: Set pinctrl binding entry for all Actions Semi Owl SoCs

[PATCH v3 0/3] Mediatek pinctrl patch on mt8192
 2020-08-12 19:47 UTC  (6+ messages)
` [PATCH v3 1/3] dt-bindings: pinctrl: mt8192: add pinctrl file
` [PATCH v3 2/3] dt-bindings: pinctrl: mt8192: add binding document
` [PATCH v3 3/3] pinctrl: add pinctrl driver on mt8192

[PATCH v3 00/18] gpio: cdev: add uAPI v2
 2020-08-12 17:48 UTC  (24+ messages)
` [PATCH v3 01/18] gpio: uapi: define GPIO_MAX_NAME_SIZE for array sizes
` [PATCH v3 02/18] gpio: uapi: define uAPI v2
` [PATCH v3 03/18] gpiolib: make cdev a build option
` [PATCH v3 04/18] gpiolib: add build option for CDEV v1 ABI
` [PATCH v3 05/18] gpiolib: cdev: support GPIO_V2_GET_LINE_IOCTL and GPIO_V2_LINE_GET_VALUES_IOCTL
` [PATCH v3 06/18] gpiolib: cdev: support GPIO_V2_GET_LINEINFO_IOCTL and GPIO_V2_GET_LINEINFO_WATCH_IOCTL
` [PATCH v3 07/18] gpiolib: cdev: support edge detection for uAPI v2
` [PATCH v3 08/18] gpiolib: cdev: support GPIO_V2_LINE_SET_CONFIG_IOCTL
` [PATCH v3 09/18] gpiolib: cdev: support GPIO_V2_LINE_SET_VALUES_IOCTL
` [PATCH v3 10/18] gpiolib: cdev: support setting debounce
` [PATCH v3 11/18] gpio: uapi: document uAPI v1 as deprecated
` [PATCH v3 12/18] tools: gpio: port lsgpio to v2 uAPI
` [PATCH v3 13/18] tools: gpio: port gpio-watch "
` [PATCH v3 14/18] tools: gpio: rename nlines to num_lines
` [PATCH v3 15/18] tools: gpio: port gpio-hammer to v2 uAPI
` [PATCH v3 16/18] tools: gpio: port gpio-event-mon "
` [PATCH v3 17/18] tools: gpio: add multi-line monitoring to gpio-event-mon
` [PATCH v3 18/18] tools: gpio: add debounce support "

[PATCH v7] gpio: pca953x: Add Maxim MAX7313 PWM support
 2020-08-12 17:37 UTC 

[PATCH v6] gpio: pca953x: Add Maxim MAX7313 PWM support
 2020-08-12 17:36 UTC  (3+ messages)

[PATCH V2] dt-bindings: gpio: Convert vf610 to json-schema
 2020-08-12  7:52 UTC 

[libgpiod] [PATCH 0/5] Documentation improvements
 2020-08-11 18:59 UTC  (10+ messages)
` [libgpiod] [PATCH 1/5] doc: Fix doxygen warnings
` [libgpiod] [PATCH 2/5] doc: Use autotoolized Doxyfile
` [libgpiod] [PATCH 3/5] doc: Fix doxygen warning
` [libgpiod] [PATCH 4/5] doc: Remove obsolete PERL_PATH
` [libgpiod] [PATCH 5/5] doc: Add @file to headers

[libgpiod][PATCH 0/3] Add Android build support
 2020-08-10 19:51 UTC  (5+ messages)
` [libgpiod][PATCH 2/3] tools-common: fix build for Android
` [libgpiod][PATCH 3/3] Android.bp: initial addition

[libgpiod] general libgpiod inquiry
 2020-08-10 18:52 UTC  (2+ messages)

[PATCH] gpio: siox: indicate exclusive support of threaded IRQs
 2020-08-10 13:33 UTC  (10+ messages)

[PATCH v2] gpio: aggregator: Refactor ->{get,set}_multiple() to make Sparse happy
 2020-08-10 11:43 UTC 

[PATCH v1 0/3] gpio: aggregator: Further improvements
 2020-08-10 11:09 UTC  (6+ messages)
` [PATCH v1 1/3] gpio: aggregator: Refactor ->{get,set}_multiple() to make Sparse happy
` [PATCH v1 2/3] gpio: aggregator: Simplify isrange() by using get_option()

[GIT PULL] pin control changes for the v5.9 kernel cycle
 2020-08-10  8:18 UTC  (5+ messages)

[PATCH/RFC v2] dt-bindings: pinctrl: sh-pfc: Convert to json-schema
 2020-08-07 14:13 UTC 

[PATCH RFC] dt-bindings: pinctrl: sh-pfc: Convert to json-schema
 2020-08-07 13:36 UTC  (3+ messages)

[PATCH] dt-bindings: gpio: Convert vf610 to json-schema
 2020-08-07  1:54 UTC  (4+ messages)

[PATCH v2 00/18] gpio: cdev: add uAPI V2
 2020-08-06 15:53 UTC  (23+ messages)
` [PATCH v2 02/18] gpio: uapi: define uAPI v2
` [PATCH v2 05/18] gpiolib: cdev: support GPIO_GET_LINE_IOCTL and GPIOLINE_GET_VALUES_IOCTL
` [PATCH v2 07/18] gpiolib: cdev: support edge detection for uAPI v2
` [PATCH v2 11/18] gpio: uapi: document uAPI v1 as deprecated

[RESEND PATCH v4 2/3] usb: serial: xr_serial: Add gpiochip support
 2020-08-06 13:53 UTC  (4+ messages)

pinctrl: sx150x bug
 2020-08-06  9:41 UTC  (2+ messages)

INVESTMENT
 2020-08-06  6:51 UTC 

[GIT PULL] GPIO changes for the v5.9 merge window
 2020-08-05 20:33 UTC  (2+ messages)

[PATCH] pinctrl: sh-pfc: collect Renesas related CONFIGs in one place
 2020-08-05 12:08 UTC  (2+ messages)

[PATCH] gpiolib: of: reset name variable in of_gpiochip_add_hog
 2020-08-05 14:04 UTC  (2+ messages)

[PATCH v2 0/2] Enable USB support on iW-RainboW-G21D-Q7 board
 2020-08-05 12:01 UTC  (5+ messages)
` [PATCH v2 1/2] pinctrl: sh-pfc: r8a7790: Add USB1 PWEN pin and group
` [PATCH v2 2/2] ARM: dts: r8a7742-iwg21d-q7: Enable HSUSB, USB2.0 and xHCI

[PATCH v10 0/3] Add basic SoC Support for Mediatek MT6779 SoC
 2020-08-05  2:24 UTC  (5+ messages)
` [PATCH v10 1/3] dt-bindings: pinctrl: add bindings for MediaTek "
` [PATCH v10 2/3] arm64: dts: add dts nodes for MT6779

[gpio:devel] BUILD SUCCESS 22cc422070d9a9a399f8a70b89f1b852945444cb
 2020-08-04 14:40 UTC 

[pinctrl:devel] BUILD SUCCESS 7ee193e2dda3f48b692fad46ab9df90e99e7b811
 2020-08-04 12:29 UTC 

[PATCH v1 1/3] gpio: pca953x: Request IRQ after all initialisation done
 2020-08-04  9:12 UTC  (3+ messages)

linusw/for-next baseline: 117 runs, 3 regressions (gpio-v5.8-2-103-g22cc422070d9)
 2020-08-04  7:56 UTC 

linusw/for-next build: 7 builds: 0 failed, 7 passed, 21 warnings (gpio-v5.8-2-103-g22cc422070d9)
 2020-08-04  7:11 UTC 

linusw/devel baseline: 117 runs, 3 regressions (gpio-v5.8-2-103-g22cc422070d9)
 2020-08-04  6:48 UTC 

linusw/devel build: 7 builds: 0 failed, 7 passed, 21 warnings (gpio-v5.8-2-103-g22cc422070d9)
 2020-08-04  6:04 UTC 

[PATCH v2 0/3] Mediatek pinctrl patch on mt8192
 2020-08-04  2:09 UTC  (6+ messages)
` [PATCH v2 2/3] dt-bindings: pinctrl: mt8192: add binding document

[PATCH v3] pinctrl: qcom: Handle broken/missing PDC dual edge IRQs on sc7180
 2020-08-04  0:48 UTC  (4+ messages)

[PATCH] gpio: don't use same lockdep class for all devm_gpiochip_add_data users
 2020-08-03 23:23 UTC  (2+ messages)

[PATCH 0/3] Add Actions Semi S500 pinctrl support
 2020-08-03 14:32 UTC  (11+ messages)
` [PATCH 1/3] dt-bindings: pinctrl: Add bindings for Actions S500 SoC
` [PATCH 2/3] pinctrl: actions: Add Actions S500 pinctrl driver

[PATCH v1 1/3] pinctrl: intel: Extract intel_pinctrl_get_soc_data() helper for wider use
 2020-08-03 14:22 UTC  (4+ messages)

[PATCH v1] pinctrl: cherryview: Utilize temporary variable to hold device pointer
 2020-08-03 12:34 UTC  (2+ messages)

[PATCH v1 1/3] pinctrl: cherryview: Drop stale comment
 2020-08-03 10:02 UTC  (2+ messages)

[RFC PATCH 00/17] Drop uses of pci_read_config_*() return value
 2020-08-03  6:56 UTC  (8+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).