Re: [PATCH 5/6] HSI: omap_ssi: built omap_ssi and omap_ssi_port into one module

2016-05-09 Thread Tony Lindgren
* Sebastian Reichel [160509 13:44]: > Hi, > > On Tue, May 03, 2016 at 10:32:39AM -0700, Tony Lindgren wrote: > > * Sebastian Reichel [160429 19:11]: > > > Merge omap_ssi and omap_ssi_port into one module. This > > > fixes problems with module cycle dependencies introduced > > > by future patches

Re: [PATCH 5/6] HSI: omap_ssi: built omap_ssi and omap_ssi_port into one module

2016-05-09 Thread Sebastian Reichel
Hi, On Tue, May 03, 2016 at 10:32:39AM -0700, Tony Lindgren wrote: > * Sebastian Reichel [160429 19:11]: > > Merge omap_ssi and omap_ssi_port into one module. This > > fixes problems with module cycle dependencies introduced > > by future patches. > > Can you please check against the hardware fo

Re: [PATCH 5/6] HSI: omap_ssi: built omap_ssi and omap_ssi_port into one module

2016-05-03 Thread Tony Lindgren
* Sebastian Reichel [160429 19:11]: > Merge omap_ssi and omap_ssi_port into one module. This > fixes problems with module cycle dependencies introduced > by future patches. Can you please check against the hardware for the split? For reference, below is what I dumped out from dm3730 for the modul

Re: [PATCH 5/6] HSI: omap_ssi: built omap_ssi and omap_ssi_port into one module

2016-05-01 Thread Pavel Machek
On Sun 2016-05-01 21:34:10, Sebastian Reichel wrote: > Hi, > > On Sun, May 01, 2016 at 11:43:49AM +0200, Pavel Machek wrote: > > > +++ b/drivers/hsi/controllers/Makefile > > > @@ -2,5 +2,5 @@ > > > # Makefile for HSI controllers drivers > > > # > > > > > > -obj-$(CONFIG_OMAP_SSI) +=

Re: [PATCH 5/6] HSI: omap_ssi: built omap_ssi and omap_ssi_port into one module

2016-05-01 Thread Sebastian Reichel
Hi, On Sun, May 01, 2016 at 11:43:49AM +0200, Pavel Machek wrote: > > +++ b/drivers/hsi/controllers/Makefile > > @@ -2,5 +2,5 @@ > > # Makefile for HSI controllers drivers > > # > > > > -obj-$(CONFIG_OMAP_SSI) += omap_ssi.o > > -obj-$(CONFIG_OMAP_SSI_PORT)+= omap_ssi_port.o

Re: [PATCH 5/6] HSI: omap_ssi: built omap_ssi and omap_ssi_port into one module

2016-05-01 Thread Pavel Machek
Hi! > Merge omap_ssi and omap_ssi_port into one module. This > fixes problems with module cycle dependencies introduced > by future patches. Interesting way of saying that this prepares us for future patch :-). > +++ b/drivers/hsi/controllers/Makefile > @@ -2,5 +2,5 @@ > # Makefile for HSI con

[PATCH 5/6] HSI: omap_ssi: built omap_ssi and omap_ssi_port into one module

2016-04-29 Thread Sebastian Reichel
Merge omap_ssi and omap_ssi_port into one module. This fixes problems with module cycle dependencies introduced by future patches. Signed-off-by: Sebastian Reichel --- drivers/hsi/controllers/Kconfig | 5 - drivers/hsi/controllers/Makefile| 4