All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv9 0/3] Runtime Interpreted Power Sequences
@ 2012-11-17 10:55 ` Alexandre Courbot
  0 siblings, 0 replies; 167+ messages in thread
From: Alexandre Courbot @ 2012-11-17 10:55 UTC (permalink / raw)
  To: Anton Vorontsov, Stephen Warren, Thierry Reding, Mark Zhang,
	Grant Likely, Rob Herring, Mark Brown, David Woodhouse,
	Arnd Bergmann
  Cc: linux-tegra, linux-arm-kernel, linux-kernel, linux-fbdev,
	devicetree-discuss, linux-pm, Alexandre Courbot,
	Alexandre Courbot

Apologies for sending two patchsets in two days - the main purpose
of this new revision is to add the linux-arm-kernel list to the
audience. A few suggestions from v8 have also been added.

Changelog from v8:
- Compile resource support into different compilation units
- Check that resource support is compiled in when resolving sequences
- Now compilable as a module
- Renamed source files to avoid repeated power_seq in their path
- Add linux-arm-kernel list to audience as suggested by Mark Rutland

Alexandre Courbot (3):
  Runtime Interpreted Power Sequences
  pwm_backlight: use power sequences
  Take maintainership of power sequences

 .../devicetree/bindings/power/power_seq.txt        | 121 +++++++
 .../bindings/video/backlight/pwm-backlight.txt     |  63 +++-
 Documentation/power/power_seq.txt                  | 253 ++++++++++++++
 MAINTAINERS                                        |  10 +
 drivers/power/Kconfig                              |   1 +
 drivers/power/Makefile                             |   1 +
 drivers/power/power_seq/Kconfig                    |   2 +
 drivers/power/power_seq/Makefile                   |   2 +
 drivers/power/power_seq/core.c                     | 362 +++++++++++++++++++++
 drivers/power/power_seq/delay.c                    |  66 ++++
 drivers/power/power_seq/gpio.c                     |  95 ++++++
 drivers/power/power_seq/power_seq_priv.h           |  56 ++++
 drivers/power/power_seq/pwm.c                      |  85 +++++
 drivers/power/power_seq/regulator.c                |  87 +++++
 drivers/video/backlight/Kconfig                    |   1 +
 drivers/video/backlight/pwm_bl.c                   | 160 +++++++--
 include/linux/power_seq.h                          | 203 ++++++++++++
 include/linux/pwm_backlight.h                      |  18 +-
 18 files changed, 1546 insertions(+), 40 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/power/power_seq.txt
 create mode 100644 Documentation/power/power_seq.txt
 create mode 100644 drivers/power/power_seq/Kconfig
 create mode 100644 drivers/power/power_seq/Makefile
 create mode 100644 drivers/power/power_seq/core.c
 create mode 100644 drivers/power/power_seq/delay.c
 create mode 100644 drivers/power/power_seq/gpio.c
 create mode 100644 drivers/power/power_seq/power_seq_priv.h
 create mode 100644 drivers/power/power_seq/pwm.c
 create mode 100644 drivers/power/power_seq/regulator.c
 create mode 100644 include/linux/power_seq.h

-- 
1.8.0

^ permalink raw reply	[flat|nested] 167+ messages in thread

end of thread, other threads:[~2012-11-27 16:46 UTC | newest]

Thread overview: 167+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-17 10:55 [PATCHv9 0/3] Runtime Interpreted Power Sequences Alexandre Courbot
2012-11-17 10:55 ` Alexandre Courbot
2012-11-17 10:55 ` Alexandre Courbot
     [not found] ` <1353149747-31871-1-git-send-email-acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-11-17 10:55   ` [PATCHv9 1/3] " Alexandre Courbot
2012-11-17 10:55     ` Alexandre Courbot
2012-11-17 10:55     ` Alexandre Courbot
2012-11-17 10:55     ` Alexandre Courbot
2012-11-17 11:38     ` Anton Vorontsov
2012-11-17 11:38       ` Anton Vorontsov
2012-11-17 11:38       ` Anton Vorontsov
2012-11-19  2:29       ` Alex Courbot
2012-11-19  2:29         ` Alex Courbot
2012-11-19  2:29         ` Alex Courbot
2012-11-19  2:29         ` Alex Courbot
2012-11-19  2:32         ` Anton Vorontsov
2012-11-19  2:32           ` Anton Vorontsov
2012-11-19  2:32           ` Anton Vorontsov
2012-11-19  2:32           ` Anton Vorontsov
     [not found]     ` <1353149747-31871-2-git-send-email-acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-11-20 14:48       ` Tomi Valkeinen
2012-11-20 14:48         ` Tomi Valkeinen
2012-11-20 14:48         ` Tomi Valkeinen
2012-11-20 14:48         ` Tomi Valkeinen
     [not found]         ` <50AB9832.90709-l0cyMroinI0@public.gmane.org>
2012-11-21  1:56           ` Alex Courbot
2012-11-21  1:56             ` Alex Courbot
2012-11-21  1:56             ` Alex Courbot
2012-11-21  1:56             ` Alex Courbot
2012-11-21  8:13             ` Tomi Valkeinen
2012-11-21  8:13               ` Tomi Valkeinen
2012-11-21  8:13               ` Tomi Valkeinen
2012-11-21  8:13               ` Tomi Valkeinen
     [not found]               ` <50AC8D3B.6040300-l0cyMroinI0@public.gmane.org>
2012-11-21  8:32                 ` Alex Courbot
2012-11-21  8:32                   ` Alex Courbot
2012-11-21  8:32                   ` Alex Courbot
2012-11-21  8:32                   ` Alex Courbot
2012-11-21  8:48                   ` Tomi Valkeinen
2012-11-21  8:48                     ` Tomi Valkeinen
2012-11-21  8:48                     ` Tomi Valkeinen
2012-11-21  8:48                     ` Tomi Valkeinen
2012-11-21 10:00                     ` Alex Courbot
2012-11-21 10:00                       ` Alex Courbot
2012-11-21 10:00                       ` Alex Courbot
2012-11-21 10:00                       ` Alex Courbot
2012-11-22 13:01                       ` Grant Likely
2012-11-22 13:01                         ` Grant Likely
2012-11-22 13:01                         ` Grant Likely
2012-11-22 13:01                         ` Grant Likely
2012-11-20 21:54     ` Grant Likely
2012-11-20 21:54       ` Grant Likely
2012-11-20 21:54       ` Grant Likely
2012-11-20 21:54       ` Grant Likely
2012-11-21  1:31       ` Mark Brown
2012-11-21  1:31         ` Mark Brown
2012-11-21  1:31         ` Mark Brown
2012-11-21 16:44         ` Grant Likely
2012-11-21 16:44           ` Grant Likely
2012-11-21 16:44           ` Grant Likely
     [not found]         ` <20121121013133.GE4673-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2012-11-22  8:57           ` Linus Walleij
2012-11-22  8:57             ` Linus Walleij
2012-11-22  8:57             ` Linus Walleij
2012-11-22  8:57             ` Linus Walleij
2012-11-22  9:55             ` Alexandre Courbot
2012-11-22  9:55               ` Alexandre Courbot
2012-11-22  9:55               ` Alexandre Courbot
2012-11-22  9:55               ` Alexandre Courbot
2012-11-23  1:44             ` Mark Brown
2012-11-23  1:44               ` Mark Brown
2012-11-23  1:44               ` Mark Brown
2012-11-21  4:23       ` Alex Courbot
2012-11-21  4:23         ` Alex Courbot
2012-11-21  4:23         ` Alex Courbot
2012-11-21  4:23         ` Alex Courbot
2012-11-21 11:06         ` Tomi Valkeinen
2012-11-21 11:06           ` Tomi Valkeinen
2012-11-21 11:06           ` Tomi Valkeinen
2012-11-21 11:06           ` Tomi Valkeinen
     [not found]           ` <50ACB59B.4090404-X3B1VOXEql0@public.gmane.org>
2012-11-21 11:40             ` Thierry Reding
2012-11-21 11:40               ` Thierry Reding
2012-11-21 11:40               ` Thierry Reding
2012-11-21 11:40               ` Thierry Reding
2012-11-21 12:04               ` Tomi Valkeinen
2012-11-21 12:04                 ` Tomi Valkeinen
2012-11-21 12:04                 ` Tomi Valkeinen
2012-11-21 12:04                 ` Tomi Valkeinen
2012-11-21 13:00                 ` Thierry Reding
2012-11-21 13:00                   ` Thierry Reding
2012-11-21 13:00                   ` Thierry Reding
2012-11-21 13:00                   ` Thierry Reding
     [not found]                   ` <20121121130039.GA12191-RM9K5IK7kjIyiCvfTdI0JKcOhU4Rzj621B7CTYaBSLdn68oJJulU0Q@public.gmane.org>
2012-11-21 13:32                     ` Tomi Valkeinen
2012-11-21 13:32                       ` Tomi Valkeinen
2012-11-21 13:32                       ` Tomi Valkeinen
2012-11-21 13:32                       ` Tomi Valkeinen
     [not found]                       ` <50ACD7DC.5060405-l0cyMroinI0@public.gmane.org>
2012-11-21 15:02                         ` Alexandre Courbot
2012-11-21 15:02                           ` Alexandre Courbot
2012-11-21 15:02                           ` Alexandre Courbot
2012-11-21 15:02                           ` Alexandre Courbot
2012-11-21 15:12                           ` Thierry Reding
2012-11-21 15:12                             ` Thierry Reding
2012-11-21 15:12                             ` Thierry Reding
2012-11-21 15:12                             ` Thierry Reding
2012-11-22  2:01                             ` Alexandre Courbot
2012-11-22  2:01                               ` Alexandre Courbot
2012-11-22  2:01                               ` Alexandre Courbot
2012-11-22  2:01                               ` Alexandre Courbot
     [not found]                               ` <CAAVeFuK_V6nb874bygioi35mFNxaWuveKOedLT=YYsP4JfVqgA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-11-22  2:06                                 ` Mark Brown
2012-11-22  2:06                                   ` Mark Brown
2012-11-22  2:06                                   ` Mark Brown
2012-11-22  2:06                                   ` Mark Brown
2012-11-22  3:09                                   ` Alexandre Courbot
2012-11-22  3:09                                     ` Alexandre Courbot
2012-11-22  3:09                                     ` Alexandre Courbot
2012-11-22  3:09                                     ` Alexandre Courbot
     [not found]                             ` <20121121151209.GA4048-RM9K5IK7kjIyiCvfTdI0JKcOhU4Rzj621B7CTYaBSLdn68oJJulU0Q@public.gmane.org>
2012-11-22 13:39                               ` Grant Likely
2012-11-22 13:39                                 ` Grant Likely
2012-11-22 13:39                                 ` Grant Likely
2012-11-22 13:39                                 ` Grant Likely
2012-11-27 15:19                   ` Laurent Pinchart
2012-11-27 15:19                     ` Laurent Pinchart
2012-11-27 15:19                     ` Laurent Pinchart
2012-11-27 15:19                     ` Laurent Pinchart
     [not found]                 ` <50ACC341.3090204-l0cyMroinI0@public.gmane.org>
2012-11-27 15:08                   ` Laurent Pinchart
2012-11-27 15:08                     ` Laurent Pinchart
2012-11-27 15:08                     ` Laurent Pinchart
2012-11-27 15:08                     ` Laurent Pinchart
2012-11-27 15:08                     ` Laurent Pinchart
2012-11-27 15:19                     ` Tomi Valkeinen
2012-11-27 15:19                       ` Tomi Valkeinen
2012-11-27 15:19                       ` Tomi Valkeinen
2012-11-27 15:19                       ` Tomi Valkeinen
2012-11-27 15:37                       ` Laurent Pinchart
2012-11-27 15:37                         ` Laurent Pinchart
2012-11-27 15:37                         ` Laurent Pinchart
2012-11-27 15:37                         ` Laurent Pinchart
2012-11-27 16:46                         ` Mark Brown
2012-11-27 16:46                           ` Mark Brown
2012-11-27 16:46                           ` Mark Brown
2012-11-27 16:46                           ` Mark Brown
     [not found]               ` <20121121114018.GA31576-RM9K5IK7kjIyiCvfTdI0JKcOhU4Rzj621B7CTYaBSLdn68oJJulU0Q@public.gmane.org>
2012-11-27 14:47                 ` Laurent Pinchart
2012-11-27 14:47                   ` Laurent Pinchart
2012-11-27 14:47                   ` Laurent Pinchart
2012-11-27 14:47                   ` Laurent Pinchart
2012-11-22 13:39         ` Grant Likely
2012-11-22 13:39           ` Grant Likely
2012-11-22 13:39           ` Grant Likely
2012-11-22 13:39           ` Grant Likely
2012-11-22 21:40           ` Thierry Reding
2012-11-22 21:40             ` Thierry Reding
2012-11-22 21:40             ` Thierry Reding
2012-11-22 21:40             ` Thierry Reding
     [not found]             ` <20121122214021.GA14771-RM9K5IK7kjIyiCvfTdI0JKcOhU4Rzj621B7CTYaBSLdn68oJJulU0Q@public.gmane.org>
2012-11-26 11:49               ` Alex Courbot
2012-11-26 11:49                 ` Alex Courbot
2012-11-26 11:49                 ` Alex Courbot
2012-11-26 11:49                 ` Alex Courbot
2012-11-26 15:34             ` Grant Likely
2012-11-26 15:34               ` Grant Likely
2012-11-26 15:34               ` Grant Likely
2012-11-26 15:34               ` Grant Likely
2012-11-17 10:55   ` [PATCHv9 2/3] pwm_backlight: use power sequences Alexandre Courbot
2012-11-17 10:55     ` Alexandre Courbot
2012-11-17 10:55     ` Alexandre Courbot
2012-11-17 10:55     ` Alexandre Courbot
2012-11-17 10:55 ` [PATCHv9 3/3] Take maintainership of " Alexandre Courbot
2012-11-17 10:55   ` Alexandre Courbot
2012-11-17 10:55   ` Alexandre Courbot
2012-11-20 21:58 ` [PATCHv9 0/3] Runtime Interpreted Power Sequences Grant Likely
2012-11-20 21:58   ` Grant Likely
2012-11-20 21:58   ` Grant Likely
2012-11-20 21:58   ` Grant Likely

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.