linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-16 21:35:55 to 2019-07-22 13:18:52 UTC [more...]

[PATCH 00/18] ARM: Add minimal Raspberry Pi 4 support
 2019-07-22 13:18 UTC  (15+ messages)
` [PATCH 01/18] ARM: bcm283x: Reduce register ranges for UART, SPI and I2C
` [PATCH 02/18] ARM: bcm2835: DMA can only address 1GB
` [PATCH 03/18] ARM: dts: bcm283x: Move BCM2835/6/7 specific to bcm2835-common.dtsi
` [PATCH 04/18] ARM: dts: bcm283x: Define MMC interfaces at board level
` [PATCH 05/18] ARM: dts: bcm283x: Define memory "
` [PATCH 06/18] dt-bindings: bcm2835-cprman: Add bcm2711 support
` [PATCH 07/18] clk: bcm2835: Introduce SoC specific clock registration
` [PATCH 08/18] clk: bcm2835: Add BCM2711_CLOCK_EMMC2 support
` [PATCH 09/18] dt-bindings: sdhci-iproc: Add brcm,bcm2711-emmc2

[PATCH v2 1/2] gpio: em: remove the gpiochip before removing the irq domain
 2019-07-22 12:40 UTC  (4+ messages)
` [PATCH v2 2/2] gpio: em: use a helper variable for &pdev->dev

[PATCH V6 00/21] SC7 entry and exit support for Tegra210
 2019-07-22 10:57 UTC  (55+ messages)
` [PATCH V6 01/21] irqchip: tegra: Do not disable COP IRQ during suspend
` [PATCH V6 02/21] pinctrl: tegra: Add suspend and resume support
` [PATCH V6 03/21] pinctrl: tegra210: Add Tegra210 pinctrl pm ops
` [PATCH V6 04/21] clk: tegra: Save and restore divider rate
` [PATCH V6 05/21] clk: tegra: pllout: Save and restore pllout context
` [PATCH V6 06/21] clk: tegra: pll: Save and restore pll context
` [PATCH V6 07/21] clk: tegra: Support for OSC context save and restore
` [PATCH V6 08/21] clk: tegra: clk-periph: Add save and restore support
` [PATCH V6 09/21] clk: tegra: clk-super: Fix to enable PLLP branches to CPU
` [PATCH V6 10/21] clk: tegra: clk-super: Add save and restore support
` [PATCH V6 11/21] clk: tegra: clk-dfll: Add suspend and resume support
` [PATCH V6 12/21] cpufreq: tegra124: "
` [PATCH V6 13/21] clk: tegra210: Use fence_udelay during PLLU init
` [PATCH V6 14/21] clk: tegra210: Add suspend and resume support
` [PATCH V6 15/21] soc/tegra: pmc: Allow to support more tegras wake
` [PATCH V6 16/21] soc/tegra: pmc: Add pmc wake support for tegra210
` [PATCH V6 17/21] arm64: tegra: Enable wake from deep sleep on RTC alarm
` [PATCH V6 18/21] soc/tegra: pmc: Configure core power request polarity
` [PATCH V6 19/21] soc/tegra: pmc: Configure deep sleep control settings
` [PATCH V6 20/21] arm64: dts: tegra210-p2180: Jetson TX1 SC7 timings
` [PATCH V6 21/21] arm64: dts: tegra210-p3450: Jetson nano "

[PATCH 1/3] pinctrl: madera: Use local copy of pdata
 2019-07-22  9:10 UTC  (3+ messages)
` [PATCH 2/3] pinctrl: madera: Add configuration for Cirrus Logic CS47L15
` [PATCH 3/3] pinctrl: madera: Add configuration for Cirrus Logic CS47L92

[PATCH 1/4] gpio: arizona: Use local copy of pdata
 2019-07-22  9:07 UTC  (4+ messages)
` [PATCH 2/4] gpio: madera: "
` [PATCH 3/4] gpio: madera: Add support for Cirrus Logic CS47L15
` [PATCH 4/4] gpio: madera: Add support for Cirrus Logic CS47L92

[PATCH 10/18] mmc: sdhci-iproc: Add support for emmc2 of the BCM2711
 2019-07-22  6:23 UTC  (3+ messages)
` [PATCH 11/18] dt-bindings: pinctrl: bcm2835: Add brcm,bcm2711 compatible
` [PATCH 12/18] pinctrl: bcm2835: Add support for BCM2711 pull-up functionality

[PATCH] gpio: don't WARN() on NULL descs if gpiolib is disabled
 2019-07-22  6:14 UTC  (7+ messages)

[PATCH 1/2] [PATCH] gpio: Replace usage of bare 'unsigned' with 'unsigned int'
 2019-07-22  4:51 UTC  (4+ messages)
` [PATCH 2/2] [PATCH] gpio: Explicitly cast from __be16 to unsigned short

[v5 0/2] gpio: aspeed: Add SGPIO driver
 2019-07-22  1:42 UTC  (6+ messages)
` [v5 1/2] dt-bindings: gpio: aspeed: Add SGPIO support
` [v5 2/2] gpio: aspeed: Add SGPIO driver

[PATCH] Record interrupt status when an IRQ is masked
 2019-07-20 19:42 UTC  (2+ messages)

[PATCH] pinctrl: pinctrl-single: add header include guard
 2019-07-20 11:58 UTC 

[PATCH v4 0/8] Support for Allwinner V3/S3L and Sochip S3
 2019-07-20 11:39 UTC  (20+ messages)
` [PATCH v4 1/8] pinctrl: sunxi: v3s: introduce support for V3
` [PATCH v4 2/8] clk: sunxi-ng: v3s: add the missing PLL_DDR1
` [PATCH v4 3/8] dt-bindings: clk: sunxi-ccu: add compatible string for V3 CCU
` [PATCH v4 4/8] clk: sunxi-ng: v3s: add missing clock slices for MMC2 module clocks
` [PATCH v4 5/8] clk: sunxi-ng: v3s: add Allwinner V3 support
` [PATCH v4 6/8] ARM: sunxi: dts: s3/s3l/v3: add DTSI files for S3/S3L/V3 SoCs
` [PATCH v4 7/8] dt-bindings: arm: sunxi: add binding for Lichee Zero Plus core board
` [PATCH v4 8/8] ARM: dts: sun8i: s3: add devicetree for Lichee zero plus w/ S3

gpio: aspeed: Add SGPIO driver
 2019-07-19 20:51 UTC 

[PATCH 2/3 v4] dt-bindings: gpio: aspeed: Add SGPIO support
 2019-07-19 20:37 UTC  (3+ messages)
`  "

[PATCH AUTOSEL 5.1 010/141] pinctrl: rockchip: fix leaked of_node references
 2019-07-19  4:00 UTC 

[PATCH AUTOSEL 4.14 04/60] pinctrl: rockchip: fix leaked of_node references
 2019-07-19  4:10 UTC 

[PATCH AUTOSEL 4.4 04/35] pinctrl: rockchip: fix leaked of_node references
 2019-07-19  4:13 UTC 

[PATCH AUTOSEL 4.9 04/45] pinctrl: rockchip: fix leaked of_node references
 2019-07-19  4:12 UTC 

[PATCH AUTOSEL 4.19 007/101] pinctrl: rockchip: fix leaked of_node references
 2019-07-19  4:05 UTC 

[PATCH AUTOSEL 5.2 012/171] pinctrl: rockchip: fix leaked of_node references
 2019-07-19  3:54 UTC 

[PATCH -next] pinctrl: sprd: Fix platform_no_drv_owner.cocci warnings
 2019-07-19  3:24 UTC 

[RFC PATCH] Docs: move more driver,device related docs into drivers dir follows kernel source
 2019-07-19  2:14 UTC  (2+ messages)

[PATCH V5 11/18] clk: tegra210: Add support for Tegra210 clocks
 2019-07-18 23:52 UTC  (65+ messages)

[PATCH] dt-bindings: pinctrl: stm32: Fix missing 'clocks' property in examples
 2019-07-18 16:21 UTC  (2+ messages)

[PATCH] dt-bindings: Ensure child nodes are of type 'object'
 2019-07-18 16:20 UTC  (2+ messages)

[PATCH] gpio: refactor gpiochip_allocate_mask() with bitmap_alloc()
 2019-07-18 15:30 UTC  (2+ messages)

[PATCH v2] pinctrl: msm8998: Squash TSIF pins together
 2019-07-18 13:34 UTC  (4+ messages)

[PATCH 1/4 v1] gpio: Add support for hierarchical IRQ domains
 2019-07-18 11:12 UTC  (4+ messages)
` [PATCH 4/4 v1] RFT: gpio: uniphier: Switch to GPIOLIB_IRQCHIP

[PATCH 1/2] arm64: dts: ls1028a: Fix GPIO work fail
 2019-07-18  9:49 UTC  (2+ messages)
` [PATCH 2/2] gpio: mpc8xxx: Add ls1028a device specify function

[PATCH 2/3 v4] ARM: dts: aspeed: Add SGPIO driver
 2019-07-18  1:44 UTC  (2+ messages)

[PATCH 2/3 v3] dt-bindings: gpio: aspeed: Add SGPIO support
 2019-07-17 21:30 UTC  (3+ messages)

[GIT PULL] GPIO fixes for v5.3 take one
 2019-07-17 20:20 UTC  (2+ messages)

[PATCH] spi: gpio: Add SPI_MASTER_GPIO_SS flag
 2019-07-17 17:58 UTC  (2+ messages)
` Applied "spi: gpio: Add SPI_MASTER_GPIO_SS flag" to the spi tree

linusw/devel boot: 49 boots: 0 failed, 49 passed (v5.2-10808-g9637d517347e)
 2019-07-17 17:08 UTC 

linusw/devel build: 6 builds: 0 failed, 6 passed, 3 warnings (v5.2-10808-g9637d517347e)
 2019-07-17 16:23 UTC 

[PATCH V4 2/2] gpio: inverter: document the inverter bindings
 2019-07-17 13:51 UTC  (6+ messages)

[PATCH v4 14/15] docs: ABI: obsolete, removed: don't escape ReST-incompatible chars
 2019-07-17 12:28 UTC 

WARNING in gpio_to_desc
 2019-07-17 12:07 UTC  (6+ messages)

[PATCH v3 18/20] docs: ABI: don't escape ReST-incompatible chars from obsolete and removed
 2019-07-17 11:05 UTC 

[PATCH v2] gpio: of: Break out OF-only code
 2019-07-17  9:28 UTC  (2+ messages)

[PATCH V2 1/3] dt-bindings: imx: Add pinctrl binding doc for i.MX8MN
 2019-07-17  6:54 UTC  (3+ messages)
` [PATCH V2 3/3] arm64: defconfig: Select CONFIG_PINCTRL_IMX8MN by default

[PATCH] dt-bindings: pinctrl: aspeed: Fix 'compatible' schema errors
 2019-07-17  3:51 UTC  (4+ messages)

[PATCH 2/3 v3] ARM: dts: aspeed: Add SGPIO driver
 2019-07-17  3:25 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).