messages from 2017-05-23 07:16:36 to 2017-05-26 16:02:29 UTC [more...]
[PATCH v3 00/10] serial/gpio: exar: Fixes and support for IOT2000
2017-05-26 16:02 UTC (2+ messages)
` [PATCH v3 02/10] gpio-exar/8250-exar: Do not even instantiate a GPIO device for Commtech cards
[PATCH 0/8] serial/gpio: exar: Fixes and support for IOT2000
2017-05-26 14:22 UTC (4+ messages)
` [PATCH 1/8] serial: exar: Preconfigure xr17v35x MPIOs as output
[PATCH] pinctrl: amd: don't load pinctrl-amd on Gigabyte AM4 boards
2017-05-26 10:18 UTC (3+ messages)
[PATCH] pinctrl/amd: Use regular interrupt instead of chained
2017-05-26 9:57 UTC (5+ messages)
[PATCH v2 0/4] Add iomux-route switching support
2017-05-26 7:20 UTC (5+ messages)
` [PATCH v2 1/4] pinctrl: rockchip: "
` [PATCH v2 2/4] pinctrl: rockchip: Add iomux-route switching support for rk3228
` [PATCH v2 3/4] pinctrl: rockchip: Add iomux-route switching support for rk3328
` [PATCH v2 4/4] pinctrl: rockchip: Add iomux-route switching support for rk3399
[PATCH 0/4] Add iomux-route switching support
2017-05-26 3:38 UTC (7+ messages)
` [PATCH 1/4] pinctrl: rockchip: "
` [PATCH 2/4] pinctrl: rockchip: Add iomux-route switching support for rk3228
` [PATCH 3/4] pinctrl: rockchip: Add iomux-route switching support for rk3328
` [PATCH 4/4] pinctrl: rockchip: Add iomux-route switching support for rk3399
linux-next: Tree for May 25 (gpio-ingenic.c)
2017-05-25 17:48 UTC (2+ messages)
` linux-next: Tree for May 25 (pinctrl-ingenic.c)
[PATCH 0/3] gpio: move include files out of include/linux/i2c
2017-05-25 17:09 UTC (9+ messages)
` [PATCH 1/3] gpio: max732x: move header file out of I2C realm
` [PATCH 2/3] gpio: pcf857x: "
` [PATCH 3/3] gpio: adp5588: "
[PATCH v1] gpiolib: Re-use bitmap_fill() instead of open coded loop
2017-05-25 13:08 UTC
[PATCH 0/3] gpio: check the return value of irq_alloc_generic_chip()
2017-05-25 8:37 UTC (4+ messages)
` [PATCH 1/3] gpio: pch: "
` [PATCH 2/3] gpio: sta2x11: "
` [PATCH 3/3] gpio: ml-ioh: "
[PATCH 00/10] gpio: mockup: updates for 4.13
2017-05-25 8:33 UTC (11+ messages)
` [PATCH 01/10] gpio: mockup: fix direction values
` [PATCH 02/10] gpio: mockup: add prefixes to the direction enum
` [PATCH 03/10] gpio: mockup: be quiet unless something goes wrong
` [PATCH 04/10] gpio: mockup: support irqmask and irqunmask
` [PATCH 05/10] gpio: mockup: improve the debugfs input sanitization
` [PATCH 06/10] gpio: mockup: refuse to accept an odd number of GPIO ranges
` [PATCH 07/10] gpio: mockup: improve readability
` [PATCH 08/10] gpio: mockup: don't return magic numbers from probe()
` [PATCH 09/10] gpio: mockup: improve the error message
` [PATCH 10/10] gpio: mockup: add myself as author
[PATCH V3 1/2] dt-bindings: pinctrl: add imx7ulp pinctrl binding doc
2017-05-25 7:42 UTC (6+ messages)
` [PATCH V3 2/2] pinctrl: imx: add imx7ulp driver
[PATCH V2 0/5] pinctrl: imx: add generic pin config and imx7ulp support
2017-05-25 6:48 UTC (10+ messages)
` [PATCH V2 4/5] dt-bindings: pinctrl: add imx7ulp pinctrl binding doc
[PATCH v5] gpio: Add driver for ACPI INT0002 Virtual GPIO device
2017-05-24 23:12 UTC (4+ messages)
[PATCH v3] gpio: Add driver for ACPI INT0002 Virtual GPIO device
2017-05-24 23:10 UTC (4+ messages)
[PATCH 0/2] pinctrl: samsung: Split per ARMv7/v8 arch
2017-05-24 16:39 UTC (2+ messages)
[PATCH] gpio: mvebu: Select REGMAP_MMIO now that regmap is used
2017-05-24 14:32 UTC
[gpio:devel 8/12] drivers/gpio/gpio-mvebu.c:1062: undefined reference to `__devm_regmap_init_mmio_clk'
2017-05-24 14:06 UTC
[PATCH/RFC] ARM: dts: armadillo800eva: Split LCD mux and gpio
2017-05-24 13:36 UTC (3+ messages)
[PATCH 1/2] dt-bindings: pinctrl: add most other IPQ4019 pin functions and groups
2017-05-24 13:04 UTC (6+ messages)
` [PATCH 2/2] pinctrl: qcom: ipq4019: add remaining pin definitions
[RFC] pinctrl: sh-pfc: propagate errors on group config
2017-05-24 12:27 UTC (5+ messages)
[PATCH v2 00/12] gpio: acpi: Make it working
2017-05-24 12:06 UTC (17+ messages)
` [PATCH v2 01/12] gpiolib: Export gpiod_configure_flags() to internal users
` [PATCH v2 02/12] gpio: acpi: Align acpi_find_gpio() with DT version
` [PATCH v2 03/12] gpio: acpi: Do sanity check for GpioInt in acpi_find_gpio()
` [PATCH v2 04/12] gpio: acpi: Even more tighten up ACPI GPIO lookups
` [PATCH v2 05/12] gpio: acpi: Synchronize acpi_find_gpio() and acpi_gpio_count()
` [PATCH v2 06/12] gpio: acpi: Explain how to get GPIO descriptors in ACPI case
` [PATCH v2 07/12] gpio: acpi: Factor out acpi_gpio_to_gpiod_flags() helper
` [PATCH v2 08/12] gpio: acpi: Override GPIO initialization flags
` [PATCH v2 09/12] gpio: acpi: Split out acpi_gpio_get_irq_resource() helper
` [PATCH v2 10/12] PNP / ACPI: add support for GpioInt resource type
` [PATCH v2 11/12] PNP / ACPI: join strings back for better maintenance
` [PATCH v2 12/12] PNP / ACPI: remove FSF address
[PATCH v4 0/1] gpio: Add driver for ACPI INT0002 Virtual GPIO device
2017-05-24 11:10 UTC (5+ messages)
` [PATCH v4] "
Right amount of info in the DT
2017-05-24 9:41 UTC (11+ messages)
[PATCH 0/2] pinctrl: pinctrl-imx: add gpio support for mx7ulp
2017-05-24 8:59 UTC (14+ messages)
` [PATCH 1/2] pinctrl: pinctrl-imx: add IBE and OBE SoC property
` [PATCH 2/2] pinctrl: pinctrl-imx: do not assume mux 0 is gpio
[PATCH 0/5] pinctrl: meson: new pins and fixes round 2
2017-05-24 8:57 UTC (11+ messages)
` [PATCH 1/5] pinctrl: meson-gxl: Fix typo in AO I2S pins
` [PATCH 2/5] pinctrl: meson-gxl: Fix typo in AO SPDIF pins
` [PATCH 3/5] pinctrl: meson-gxbb: Add CEC pins
` [PATCH 4/5] pinctrl: meson-gxl: "
` [PATCH 5/5] pinctrl: meson-gxl: Add Ethernet PHY LEDS pins
[PATCH v2 1/5] gpio: of: Reflect decoupling of open collector and active low/high
2017-05-24 8:42 UTC (8+ messages)
` [PATCH v2 2/5] gpio: Add new flags to control sleep status of GPIOs
` [PATCH v2 3/5] gpio: arizona: Add support for GPIOs that need to be maintained
` [PATCH v2 4/5] gpio: of: Add documentation of new sleep standard GPIO specifiers
` [PATCH v2 5/5] mfd: arizona: Update GPIO binding for newly supported specifiers
[PATCH 0/2] pinctrl: meson: Add missing GPIODV_18 pin for GXBB and GXL
2017-05-24 8:38 UTC (5+ messages)
` [PATCH 1/2] pinctrl: meson-gxl: Add missing GPIODV_18 pin entry
` [PATCH 2/2] pinctrl: meson-gxbb: "
[PATCH] powerpc: sysdev: simple_gpio: fix Oops in gpio save_regs function
2017-05-24 8:01 UTC
[PATCH 0/3] pinctrl: bcm/samsung/tegra: make bool code non-modular
2017-05-24 0:42 UTC (12+ messages)
` [PATCH 1/3] pinctrl: samsung: clean up modular vs. non-modular distinctions
` [PATCH 3/3] pinctrl: bcm: "
[PATCH] MAINTAINERS: remove self from GPIO maintainers
2017-05-23 22:47 UTC (3+ messages)
gpio-exar: Why filtering out Commtech devices?
2017-05-23 21:16 UTC (8+ messages)
[PATCH] gpio: xlp: update GPIO_XLP dependency
2017-05-23 20:57 UTC (2+ messages)
[PATCH 1/3] pinctrl: samsung: Constify wakeup driver specific data
2017-05-23 18:41 UTC (3+ messages)
` [PATCH 2/3] pinctrl: samsung: Handle memory allocation failure during wakeup banks init
` [PATCH 3/3] pinctrl: samsung: Explicitly cast pointer returned by of_iomap() to iomem
[PATCH v5 01/10] pinctrl: generic: Add bi-directional and output-enable
2017-05-23 18:37 UTC (14+ messages)
[PATCH v2 1/8] mfd: intel_soc_pmic_bxtwc: fix TMU interrupt index
2017-05-23 17:30 UTC (12+ messages)
` [PATCH v2 3/8] thermal: intel_bxt_pmic_thermal: use first level PMIC thermal irq
` [PATCH v3 1/8] mfd: intel_soc_pmic_bxtwc: fix TMU interrupt index
` [PATCH v3 2/8] mfd: intel_soc_pmic_bxtwc: remove thermal second level irqs
` [PATCH v3 3/8] thermal: intel_bxt_pmic_thermal: use first level PMIC thermal irq
` [PATCH v3 4/8] mfd: intel_soc_pmic_bxtwc: remove second level irq for gpio device
` [PATCH v3 5/8] gpio: gpio-wcove: use first level PMIC GPIO irq
` [PATCH v3 6/8] mfd: intel_soc_pmic_bxtwc: utilize devm_* functions in driver probe
` [PATCH v3 7/8] mfd: intel_soc_pmic_bxtwc: use chained irqs for second level irq chips
` [PATCH v3 8/8] platform: x86: intel_bxtwc_tmu: remove first level irq unmask
[PATCH v5 0/4] gpio: mvebu: Add PWM fan support
2017-05-23 14:00 UTC (10+ messages)
` [PATCH v6 2/4] ARM: dts: mvebu: Add PWM properties to .dtsi files
` [PATCH v6 3/4] ARM: mvebu: Enable SENSORS_PWM_FAN in defconfig
` [PATCH v6 4/4] ARM: dts: armada-xp: Use pwm-fan rather than gpio-fan
[PATCH 1/3] gpio: Add new flags to control sleep status of GPIOs
2017-05-23 13:38 UTC (10+ messages)
` [PATCH 2/3] gpio: arizona: Add support for GPIOs that need to be maintained
` [PATCH 3/3] mfd: arizona: Update GPIO binding for newly supported flag
[PATCH 0/6] Extend mvebu gpio driver to support the controllers of the Marvell Armada 7K/8K
2017-05-23 13:06 UTC (10+ messages)
` [PATCH 1/6] gpio: mvebu: sort header include
` [PATCH 2/6] gpio: mvebu: switch to regmap for register access
` [PATCH 3/6] gpio: dt-bindings: Add documentation for gpio controllers on Armada 7K/8K
` [PATCH 4/6] gpio: mvebu: allow building driver for "
[PATCH 0/6] ARM: sun8i: a83t: Enable SPDIF output support
2017-05-23 9:32 UTC (3+ messages)
` [PATCH 3/6] pinctrl: sunxi: Fix SPDIF function name for A83T
[PATCH] pinctrl: mxs: atomically switch mux and drive strength config
2017-05-23 9:28 UTC (2+ messages)
[PATCH v2 0/5] Add minimal boot support for IPQ8074
2017-05-23 9:26 UTC (10+ messages)
` [PATCH v2 1/5] pinctrl: qcom: Add ipq8074 pinctrl driver
[PATCH 0/9] Add support for the pin controllers on the Marvell Armada 7K/8K
2017-05-23 9:23 UTC (3+ messages)
` [PATCH 1/9] MAINTAINERS: extend mvebu SoC entry with pinctrl drivers
[PATCH] gpio: davinci: Handle return value of clk_prepare_enable
2017-05-23 9:18 UTC
[PATCH 00/29] Standardize doc formats - part 3
2017-05-23 9:12 UTC (3+ messages)
` [PATCH 01/29] pinctrl.txt: standardize document format
[PATCH RfC v3 0/7] pintrl: meson: add support for GPIO IRQs
2017-05-23 9:01 UTC (3+ messages)
` [PATCH RfC v3 6/7] pinctrl: meson: add support for GPIO interrupts
[PATCH v2 0/6] pintrl: meson: add support for GPIO IRQs
2017-05-23 8:38 UTC (13+ messages)
` [PATCH v2 2/6] pintrl: meson: document GPIO IRQ DT binding
` [PATCH v2 6/6] pintrl: meson: add support for GPIO interrupts
[PATCH] pinctrl: core: do not explicitly free on unregister
2017-05-23 8:20 UTC (2+ messages)
[PATCH v2 0/3] pinctrl: cherryview: Extend the DMI quirk to Intel_Strago systems
2017-05-23 8:09 UTC (7+ messages)
` [PATCH v2 1/3] firmware: dmi: Add DMI_PRODUCT_FAMILY identification string
` [PATCH v2 2/3] pinctrl: cherryview: Add terminate entry for dmi_system_id tables
` [PATCH v2 3/3] pinctrl: cherryview: Extend the Chromebook DMI quirk to Intel_Strago systems
[PATCH] gpio: crystalcove: Do not write regular gpio registers for virtual GPIOs
2017-05-23 8:03 UTC (2+ messages)
[PATCH 0/3] pinctrl: cherryview: Extend the DMI quirk to Intel_Strago systems
2017-05-23 8:00 UTC (2+ messages)
[PATCHv3 00/14] mcp23s08 pinconf & cleanup
2017-05-23 7:55 UTC (2+ messages)
[PATCH 0/3] mfd: move include files out of include/linux/i2c
2017-05-23 7:42 UTC (5+ messages)
` [PATCH 3/3] mfd: twl: move header file out of I2C realm
[PATCH v2 00/18] Add support for Cirrus Logic CS47L35/L85/L90/L91 codecs
2017-05-23 7:24 UTC (9+ messages)
` [PATCH v2 01/18] mfd: madera: Add register definitions for Cirrus Logic Madera codecs
` [PATCH v2 04/18] mfd: madera: Register map tables for Cirrus Logic CS47L35
` [PATCH v2 05/18] mfd: madera: Register map tables for Cirrus Logic CS47L85
` [PATCH v2 06/18] mfd: madera: Register map tables for Cirrus Logic CS47L90/91
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).