Re: [PATCH 0/5] RFC: KBUS messaging subsystem

2011-02-27 Thread Grant Likely
On Mon, Feb 28, 2011 at 12:48 AM, Grant Likely wrote: > On Sun, Feb 27, 2011 at 06:11:43PM +, Tony Ibbs wrote: >> KBUS is a lightweight, Linux kernel mediated, message system, >> particularly intended for use in embedded environments. >> >> It is meant to be simple to use and understand. It is

Re: [PATCH 0/5] RFC: KBUS messaging subsystem

2011-02-27 Thread Grant Likely
On Sun, Feb 27, 2011 at 06:11:43PM +, Tony Ibbs wrote: > KBUS is a lightweight, Linux kernel mediated, message system, > particularly intended for use in embedded environments. > > It is meant to be simple to use and understand. It is designed to > provide predictable message delivery, determi

Re: [GIT PULL] Generic PWM Device API

2011-02-27 Thread Greg KH
On Sun, Feb 27, 2011 at 09:38:38PM -0600, Bill Gatliff wrote: > Andrew, Linus: > > > The git repository described in the following pull request implements > a generic PWM device driver API. This API is intended to eventually > supercede the existing PWM device drivers, but during a migration > p

[GIT PULL] Generic PWM Device API

2011-02-27 Thread Bill Gatliff
Andrew, Linus: The git repository described in the following pull request implements a generic PWM device driver API. This API is intended to eventually supercede the existing PWM device drivers, but during a migration period will coexist peacefully with them. This code has been discussed at le

Re: [PATCH 5/5] KBUS source file

2011-02-27 Thread Randy Dunlap
On Sun, 27 Feb 2011 19:26:49 + Tony Ibbs wrote: > Apologies, my fifth patch (the actual KBUS source file) appears to be > too long - I hadn't realise the 100,000 character limit on majordomo > messages. The file as submitted is that at: > > > https://github.com/crazyscot/linux-2.6-kbus/blo

Re: [PATCH 3/5] Kconfig files and Makefile for KBUS

2011-02-27 Thread Tony Ibbs
On 27 Feb 2011, at 18:19, Randy Dunlap wrote: > On Sun, 27 Feb 2011 18:11:46 + Tony Ibbs wrote: >> >> source "kernel/Kconfig.locks" >> + > > You can drop that line. Thanks. >> +tristate "KBUS messaging system" >> +default m > > Use tabs to indent kconfig entry text, like

Re: [PATCH 5/5] KBUS source file

2011-02-27 Thread Tony Ibbs
Apologies, my fifth patch (the actual KBUS source file) appears to be too long - I hadn't realise the 100,000 character limit on majordomo messages. The file as submitted is that at: https://github.com/crazyscot/linux-2.6-kbus/blob/6cc3262bd3e28757179dd8a0d30298dfb2f70845/ipc/kbus.c If there i

Re: [PATCH 3/5] Kconfig files and Makefile for KBUS

2011-02-27 Thread Randy Dunlap
On Sun, 27 Feb 2011 18:11:46 + Tony Ibbs wrote: > From: Tibs > > Amend the ipc Makefile. > Add an ipc Kconfig for KBUS. > Amend the init Kconfig appropriately. > > Signed-off-by: Tony Ibbs > --- > init/Kconfig |3 ++ > ipc/Kconfig | 99 > +++

[PATCH 4/5] Internal header file for KBUS

2011-02-27 Thread Tony Ibbs
From: Tibs Signed-off-by: Tony Ibbs --- ipc/kbus_internal.h | 709 +++ 1 files changed, 709 insertions(+), 0 deletions(-) create mode 100644 ipc/kbus_internal.h diff --git a/ipc/kbus_internal.h b/ipc/kbus_internal.h new file mode 100644 index

[PATCH 3/5] Kconfig files and Makefile for KBUS

2011-02-27 Thread Tony Ibbs
From: Tibs Amend the ipc Makefile. Add an ipc Kconfig for KBUS. Amend the init Kconfig appropriately. Signed-off-by: Tony Ibbs --- init/Kconfig |3 ++ ipc/Kconfig | 99 ++ ipc/Makefile |5 +++ 3 files changed, 107 insertions(+)

[PATCH 2/5] External header file for KBUS

2011-02-27 Thread Tony Ibbs
From: Tibs Signed-off-by: Tony Ibbs --- include/linux/kbus_defns.h | 666 1 files changed, 666 insertions(+), 0 deletions(-) create mode 100644 include/linux/kbus_defns.h diff --git a/include/linux/kbus_defns.h b/include/linux/kbus_defns.h new fi

[PATCH 1/5] Documentation for KBUS

2011-02-27 Thread Tony Ibbs
From: Tibs Signed-off-by: Tony Ibbs --- Documentation/Kbus.txt | 1222 1 files changed, 1222 insertions(+), 0 deletions(-) create mode 100644 Documentation/Kbus.txt diff --git a/Documentation/Kbus.txt b/Documentation/Kbus.txt new file mode 100

[PATCH 0/5] RFC: KBUS messaging subsystem

2011-02-27 Thread Tony Ibbs
KBUS is a lightweight, Linux kernel mediated, message system, particularly intended for use in embedded environments. It is meant to be simple to use and understand. It is designed to provide predictable message delivery, deterministic message ordering, and a guaranteed reply for each request. It

Re: [PWM v6 0/3] Implement a generic PWM framework

2011-02-27 Thread Mike Frysinger
On Fri, Feb 25, 2011 at 21:38, Bill Gatliff wrote: > On Sun, Feb 20, 2011 at 9:35 PM, Bill Gatliff wrote: >> This patch series contains the sixth attempt at implementation of >> a generic PWM device interface framework.  Think gpiolib, but for >> devices and pseudo-devices that generate pulse-wave-