linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-25 07:51:28 to 2019-06-28 09:31:06 UTC [more...]

[PATCH V4 2/2] gpio: inverter: document the inverter bindings
 2019-06-28  9:30 UTC 

[PATCH V4 0/2] Add Inverter controller for gpio configuration
 2019-06-28  9:22 UTC  (6+ messages)
` [PATCH V4 1/2] gpio: inverter: "
` [PATCH V4 2/2] gpio: inverter: document the inverter bindings

[PATCH 1/4 v1] gpio: Add support for hierarchical IRQ domains
 2019-06-28  9:14 UTC  (4+ messages)

[PATCH v2 0/8] pinctrl: aspeed: Preparation for AST2600
 2019-06-28  2:38 UTC  (9+ messages)
` [PATCH v2 1/8] dt-bindings: pinctrl: aspeed: Split bindings document in two
` [PATCH v2 2/8] dt-bindings: pinctrl: aspeed: Convert AST2400 bindings to json-schema
` [PATCH v2 3/8] dt-bindings: pinctrl: aspeed: Convert AST2500 "
` [PATCH v2 4/8] MAINTAINERS: Add entry for ASPEED pinctrl drivers
` [PATCH v2 5/8] pinctrl: aspeed: Correct comment that is no longer true
` [PATCH v2 6/8] pinctrl: aspeed: Clarify comment about strapping W1C
` [PATCH v2 7/8] pinctrl: aspeed: Split out pinmux from general pinctrl
` [PATCH v2 8/8] pinctrl: aspeed: Add implementation-related documentation

[PATCH V5 00/18] SC7 entry and exit support for Tegra210
 2019-06-28  2:12 UTC  (19+ messages)
` [PATCH V5 01/18] irqchip: tegra: Do not disable COP IRQ during suspend
` [PATCH V5 02/18] pinctrl: tegra: Add suspend and resume support
` [PATCH V5 03/18] clk: tegra: Save and restore divider rate
` [PATCH V5 04/18] clk: tegra: pllout: Save and restore pllout context
` [PATCH V5 05/18] clk: tegra: pll: Save and restore pll context
` [PATCH V5 06/18] clk: tegra: Save and restore CPU and System clocks context
` [PATCH V5 07/18] clk: tegra: Support for saving and restoring OSC context
` [PATCH V5 08/18] clk: tegra: Add suspend resume support for DFLL
` [PATCH V5 09/18] clk: tegra: Add save and restore context support for peripheral clocks
` [PATCH V5 10/18] clk: tegra210: Use fence_udelay during PLLU init
` [PATCH V5 11/18] clk: tegra210: Add support for Tegra210 clocks
` [PATCH V5 12/18] soc/tegra: pmc: Allow support for more tegra wake
` [PATCH V5 13/18] soc/tegra: pmc: Add pmc wake support for tegra210
` [PATCH V5 14/18] arm64: tegra: Enable wake from deep sleep on RTC alarm
` [PATCH V5 15/18] soc/tegra: pmc: Configure core power request polarity
` [PATCH V5 16/18] soc/tegra: pmc: Configure deep sleep control settings
` [PATCH V5 17/18] arm64: dts: tegra210-p2180: Jetson TX1 SC7 timings
` [PATCH V5 18/18] arm64: dts: tegra210-p3450: Jetson nano "

[PATCH 0/8] pinctrl: aspeed: Preparation for AST2600
 2019-06-28  1:01 UTC  (26+ messages)
` [PATCH 1/8] dt-bindings: pinctrl: aspeed: Split bindings document in two
` [PATCH 2/8] dt-bindings: pinctrl: aspeed: Convert AST2400 bindings to json-schema
` [PATCH 3/8] dt-bindings: pinctrl: aspeed: Convert AST2500 "
` [PATCH 4/8] MAINTAINERS: Add entry for ASPEED pinctrl drivers
` [PATCH 5/8] pinctrl: aspeed: Correct comment that is no longer true
` [PATCH 6/8] pinctrl: aspeed: Clarify comment about strapping W1C
` [PATCH 7/8] pinctrl: aspeed: Split out pinmux from general pinctrl
` [PATCH 8/8] pinctrl: aspeed: Add implementation-related documentation

[PATCH 3/5 v3] gpio: siox: Pass irqchip when adding gpiochip
 2019-06-27 17:02 UTC 

[PATCH] gpio: tegra: Clean-up debugfs initialisation
 2019-06-27 16:25 UTC  (3+ messages)

[GIT PULL] gpio: updates for v5.3
 2019-06-27 16:23 UTC  (2+ messages)

[PATCH v15 0/7] support ROHM BD70528 PMIC
 2019-06-27 13:30 UTC  (2+ messages)
` [GIT PULL] Immutable branch between MFD, Clk, GPIO, Power, Regulator and RTC due for the v5.3 merge window

[PATCH v2] pinctrl: mediatek: Update cur_mask in mask/mask ops
 2019-06-27 11:23 UTC  (2+ messages)

[PATCH V3 0/2] Add Inverter controller for gpio configuration
 2019-06-27 11:11 UTC  (3+ messages)
` [PATCH V3 1/2] gpio: inverter: "

[PATCH] gpio: pl061: Pass irqchip when adding gpiochip
 2019-06-27 10:32 UTC  (3+ messages)

[PATCH] gpio: ath79: Pass irqchip when adding gpiochip
 2019-06-27 10:19 UTC  (2+ messages)

[PATCH 1/2] pinctrl: remove unneeded #ifdef around declarations
 2019-06-27  0:59 UTC  (3+ messages)

[PATCH] gpio: siox: Pass irqchip when adding gpiochip
 2019-06-26 19:36 UTC  (5+ messages)

[RFC] Addition of kernel
 2019-06-26 18:16 UTC  (5+ messages)

[PATCH 01/30] include: linux: platform_device: more helpers for declaring platform drivers
 2019-06-26 17:27 UTC  (4+ messages)

siox: driver init boilerplate reduction v3
 2019-06-26 17:31 UTC  (6+ messages)
` [PATCH 1/2] siox: add helper macro to simplify driver registration
` [PATCH 2/2] drivers: gpio: siox: use module_siox_driver()

[PATCH V4 00/18] SC7 entry and exit support for Tegra210
 2019-06-26 17:06 UTC  (20+ messages)
` [PATCH V4 02/18] pinctrl: tegra: add suspend and resume support
` [PATCH V4 03/18] gpio: tegra: use resume_noirq for tegra gpio resume
` [PATCH V4 10/18] clk: tegra: add save and restore context support for peripheral clocks
` [PATCH V4 11/18] clk: tegra210: use fence_udelay during PLLU init
` [PATCH V4 12/18] clk: tegra210: support for Tegra210 clocks suspend and resume
` [PATCH V4 14/18] soc/tegra: pmc: add pmc wake support for tegra210
` [PATCH V4 18/18] arm64: dts: tegra210-p2180: Jetson TX1 SC7 timings

[PATCH v1] arm64: dts: qcom: msm8998: Add i2c5 pins
 2019-06-26 16:20 UTC 

How to write "modern" pinctrl DT node
 2019-06-26 15:30 UTC  (6+ messages)
      ` [PATCH v1] pinctrl: msm8998: Squash TSIF pins together

[PATCH v3] gpio: mockup: no need to check return value of debugfs_create functions
 2019-06-26 12:22 UTC  (4+ messages)

[PATCH 1/5] gpio: siox: Do not call gpiochip_remove() on errorpath
 2019-06-26 11:49 UTC  (11+ messages)
` [PATCH 2/5] gpio: siox: Switch to IRQ_TYPE_NONE
` [PATCH 3/5] gpio: siox: Pass irqchip when adding gpiochip
` [PATCH 4/5] gpio: siox: Add struct device *dev helper variable
` [PATCH 5/5] gpio: siox: Use devm_ managed gpiochip

[PATCH] unicore: Drop pointless include
 2019-06-26  9:34 UTC 

[PATCH] x86: platform/geode: Drop <linux/gpio.h> includes
 2019-06-26  9:21 UTC 

[RFC/RFT v2 00/14] arm64: g12a: add support for DVFS
 2019-06-26  9:06 UTC  (15+ messages)
` [RFC/RFT v2 01/14] pinctrl: meson-g12a: add pwm_a on GPIOE_2 pinmux
` [RFC/RFT v2 02/14] clk: core: introduce clk_hw_set_parent()
` [RFC/RFT v2 03/14] clk: meson: regmap: export regmap_div ops functions
` [RFC/RFT v2 04/14] clk: meson: eeclk: add setup callback
` [RFC/RFT v2 05/14] soc: amlogic: meson-clk-measure: protect measure with a mutex
` [RFC/RFT v2 06/14] soc: amlogic: meson-clk-measure: add G12B second cluster cpu clk
` [RFC/RFT v2 07/14] clk: meson: g12a: add notifiers to handle cpu clock change
` [RFC/RFT v2 08/14] clk: meson: g12a: expose CPUB clock ID for G12B
` [RFC/RFT v2 09/14] arm64: dts: move common G12A & G12B modes to meson-g12-common.dtsi
` [RFC/RFT v2 10/14] arm64: dts: meson-g12-common: add pwm_a on GPIOE_2 pinmux
` [RFC/RFT v2 11/14] arm64: dts: meson-g12a: add cpus OPP table
` [RFC/RFT v2 12/14] arm64: dts: meson-g12a: enable DVFS on G12A boards
` [RFC/RFT v2 13/14] arm64: dts: meson-g12b: add cpus OPP tables
` [RFC/RFT v2 14/14] arm64: dts: meson-g12b-odroid-n2: enable DVFS

[PATCH 1/2] pinctrl: madera: Fixup SPDX headers
 2019-06-26  7:52 UTC  (4+ messages)
` [PATCH 2/2] gpio: "

[gpio:devel-hierarchical-irqchip 44/62] drivers/gpio/gpio-amd-fch.c:173:57: sparse: sparse: incorrect type in argument 2 (different modifiers)
 2019-06-26  5:32 UTC 

[gpio:gpio-descriptors-spi 14/14] drivers//spi/spi-pl022.c:451:22: error: 'struct pl022' has no member named 'cur_cs'; did you mean 'cur_msg'?
 2019-06-26  3:57 UTC 

[PATCH AUTOSEL 5.1 35/51] gpio: pca953x: hack to fix 24 bit gpio expanders
 2019-06-26  3:40 UTC 

[gpio:gpio-descriptors-spi 14/14] drivers/spi/spi-pl022.c:1861:4: error: implicit declaration of function 'of_property_read_u32'; did you mean '__percpu_read_32'?
 2019-06-26  2:57 UTC 

8e2fc846a9 ("Merge remote-tracking branch 'gpio/for-next'"): BUG: kernel reboot-without-warning in boot stage
 2019-06-26  1:33 UTC 

[gpio:gpio-descriptors-spi 14/14] drivers/spi/spi-pl022.c:451:27: error: no member named 'cur_cs' in 'struct pl022'; did you mean 'cur_msg'?
 2019-06-26  0:42 UTC 

[gpio:devel-hierarchical-irqchip 44/62] drivers//gpio/gpio-amd-fch.c:173:49: warning: passing argument 2 of 'devm_ioremap_resource' discards 'const' qualifier from pointer target type
 2019-06-26  0:06 UTC 

[PATCH v2 0/4] Add support for Marvell 98DX1135
 2019-06-25 21:35 UTC  (10+ messages)
` [PATCH v2 1/4] dt-bindings: pinctrl: mvebu: Document bindings for 98DX1135
` [PATCH v2 2/4] dt-bindings: clock: mvebu: Add compatible string for 98dx1135 core clock
` [PATCH v2 3/4] pinctrl: mvebu: Add support for MV98DX1135
` [PATCH v2 4/4] clk: kirkwood: "

[PATCH V3 00/17] SC7 entry and exit support for Tegra210
 2019-06-25 21:22 UTC  (4+ messages)
` [PATCH V3 06/17] clk: tegra: pll: save and restore pll context

[PATCH v3 0/9] Support for Allwinner V3/S3L and Sochip S3
 2019-06-25 17:39 UTC  (8+ messages)
` [PATCH v3 1/9] pinctrl: sunxi: v3s: introduce support for V3
` [PATCH v3 5/9] dt-bindings: vendor-prefixes: add SoChip

[PATCH 0/2] pinctl: armada-37xx: fix for pins 32+
 2019-06-25 14:25 UTC  (4+ messages)

[PATCH v3] pinctrl: qcom: Add irq_enable callback for msm gpio
 2019-06-25 14:14 UTC 

[PATCH] pinctrl: qcom: sdm845: Fix CONFIG preprocessor guard
 2019-06-25 14:07 UTC  (2+ messages)

[PATCH V1 1/2] gpio: inverter: Add virtual controller for gpio configuration
 2019-06-25 14:05 UTC  (3+ messages)

[PATCH 0/2] pinctrl: mediatek: Fix 2 issues related to resume from wake sources
 2019-06-25 13:52 UTC  (6+ messages)
` [PATCH 1/2] pinctrl: mediatek: Ignore interrupts that are wake only during resume
` [PATCH 2/2] pinctrl: mediatek: Update cur_mask in mask/mask ops

[PATCH] gpio: Fix return value mismatch of function gpiod_get_from_of_node()
 2019-06-25 13:47 UTC  (4+ messages)
  ` [PATCH V2] "

[PATCH 1/2] pinctrl: ocelot: fix gpio direction for pins after 31
 2019-06-25 13:43 UTC  (4+ messages)
` [PATCH 2/2] pinctrl: ocelot: fix pinmuxing "

[PATCH v2 1/2] pinctrl: tegra: Set specific GPIO compatible string
 2019-06-25 13:37 UTC  (4+ messages)
` [PATCH v2 2/2] pinctrl: tegra: Add bitmask support for parked bits

[PATCH 1/3] gpiolib: no need to cast away return value of debugfs_create_file()
 2019-06-25 12:45 UTC  (4+ messages)
` [PATCH 2/3] gpio: tegra: "

generic gpio-syscon
 2019-06-25 12:41 UTC  (2+ messages)

[PATCH v2] pinctrl: qcom: Add irq_enable callback for msm gpio
 2019-06-25 12:18 UTC  (4+ messages)

[PATCH] gpio: Sort GPIO drivers in Makefile
 2019-06-25 12:04 UTC  (2+ messages)

[PATCH] gpio: altera: Pass irqchip when adding gpiochip
 2019-06-25 11:39 UTC 

[PATCH 1/2 v9] serial: mctrl_gpio: Check if GPIO property exisits before requesting it
 2019-06-25 11:19 UTC  (5+ messages)

[PATCH 1/7] drivers: gpio: rcar: pedantic formatting
 2019-06-25  9:12 UTC  (14+ messages)
` [PATCH 2/7] drivers: gpio: amdpt: drop unneeded deref of &pdev->dev
` [PATCH 3/7] drivers: gpio: eic-sprd: use devm_platform_ioremap_resource()
` [PATCH 4/7] drivers: gpio: ep93xx: devm_platform_ioremap_resource()
` [PATCH 5/7] drivers: gpio: grgpio: use devm_platform_ioremap_resource()
` [PATCH 6/7] drivers: gpio: janz-ttl: drop unneccessary temp variable dev
` [PATCH 7/7] drivers: gpio: vr41xx: use devm_platform_ioremap_resource()

[PATCH] include: linux: gpio: add comments on #if/#else/#endif
 2019-06-25  9:02 UTC  (2+ messages)

[PATCH 1/2] drivers: gpio: amd-fch: make resource struct const
 2019-06-25  9:01 UTC  (4+ messages)
` [PATCH 2/2] drivers: gpio: amd-fch: drop unused pdev pointer in privata data

[PATCH V2 1/3] dt-bindings: imx: Add pinctrl binding doc for i.MX8MN
 2019-06-25  8:41 UTC  (6+ messages)
` [PATCH V2 2/3] pinctrl: freescale: Add i.MX8MN pinctrl driver support
` [PATCH V2 3/3] arm64: defconfig: Select CONFIG_PINCTRL_IMX8MN by default

[PATCH] drivers: depend on HAS_IOMEM for devm_platform_ioremap_resource()
 2019-06-25  7:51 UTC  (10+ messages)
` [PATCH] drivers: Adjust scope for CONFIG_HAS_IOMEM before devm_platform_ioremap_resource()
                `  "


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