linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-10 06:16:21 to 2018-01-16 12:30:44 UTC [more...]

[PATCH v2 00/15] Add MMCI support for STM32F SoCs family
 2018-01-16 12:30 UTC 

[PATCH v2] gpio: mmio: Also read bits that are zero
 2018-01-16 12:09 UTC  (4+ messages)

[PATCH v2 0/4] gpio: driver for the RPi3 GPIO expander
 2018-01-16 12:01 UTC  (15+ messages)
  ` [PATCH v2 1/4] ARM: bcm2835: sync firmware properties with downstream
` [PATCH v2 2/4] dt-bindings: gpio: add raspberry pi GPIO expander binding
` [PATCH v2 3/4] gpio: raspberrypi-exp: Driver for RPi3 GPIO expander via mailbox service
` [PATCH v2 4/4] ARM: dts: bcm2837-rpi-3-b: add GPIO expander

[PATCH][next] gpiolib: remove redundant initialization of pointer desc
 2018-01-16 11:56 UTC 

[PATCH] pinctrl: sprd: Use seq_putc() in sprd_pinconf_group_dbg_show()
 2018-01-16 10:08 UTC  (2+ messages)

[PATCH] pinctrl: pinmux: Use seq_putc() in pinmux_pins_show()
 2018-01-16 10:07 UTC  (2+ messages)

[PATCH] pinctrl/nomadik/abx500: Use seq_putc() in abx500_gpio_dbg_show()
 2018-01-16 10:06 UTC  (2+ messages)

[PATCH 0/4] gpio-stmpe: Adjustments for two function implementations
 2018-01-16 10:04 UTC  (9+ messages)
` [PATCH 1/4] gpio-stmpe: Use seq_putc() in stmpe_dbg_show()
` [PATCH 2/4] gpio-stmpe: Improve a size determination in stmpe_gpio_probe()
` [PATCH 3/4] gpio-stmpe: Move an assignment "
` [PATCH 4/4] gpio-stmpe: Delete an unnecessary variable initialisation "

[PATCH] gpio: mmio: Also read bits that are zero
 2018-01-16 10:01 UTC  (2+ messages)

[PATCH 0/6] Nintendo Wii GPIO driver
 2018-01-16  9:42 UTC  (9+ messages)
  ` [PATCH 1/6] resource: Extend the PPC32 reserved memory hack
` [PATCH 2/6] powerpc: wii: Explicitly configure GPIO owner for poweroff pin
` [PATCH 3/6] gpio: Add GPIO driver for Nintendo Wii
` [PATCH 4/6] dt-bindings: gpio: Add binding for Wii GPIO controller
` [PATCH 5/6] powerpc: wii.dts: Add ngpios property
` [PATCH 6/6] powerpc: wii.dts: Add GPIO line names

[PATCH v7 00/17] Add support for Cirrus Logic CS47L35/L85/L90/L91 codecs
 2018-01-16  9:27 UTC  (20+ messages)
` [PATCH v7 01/17] mfd: madera: Add register definitions for Cirrus Logic Madera codecs
` [PATCH v7 02/17] mfd: madera: Add DT bindings "
` [PATCH v7 03/17] mfd: madera: Add common support "
` [PATCH v7 04/17] mfd: madera: Register map tables for Cirrus Logic CS47L35
` [PATCH v7 05/17] mfd: madera: Register map tables for Cirrus Logic CS47L85
` [PATCH v7 06/17] mfd: madera: Register map tables for Cirrus Logic CS47L90/91
` [PATCH v7 07/17] regulator: arizona-micsupp: Add support for Cirrus Logic Madera codecs
` [PATCH v7 08/17] regulator: arizona-ldo1: "
` [PATCH v7 09/17] irqchip: Add driver "
` [PATCH v7 10/17] pinctrl: madera: Add DT bindings "
` [PATCH v7 11/17] pinctrl: madera: Add driver "
` [PATCH v7 12/17] gpio: madera: Support Cirrus Logic Madera class codecs
` [PATCH v7 13/17] ASoC: madera: Add DT bindings for Cirrus Logic Madera codecs
` [PATCH v7 14/17] ASoC: madera: Add common support "
` [PATCH v7 15/17] ASoC: cs47l35: Add codec driver for Cirrus Logic CS47L35
` [PATCH v7 16/17] ASoC: cs47l85: Add codec driver for Cirrus Logic CS47L85
` [PATCH v7 17/17] ASoC: cs47l90: Add codec driver for Cirrus Logic CS47L90

[RFC PATCH 0/2] fixing the gpio ownership
 2018-01-16  9:01 UTC  (5+ messages)
` [RFC PATCH 1/2] pinctrl: add consumer variant for gpio request
` [RFC PATCH 2/2] gpio: provide a consumer when requesting a gpio

[PATCH] gpio: No NULL owner
 2018-01-16  7:42 UTC 

[PATCH 00/14] Add MMCI support for STM32F SoCs family
 2018-01-16  7:38 UTC  (27+ messages)
` [PATCH 01/14] mmc: mmci: Don't pretend all variants to have MMCIMASK1 register
` [PATCH 02/14] mmc: mmci: Don't pretend all variants to have MCI_STARBITERR flag
` [PATCH 03/14] mmc: mmci: Add support for setting pad type via pinctrl
` [PATCH 04/14] mmc: mmci: Add STM32 variant
` [PATCH 05/14] ARM: dts: stm32: Add SDIO controller for stm32f746
` [PATCH 06/14] ARM: dts: stm32: Add SDIO controller for stm32f429
` [PATCH 07/14] ARM: dts: stm32: Add pin map for SDIO controller on stm32f4
` [PATCH 08/14] ARM: dts: stm32: Enable SDIO controller on stm32f469 disco board
` [PATCH 09/14] ARM: dts: stm32: Enable SDIO controller on stm32429i-eval board
` [PATCH 10/14] ARM: stm32: Add AMBA support for STM32F4 and STM32F7 SoCs
` [PATCH 11/14] ARM: configs: stm32: Enable MMC_ARMMMCI support
` [PATCH 12/14] ARM: configs: stm32: Enable EXT3_FS support
` [PATCH 13/14] clk: stm32: Add clk entry for SDMMC2 on stm32F769
` [PATCH 14/14] gpio: stmpe: i2c transfer are forbiden in atomic context

Neujahrsspende von 4.800.000 €
 2018-01-16  1:00 UTC 

Regression in v4.15 due to GPIO .get_multiple changes
 2018-01-15 21:49 UTC  (3+ messages)

[PATCH v3] gpio-mmio: Use the new .get_multiple() callback
 2018-01-15 19:28 UTC  (3+ messages)

[PATCH/RFT v3] gpio: gpio-rcar: Support S2RAM
 2018-01-15 18:20 UTC 

[RESEND RFC PATCH 0/2] fixing the gpio ownership
 2018-01-15 16:24 UTC  (3+ messages)
` [RFC PATCH 1/2] pinctrl: add consumer variant for gpio request
` [RFC PATCH 2/2] gpio: provide a consumer when requesting a gpio

[PATCH v1 4/4] ARM: dts: add pwm node for r40
 2018-01-15 11:19 UTC  (5+ messages)

[PATCH 0/3] tree-wide: don't use GPIOF_* with gpiod_get_direction
 2018-01-15 10:13 UTC  (5+ messages)
` [PATCH 1/3] extcon: int3496: "
` [PATCH 2/3] serial: mxs-auart: "
` [PATCH 3/3] backlight: pwm_bl: "

[PATCH] gpio-wm831x: Use seq_putc() in wm831x_gpio_dbg_show()
 2018-01-15 10:03 UTC  (2+ messages)

[bug report] gpio: label descriptors using the device name
 2018-01-15  9:55 UTC 

[PATCH v1 3/4] ARM: dts: add pwm pins for r40
 2018-01-15  8:39 UTC  (4+ messages)

[gpio:gpio-descriptors-regulator 7/26] arch/arm/mach-mmp/brownstone.c:164:15: error: variable 'brownstone_v_5vp_gpiod_table' has initializer but incomplete type
 2018-01-14 14:03 UTC 

[PATCH] gpio: omap: Fix error path on chip init
 2018-01-12 21:13 UTC  (2+ messages)

[PATCH v3 0/3] ACPI, ASoC, gpio: Add and use acpi_dev_get_first_match_name()
 2018-01-12 21:03 UTC  (11+ messages)
` [PATCH v3 3/3] ASoC: Intel - Convert to "
` [PATCH v3 1/3] ACPI / utils: Introduce acpi_dev_get_first_match_name()

[PATCH v2] gpio: omap: Give unique labels to each GPIO bank/chip
 2018-01-12 20:43 UTC  (2+ messages)

[PATCH v3 1/3] ACPI / utils: Introduce acpi_dev_get_first_match_name()
 2018-01-12 20:01 UTC  (2+ messages)
` Applied "ACPI: utils: Introduce acpi_dev_get_first_match_name()" to the asoc tree

[PATCH v3 2/3] gpio: merrifield: Add support of ACPI enabled platforms
 2018-01-12 20:01 UTC  (2+ messages)
` Applied "gpio: merrifield: Add support of ACPI enabled platforms" to the asoc tree

[gpio:devel 65/67] drivers//gpio/gpiolib.c:3786:47: error: incompatible type for argument 2 of 'acpi_gpio_update_gpiod_flags'
 2018-01-12  9:47 UTC 

[PATCH v3 00/27] kill devm_ioremap_nocache
 2018-01-12  9:12 UTC  (6+ messages)

[PATCH 1/7] pinctrl: sunxi: add support for pin controllers without bus gate
 2018-01-12  8:51 UTC  (14+ messages)
` [PATCH 3/7] pinctrl: sunxi: add support for the Allwinner H6 main pin controller
` [linux-sunxi] [PATCH 1/7] pinctrl: sunxi: add support for pin controllers without bus gate

[PATCH 5/7] clk: sunxi-ng: add support for the Allwinner H6 CCU
 2018-01-11 20:27 UTC  (2+ messages)

[PATCH 0/3] Support qcom pinctrl protected pins
 2018-01-11 19:56 UTC  (12+ messages)
` [PATCH 1/3] gpiolib: Export gpiochip_irqchip_irq_valid() to drivers
` [PATCH 2/3] dt-bindings: pinctrl: Add a ngpios-ranges property

[PATCH v1 2/4] ARM: PWM: add allwinner sun8i R40/V40/T3 pwm support
 2018-01-11 15:33 UTC  (3+ messages)

[PATCH] gpio: winbond: fix ISA_BUS_API dependency
 2018-01-11 13:00 UTC  (5+ messages)

[pinctrl:devel 63/65] drivers/pinctrl/freescale/pinctrl-imx6ul.c:343:33: warning: passing argument 2 of 'imx_pinctrl_probe' discards 'const' qualifier from pointer target type
 2018-01-11 12:27 UTC  (5+ messages)

[PATCH v1 1/4] dt-bindings: pwm: binding allwinner sun8i R40/V40/T3
 2018-01-11 11:31 UTC 

[PATCH v1 0/4] pwm support for allwinner sun8i R40/V40/T3 SOCs
 2018-01-11 11:31 UTC 

[PATCH] gpio: Add missing open drain/source handling to gpiod_set_value_cansleep()
 2018-01-11 10:29 UTC  (4+ messages)

[GIT PULL] GPIO fix for v4.15
 2018-01-11 10:02 UTC 

[PATCH -next] gpio: thunderx: fix error return code in thunderx_gpio_probe()
 2018-01-11  9:50 UTC  (3+ messages)

[PATCH 0/2] pinctrl: meson: use one uniform 'function' name
 2018-01-11  9:46 UTC  (6+ messages)

[PATCH 1/2] pinctrl: mediatek: mt7622: fix potential uninitialized value being returned
 2018-01-11  9:44 UTC  (6+ messages)
` [PATCH 2/2] pinctrl: mediatek: mt7622: align error handling of mtk_hw_get_value call

[PATCH] pinctrl: uniphier: refactor drive strength get/set functions
 2018-01-11  9:41 UTC  (2+ messages)

[PATCH 0/4] gpio: driver for the RPi3 GPIO expander
 2018-01-11  9:39 UTC  (5+ messages)
` [PATCH 3/4] bcm2835-gpio-exp: Driver for GPIO expander via mailbox service

[PATCH 0/7] Initial Allwinner H6 support
 2018-01-11  9:38 UTC  (3+ messages)
    ` [linux-sunxi] "

[PATCH v2 1/2] dt-bindings: pinctrl: Add Qualcomm SDM845 TLMM binding
 2018-01-11  6:00 UTC  (2+ messages)
` [PATCH v2 2/2] pinctrl: qcom: Add sdm845 pinctrl driver

[RESEND PATCH] ARM: pinctrl: sunxi-pinctrl: fix pin funtion can not be match correctly
 2018-01-10 13:45 UTC  (2+ messages)

[PATCH] gpio: Add GPIO support for the ACCES PCIe-IDIO-24 family
 2018-01-10 13:40 UTC  (2+ 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).