linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-09 14:28:35 to 2020-04-16 07:34:50 UTC [more...]

[PATCH 0/1 resend] gpiolib: acpi: Add missing __init(const) markers to initcall-s
 2020-04-16  7:34 UTC  (3+ messages)
` [PATCH "

[PATCH v2 00/14] gpio: dwapb: Clean up the driver and a fix
 2020-04-16  7:26 UTC  (20+ messages)
` [PATCH v2 01/14] gpio: dwapb: Append MODULE_ALIAS for platform driver
` [PATCH v2 02/14] gpio: dwapb: Refactor IRQ handler to use bit operations
` [PATCH v2 03/14] gpio: dwapb: Use chained IRQ prologue and epilogue
` [PATCH v2 04/14] gpio: dwapb: set default handler to be handle_bad_irq()
` [PATCH v2 05/14] gpio: dwapb: Deduplicate IRQ resource management
` [PATCH v2 06/14] gpio: dwapb: Convert to use irqd_to_hwirq()
` [PATCH v2 07/14] gpio: dwapb: Use device_get_match_data() to simplify code
` [PATCH v2 08/14] gpio: dwapb: Convert to use IRQ core provided macros
` [PATCH v2 09/14] gpio: dwapb: Switch to more usual pattern of RMW in dwapb_gpio_set_debounce()
` [PATCH v2 10/14] gpio: dwapb: Drop bogus BUG_ON()s
` [PATCH v2 11/14] gpio: dwapb: Drop of_match_ptr() & ACPI_PTR() calls
` [PATCH v2 12/14] gpio: dwapb: Split out dwapb_get_irq() helper
` [PATCH v2 13/14] gpio: dwapb: Use positive conditional in dwapb_configure_irqs()
` [PATCH v2 14/14] gpio: dwapb: Amend indentation in some cases

[PATCH 1/2] dt-bindings: Clean-up schema indentation formatting
 2020-04-16  7:22 UTC  (7+ messages)
` [PATCH 2/2] dt-bindings: Remove cases of 'allOf' containing a '$ref'

[PATCH 0/4] gpio: dwapb: Fix reference clocks usage
 2020-04-16  5:09 UTC  (3+ messages)

linusw/for-next boot: 20 boots: 2 failed, 18 passed (v5.7-rc1)
 2020-04-16  4:57 UTC 

linusw/for-next build: 6 builds: 0 failed, 6 passed, 44 warnings (v5.7-rc1)
 2020-04-16  4:13 UTC 

[gpio:gpio-descriptors-extcon-cleanup 3/4] drivers/extcon/extcon-gpio.c:85:10: error: 'struct gpio_extcon_data' has no member named 'extcon_id'
 2020-04-16  0:51 UTC 

gpio-omap: add support gpiolib bias (pull-up/down) flags?
 2020-04-15 23:37 UTC  (10+ messages)

[RFC PATCH 00/16] ASoC/SOF/clk/gpio/dt: add Hifiberry DAC+ PRO support
 2020-04-15 20:39 UTC  (58+ messages)
` [RFC PATCH 01/16] ASoC: pcm512x: expose 6 GPIOs
` [RFC PATCH 02/16] ASoC: pcm512x: use "sclk" string to retrieve clock
` [RFC PATCH 03/16] ASoC: Intel: sof-pcm512x: use gpiod for LED
` [RFC PATCH 04/16] ASoC: Intel: sof-pcm512x: detect Hifiberry DAC+ PRO
` [RFC PATCH 05/16] ASoC: Intel: sof-pcm512x: reconfigure sclk in hw_params if needed
` [RFC PATCH 06/16] ASoC: Intel: sof-pcm512x: select HIFIBERRY_DACPRO clk
` [RFC PATCH 07/16] clk: hifiberry-dacpro: initial import
` [RFC PATCH 08/16] clk: hifiberry-dacpro: update SDPX/copyright
` [RFC PATCH 09/16] clk: hifiberry-dacpro: style cleanups, use devm_
` [RFC PATCH 10/16] clk: hifiberry-dacpro: add OF dependency
` [RFC PATCH 11/16] clk: hifiberry-dacpro: transition to _hw functions
` [RFC PATCH 12/16] clk: hifiberry-dacpro: add ACPI support
` [RFC PATCH 13/16] clk: hifiberry-dacpro: add "sclk" lookup
` [RFC PATCH 14/16] clk: hifiberry-dacpro: toggle GPIOs on prepare/unprepare
` [RFC PATCH 15/16] clk: hifiberry-dacpro: add delay on clock prepare/deprepare
` [RFC PATCH 16/16] ASoC: dt-bindings: add document for Hifiberry DAC+ PRO clock

[PATCH pinctrl REGRESSION] Revert "pinctrl: mvebu: armada-37xx: use use platform api"
 2020-04-15 16:26 UTC  (5+ messages)

[V6, 1/2] media: dt-bindings: media: i2c: Document OV02A10 bindings
 2020-04-15 16:14 UTC  (3+ messages)

[PATCH v1 1/2] pinctrl: baytrail: Use platform_get_irq_optional() explicitly
 2020-04-15 15:29 UTC  (5+ messages)
` [PATCH v1 2/2] pinctrl: lynxpoint: "

[PATCH v6 0/7] gpio: expose line bias flags to userspace
 2020-04-15 14:03 UTC  (2+ messages)
` boards to test gpio line bias flags?

[PATCH v1 00/13] gpio: dwapb: Clean up the driver and a fix
 2020-04-15 13:16 UTC  (29+ messages)
` [PATCH v1 01/13] gpio: dwapb: Append MODULE_ALIAS for platform driver
` [PATCH v1 02/13] gpio: dwapb: Refactor IRQ handler
` [PATCH v1 03/13] gpio: dwapb: set default handler to be handle_bad_irq()
` [PATCH v1 04/13] gpio: dwapb: Deduplicate IRQ resource management
` [PATCH v1 05/13] gpio: dwapb: Convert to use irqd_to_hwirq()
` [PATCH v1 06/13] gpio: dwapb: Use device_get_match_data() to simplify code
` [PATCH v1 07/13] gpio: dwapb: Convert to use IRQ core provided macros
` [PATCH v1 08/13] gpio: dwapb: Switch to more usual pattern of RMW in dwapb_gpio_set_debounce()
` [PATCH v1 09/13] gpio: dwapb: Drop bogus BUG_ON()s
` [PATCH v1 10/13] gpio: dwapb: Drop of_match_ptr() & ACPI_PTR() calls
` [PATCH v1 11/13] gpio: dwapb: Split out dwapb_get_irq() helper

[PATCH v1 1/2] gpio: pch: Use BIT() and GENMASK() where it's appropriate
 2020-04-15 12:01 UTC  (5+ messages)

[PATCH 1/2] gpiolib: of: Improve gpiolib-of support pull up/down on expanders
 2020-04-15 11:23 UTC  (4+ messages)
` [PATCH 2/2] gpio: pca953x: Fix pca953x_gpio_set_config

[PATCH v6 0/8] gpio: Add GPIO Aggregator
 2020-04-15 10:57 UTC  (6+ messages)
` [PATCH v6 1/8] ARM: integrator: impd1: Use GPIO_LOOKUP() helper macro
  ` [PATCH v6 2/8] i2c: i801: "
  ` [PATCH v6 3/8] mfd: sm501: Use GPIO_LOOKUP_IDX() "

[PATCH] gpiolib: improve the robustness of watch/unwatch ioctl()
 2020-04-15  8:23 UTC 

[RFC PATCH] i2c: at91: Fix pinmux after devm_gpiod_get() for bus recovery
 2020-04-15  7:06 UTC 

[PATCH] selftests: add build/cross-build dependency check script
 2020-04-14 21:22 UTC 

[PATCH v2 00/16] Add support for Kontron sl28cpld
 2020-04-14 19:57 UTC  (15+ messages)
` [PATCH v2 04/16] regmap-irq: make it possible to add irq_chip do a specific device node
  ` Applied "regmap-irq: make it possible to add irq_chip do a specific device node" to the regmap tree
` [PATCH v2 10/16] gpio: add a reusable generic gpio_chip using regmap

[PATCH v2 1/4] gpio: pch: Use BIT() and GENMASK() where it's appropriate
 2020-04-14 17:49 UTC  (4+ messages)
` [PATCH v2 2/4] gpio: pch: Get rid of unneeded variable in IRQ handler
` [PATCH v2 3/4] gpio: pch: Refactor pch_irq_type() to avoid unnecessary locking
` [PATCH v2 4/4] gpio: pch: Use in pch_irq_type() macros provided by IRQ core

[PATCH 1/1] HID: mcp2221: add GPIO functionality support
 2020-04-14 16:48 UTC 

[PATCH v2] gpio: gpio-pca953x, Add get_multiple function
 2020-04-14 15:28 UTC 

Problem with b4
 2020-04-14 14:40 UTC  (2+ messages)

[PATCH] gpio: gpio-pca953x, Add get_multiple function
 2020-04-14 14:25 UTC  (3+ messages)

[PATCH] gpio: pl061: Support building as module
 2020-04-14 14:24 UTC  (2+ messages)

[PATCH 0/3] imx: drop dependency on ARM64
 2020-04-14 13:37 UTC  (3+ messages)
` [PATCH 2/3] clk: imx: drop the dependency on ARM64 for i.MX8M

[PATCH v2 0/2] gpio: pca953x: fix handling of automatic address incrementing
 2020-04-14 13:16 UTC  (5+ messages)
` [PATCH v2 1/2] "

[PATCH] gpiolib: don't call sleeping functions with a spinlock taken
 2020-04-14 12:26 UTC  (3+ messages)

[PATCH v2 1/6] pinctrl: intel: Introduce common flags for GPIO mapping scheme
 2020-04-14 10:09 UTC  (13+ messages)
` [PATCH v2 2/6] pinctrl: cannonlake: Use generic flag for special GPIO base treatment
` [PATCH v2 3/6] pinctrl: icelake: "
` [PATCH v2 4/6] pinctrl: tigerlake: "
` [PATCH v2 5/6] pinctrl: intel: Introduce new flag to force GPIO base to be 0
` [PATCH v2 6/6] pinctrl: intel: Add Intel Jasper Lake pin controller support

[PATCH v2 0/6] irq/irq_sim: try to improve the API
 2020-04-14  8:37 UTC  (4+ messages)

[PATCH] pinctrl: qcom: fix wrong write in update_dual_edge
 2020-04-14  1:04 UTC  (2+ messages)

[PATCH] of_device: removed #include that caused a recursion in included headers
 2020-04-13 23:02 UTC  (4+ messages)

[PATCH v1 1/2] pinctrl: cherryview: Re-use data structures from pinctrl-intel.h (part 2)
 2020-04-13 11:13 UTC  (4+ messages)
` [PATCH v1 2/2] pinctrl: cherryview: Use GENMASK() consistently

[PATCH v1] pinctrl: sunrisepoint: Fix PAD lock register offset for SPT-H
 2020-04-13 10:46 UTC  (3+ messages)

[PATCH v1] pinctrl: baytrail: Enable pin configuration setting for GPIO chip
 2020-04-13 10:46 UTC  (3+ messages)

[PATCH] pinctrl: samsung: Correct setting of eint wakeup mask on s5pv210
 2020-04-13 10:11 UTC  (2+ messages)

[PATCH] dt-bindings: gpio: Convert i.MX to json-schema
 2020-04-13  9:40 UTC 

[PATCH v1] pinctrl: actions: fix function group name for i2c0_group
 2020-04-13  6:05 UTC 

[PATCH] pinctrl: actions: fix function group name for i2c0_group
 2020-04-13  5:45 UTC  (5+ messages)

[PATCH RFC v1 0/2] pinctrl-meson: two small improvements
 2020-04-11 22:34 UTC  (6+ messages)
` [PATCH RFC v1 1/2] pinctrl: meson: implement the gpio_chip get_direction callback
` [PATCH RFC v1 2/2] pinctrl: meson: wire up the gpio_chip's set_config callback

[PATCH] ARM: dts: aspeed: rainier: Add gpio line names
 2020-04-10 19:17 UTC 


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