linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-03 15:01:51 to 2020-09-08 08:12:53 UTC [more...]

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

[PATCH V3 1/3] pinctrl: imx: Use function callbacks for SCU related functions
 2020-09-08  7:53 UTC  (7+ messages)
` [PATCH V3 2/3] pinctrl: imx: Support building SCU pinctrl core driver as module
` [PATCH V3 3/3] pinctrl: imx: Support building i.MX "

[PATCH v2 0/2] Remove MT6779 UART3 clock support
 2020-09-08  6:31 UTC  (6+ messages)
        `  "

[PATCH v10 0/3] Add basic SoC Support for Mediatek MT6779 SoC
 2020-09-08  6:25 UTC  (3+ messages)
` [PATCH v10 3/3] clk: mediatek: add UART0 clock support

[PATCH V2 1/3] pinctrl: imx: Use function callbacks for SCU related functions
 2020-09-08  5:06 UTC  (8+ messages)
` [PATCH V2 2/3] pinctrl: imx: Support building SCU pinctrl core driver as module
` [PATCH V2 3/3] pinctrl: imx: Support building i.MX "

[PATCH 0/6] rockchip-pinctrl fixes for GKI
 2020-09-08  2:19 UTC  (24+ messages)
` [PATCH 1/6] pinctrl: rockchip: make driver be tristate module
` [PATCH 2/6] pinctrl: rockchip: enable gpio pclk for rockchip_gpio_to_irq
` [PATCH 3/6] pinctrl: rockchip: create irq mapping in gpio_to_irq
` [PATCH 4/6] pinctrl: rockchip: do not set gpio if bank invalid
` [PATCH 5/6] pinctrl: rockchip: fix crash caused by invalid gpio bank
` [PATCH 6/6] pinctrl: rockchip: populate platform device for rockchip gpio
` [PATCH v2 0/5] rockchip-pinctrl fixes for GKI
  ` [PATCH 1/5] pinctrl: rockchip: depend on OF
  ` [PATCH 2/5] pinctrl: rockchip: make driver be tristate module
  ` [PATCH 3/5] pinctrl: rockchip: enable gpio pclk for rockchip_gpio_to_irq
  ` [PATCH 4/5] pinctrl: rockchip: create irq mapping in gpio_to_irq
  ` [PATCH 5/5] pinctrl: rockchip: populate platform device for rockchip gpio
    ` [PATCH] "

[PATCH v2 0/3] 98dx3236 i2c related fixes
 2020-09-07 21:17 UTC  (4+ messages)
` [PATCH v2 1/3] pinctrl: mvebu: Fix i2c sda definition for 98DX3236
` [PATCH v2 2/3] ARM: dts: Remove non-existent i2c1 from 98dx3236
` [PATCH v2 3/3] ARM: dts: Add i2c0 pinctrl information for 98dx3236

[PATCH 0/3] 98dx3236 i2c related fixes
 2020-09-07 21:11 UTC  (10+ messages)
` [PATCH 1/3] pinctrl: mvebu: Fix i2c sda definition for 98DX3236
` [PATCH 2/3] ARM: dts: Remove non-existent i2c1 from 98dx3236
` [PATCH 3/3] ARM: dts: Add i2c0 pinctrl information for 98dx3236

[PATCH 00/23] gpio: mockup: support dynamically created and removed chips
 2020-09-07 16:08 UTC  (71+ messages)
` [PATCH 01/23] lib: cmdline: export next_arg()
` [PATCH 02/23] lib: string_helpers: provide kfree_strarray()
` [PATCH 03/23] lib: uaccess: provide getline_from_user()
` [PATCH 04/23] gpiolib: generalize devprop_gpiochip_set_names() for device properties
` [PATCH 05/23] gpiolib: unexport devprop_gpiochip_set_names()
` [PATCH 06/23] gpiolib: switch to simpler IDA interface
` [PATCH 07/23] gpio: mockup: drop unneeded includes
` [PATCH 08/23] gpio: mockup: use pr_fmt()
` [PATCH 09/23] gpio: mockup: use KBUILD_MODNAME
` [PATCH 10/23] gpio: mockup: fix resource leak in error path
` [PATCH 11/23] gpio: mockup: remove the limit on number of dummy chips
` [PATCH 12/23] gpio: mockup: define a constant for chip label size
` [PATCH 13/23] gpio: mockup: pass the chip label as device property
` [PATCH 14/23] gpio: mockup: use the generic 'gpio-line-names' property
` [PATCH 15/23] gpio: mockup: use dynamic device IDs
` [PATCH 16/23] gpio: mockup: refactor the module init function
` [PATCH 17/23] gpio: mockup: rename and move around debugfs callbacks
` [PATCH 18/23] gpio: mockup: require debugfs to build
` [PATCH 19/23] gpio: mockup: add a symlink for the per-chip debugfs directory
` [PATCH 20/23] gpio: mockup: add a lock for dummy device list
` [PATCH 21/23] gpio: mockup: provide a way to delete dummy chips
` [PATCH 22/23] gpio: mockup: provide a way to create new "
` [PATCH 23/23] Documentation: gpio: add documentation for gpio-mockup

[PATCH 1/2] pinctrl: mt65xx: add OF bindings for MT8167
 2020-09-07 11:02 UTC  (2+ messages)
` [PATCH 2/2] pinctrl: mediatek: Add MT8167 Pinctrl driver

[PATCH v2] gpio: siox: explicitly support only threaded irqs
 2020-09-07 16:15 UTC  (2+ messages)

[PATCH] gpio: siox: indicate exclusive support of threaded IRQs
 2020-09-07 15:33 UTC  (3+ messages)

[PATCH] pinctrl: sh-pfc: r8a7790: Add VIN pins used by iwg21d-q7-dbcm-ca board
 2020-09-07 14:55 UTC 

SONY IR issue
 2020-09-07  8:51 UTC  (4+ messages)

[PATCH] pinctrl: cherryview: Preserve CHV_PADCTRL1_INVRXTX_TXDATA flag on GPIOs
 2020-09-07  8:42 UTC  (7+ messages)

[PATCH 1/2] pinctrl: imx: Support building SCU pinctrl driver as module
 2020-09-07  8:35 UTC  (15+ messages)
` [PATCH 2/2] pinctrl: imx: Support building i.MX "

[PATCH v3 0/8] Add Toshiba Visconti ARM64 Platform support
 2020-09-06 23:08 UTC  (5+ messages)

[PATCH v2 0/3] pinctrl: Ingenic: Add support for SSI and I2S pins
 2020-09-06 17:17 UTC  (9+ messages)
` [PATCH v2 1/3] pinctrl: Ingenic: Add SSI pins support for JZ4770 and JZ4780
` [PATCH v2 2/3] pinctrl: Ingenic: Correct the pullup and pulldown parameters of JZ4780

[libgpiod] Integer overflow in C++ binding on 32bit systems causes wrong event timestamps
 2020-09-06 16:52 UTC 

[PATCH 0/1] Input: soc_button_array - Work around DSDTs which modify the irqflags
 2020-09-06 12:20 UTC  (2+ messages)
` [PATCH] "

[PATCH] pinctrl: rockchip: depend on OF
 2020-09-05 21:49 UTC 

GREETINGS!!!
 2020-09-05 18:36 UTC 

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

[PATCH 1/6] dt-bindings: gpio: Convert bindings for NXP PCA953x family to dtschema
 2020-09-05  6:16 UTC  (3+ messages)
` [PATCH 6/6] ARM: dts: vf: Fix PCA95xx GPIO expander properties on ZII CFU1

[GIT PULL] gpio: fixes for v5.9-rc4
 2020-09-04 15:52 UTC 

[GIT PULL] dt-bindings: gpio: fsl-imx-gpio: Cleanup for v5.10
 2020-09-04 15:11 UTC 

[PATCH v6 00/20] gpio: cdev: add uAPI v2
 2020-09-04 13:02 UTC  (7+ messages)
` [PATCH v6 04/20] gpio: uapi: define "

[GIT PULL] pinctrl: sh-pfc: Updates for v5.10
 2020-09-04 11:48 UTC 

[PATCH v5 0/6] irqchip: qcom: pdc: Introduce irq_set_wake call
 2020-09-04  9:54 UTC  (12+ messages)
` [PATCH v5 3/6] genirq/PM: Introduce IRQCHIP_ENABLE_WAKEUP_ON_SUSPEND flag

[PATCH v2 0/3] pinctrl: Adding support for Microchip/Microsemi serial GPIO controller
 2020-09-03 13:35 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: pinctrl: Add bindings for pinctrl-mchp-sgpio driver
` [PATCH v2 3/3] arm64: dts: sparx5: Add SGPIO devices


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).