RE: [RFC][PATCH 2/5] OMAP SSI driver interface

2008-10-07 Thread Woodruff, Richard
> From: [EMAIL PROTECTED] [mailto:linux-omap- > [EMAIL PROTECTED] On Behalf Of David Brownell > On Monday 06 October 2008, Felipe Balbi wrote: > > looks much better and much easier to type: #include > > Does this work on non-OMAP kernels? If not, or > similar would seem more sensible ... Seems

Re: [RFC][PATCH 2/5] OMAP SSI driver interface

2008-10-06 Thread David Brownell
On Monday 06 October 2008, Felipe Balbi wrote: > looks much better and much easier to type: #include Does this work on non-OMAP kernels? If not, or similar would seem more sensible ... Agreed about there being way too many headers, too. -- To unsubscribe from this list: send the line "unsubscr

Re: [RFC][PATCH 2/5] OMAP SSI driver interface

2008-10-06 Thread Felipe Balbi
On Fri, Oct 03, 2008 at 02:52:27PM +0300, Carlos Chinea wrote: add a patch description body here. > Signed-off-by: Carlos Chinea <[EMAIL PROTECTED]> > --- > include/linux/ssi_driver_if.h | 137 > + > 1 files changed, 137 insertions(+), 0 deletions(-) >

[RFC][PATCH 2/5] OMAP SSI driver interface

2008-10-03 Thread Carlos Chinea
Signed-off-by: Carlos Chinea <[EMAIL PROTECTED]> --- include/linux/ssi_driver_if.h | 137 + 1 files changed, 137 insertions(+), 0 deletions(-) create mode 100644 include/linux/ssi_driver_if.h diff --git a/include/linux/ssi_driver_if.h b/include/linux/ssi