Stephen Warren ([email protected])

Number of posts: 179 (0.03 per day)
First post: 2004-11-08 18:33:37
Last post: 2022-08-25 16:43:20

Date List Subject
2012-02-24 16:44:42 linux-kernel RE: [PATCH] pinctrl: make the pinmux-pins more helpful
2012-02-24 05:26:37 linux-kernel RE: [PATCH 1/3] pinctrl: Introduce PINCTRL_STATE_DEFAULT define, and use it
2012-02-24 00:05:16 linux-kernel [PATCH 2/3] pinctrl: Re-order struct pinctrl_map
2012-02-24 00:04:48 linux-kernel [PATCH 3/3] pinctrl: Move pinctrl-maps debugfs file to top-level
2012-02-24 00:04:46 linux-kernel [PATCH 1/3] pinctrl: Introduce PINCTRL_STATE_DEFAULT define, and use it
2012-02-23 21:13:35 linux-kernel RE: [PATCH 20/20] pinctrl: Enhance mapping table to support pin config operations
2012-02-23 17:26:00 linux-kernel RE: [PATCH] ARM: tegra: Enable CPUIdle on Tegra20
2012-02-23 17:01:08 linux-kernel RE: [PATCH] ARM: tegra: Avoid compiling cpuidle code when not configured
2012-02-23 16:49:16 linux-kernel RE: [PATCH 20/20] pinctrl: Enhance mapping table to support pin config operations
2012-02-23 16:47:12 linux-kernel RE: [PATCH 19/20] pinctrl: API changes to support multiple states per device
2012-02-23 16:40:20 linux-kernel RE: [PATCH 08/20] pinctrl: Assume map table entries can't have a NULL name field
2012-02-23 03:54:08 linux-kernel RE: [PATCH 08/20] pinctrl: Assume map table entries can't have a NULL name field
2012-02-23 03:40:08 linux-kernel RE: [PATCH 08/20] pinctrl: Assume map table entries can't have a NULL name field
2012-02-23 00:46:18 linux-kernel RE: [PATCH 1/2] Documentation/gpio.txt: Explain expected pinctrl interaction
2012-02-23 00:18:39 linux-kernel RE: [PATCH 15/20] pinctrl: Fix and simplify locking
2012-02-22 21:27:25 linux-kernel [PATCH V2 4/4] pinctrl: Remove pin and hogs locks from struct pinctrl_dev
2012-02-22 21:26:50 linux-kernel [PATCH V2 1/4] pinctrl: Disallow map table entries with NULL dev_name field
2012-02-22 21:26:46 linux-kernel [PATCH V2 2/4] pinctrl: Use dev_*() instead of pr_*(), add some msgs, minor cleanups
2012-02-22 21:26:22 linux-kernel [PATCH V2 3/4] pinctrl: Allocate sizeof(*p) instead of sizeof(struct foo)
2012-02-22 21:26:08 linux-kernel [PATCH V2 0/4] pinctrl: Rebased/extracted patches
2012-02-22 18:27:13 linux-kernel RE: [PATCH 15/20] pinctrl: Fix and simplify locking
2012-02-22 18:05:52 linux-kernel RE: [PATCH 08/20] pinctrl: Assume map table entries can't have a NULL name field
2012-02-22 17:21:55 linux-kernel RE: [PATCH 11/20] pinctrl: Downgrade pinctrl_get warning when no maps are found
2012-02-22 00:43:22 linux-kernel [PATCH V2] pinctrl: Assume map table entries can't have a NULL name field
2012-02-21 19:14:30 linux-kernel RE: [PATCH 1/2] Documentation/gpio.txt: Explain expected pinctrl interaction
2012-02-21 18:54:23 linux-kernel RE: [PATCH 2/2] gpio: tegra: Delete tegra_gpio_enable/disable()
2012-02-21 18:51:22 linux-kernel RE: [PATCH 1/2] Documentation/gpio.txt: Explain expected pinctrl interaction
2012-02-21 18:33:47 linux-kernel RE: [PATCH] pinctrl: spawn U300 pinctrl from the COH901 GPIO
2012-02-21 17:50:43 linux-kernel RE: [PATCH 13/20] pinctrl: Error if mapping table's control dev can't be found
2012-02-21 17:46:45 linux-kernel RE: [PATCH 08/20] pinctrl: Assume map table entries can't have a NULL name field
2012-02-21 17:39:18 linux-kernel RE: [PATCH 08/20] pinctrl: Assume map table entries can't have a NULL name field
2012-02-21 17:24:29 linux-kernel RE: [PATCH 04/20] pinctrl: Record a pin owner, not mux function, when requesting pins
2012-02-20 06:50:36 linux-kernel [PATCH 09/20] pinctrl: Disallow map table entries with NULL dev_name field
2012-02-20 06:50:35 linux-kernel [PATCH 08/20] pinctrl: Assume map table entries can't have a NULL name field
2012-02-20 06:50:12 linux-kernel [PATCH 13/20] pinctrl: Error if mapping table's control dev can't be found
2012-02-20 06:49:44 linux-kernel [PATCH 12/20] pinctrl: Use dev_*() instead of pr_*(), add some msgs, minor cleanups
2012-02-20 06:49:43 linux-kernel [PATCH 11/20] pinctrl: Downgrade pinctrl_get warning when no maps are found
2012-02-20 06:49:30 linux-kernel [PATCH 14/20] pinctrl: Allocate sizeof(*p) instead of sizeof(struct foo)
2012-02-20 06:48:53 linux-kernel [PATCH 17/20] pinctrl: Add usecount to pins for muxing
2012-02-20 06:48:26 linux-kernel [PATCH 16/20] pinctrl: Refactor struct pinctrl handling in core.c vs pinmux.c
2012-02-20 06:47:34 linux-kernel [PATCH 20/20] pinctrl: Enhance mapping table to support pin config operations
2012-02-20 06:47:31 linux-kernel [PATCH 19/20] pinctrl: API changes to support multiple states per device
2012-02-20 06:47:28 linux-kernel [PATCH 03/20] pinctrl: Store mapping table as a list of chunks
2012-02-20 06:47:23 linux-kernel [PATCH 04/20] pinctrl: Record a pin owner, not mux function, when requesting pins
2012-02-20 06:47:19 linux-kernel [PATCH 15/20] pinctrl: Fix and simplify locking
2012-02-20 06:47:16 linux-kernel [PATCH 18/20] pinctrl: Fix pinconf_groups_show() to emit newline
2012-02-20 06:47:07 linux-kernel [PATCH 10/20] pinctrl: Assume map table entries can't have a NULL ctrl_dev_name field
2012-02-20 06:47:05 linux-kernel [PATCH 07/20] pinctrl: core.c/h cleanups
2012-02-20 06:47:03 linux-kernel [PATCH 06/20] pinctrl: Re-order pinconf.[ch] to match each-other
2012-02-20 06:47:00 linux-kernel [PATCH 02/20] pinctrl: use list_add_tail instead of list_add
2012-02-20 06:46:58 linux-kernel [PATCH 05/20] pinctrl: Re-order pinmux.[ch] to match each-other