Re: [U-Boot] [PATCH] Tegra: T1x4: SPI: Use a common name (t1x4) for SPI driver

2013-10-09 Thread Jagan Teki
On Wed, Oct 9, 2013 at 2:49 AM, Stephen Warren wrote: > On 10/08/2013 12:23 AM, Jagan Teki wrote: >> On Tue, Oct 8, 2013 at 2:50 AM, Tom Warren wrote: >>> Tegra124 is compatible w/T114 SPI, so try to commonize as >>> much as possible. > ... [ large patch quoted] >> >> Is it part of tegra.git? > >

Re: [U-Boot] [PATCH] Tegra: T1x4: SPI: Use a common name (t1x4) for SPI driver

2013-10-08 Thread Stephen Warren
On 10/07/2013 03:20 PM, Tom Warren wrote: > Tegra124 is compatible w/T114 SPI, so try to commonize as > much as possible. Please don't do this. It's pointless churn. There's nothing wrong with a driver for a HW block that was introduced in Tegra114 being named Tegra114. The new naming isn't any mo

Re: [U-Boot] [PATCH] Tegra: T1x4: SPI: Use a common name (t1x4) for SPI driver

2013-10-08 Thread Stephen Warren
On 10/08/2013 10:03 AM, Tom Warren wrote: > On Mon, Oct 7, 2013 at 11:23 PM, Jagan Teki wrote: >> On Tue, Oct 8, 2013 at 2:50 AM, Tom Warren wrote: >>> Tegra124 is compatible w/T114 SPI, so try to commonize as >>> much as possible. >>> >>> TEST=built all T1x4 boards, tested on Venice1 & 2 OK. >>>

Re: [U-Boot] [PATCH] Tegra: T1x4: SPI: Use a common name (t1x4) for SPI driver

2013-10-08 Thread Stephen Warren
On 10/08/2013 12:23 AM, Jagan Teki wrote: > On Tue, Oct 8, 2013 at 2:50 AM, Tom Warren wrote: >> Tegra124 is compatible w/T114 SPI, so try to commonize as >> much as possible. ... [ large patch quoted] > > Is it part of tegra.git? Please don't quote an entire patch just to ask a one-line question

Re: [U-Boot] [PATCH] Tegra: T1x4: SPI: Use a common name (t1x4) for SPI driver

2013-10-08 Thread Jagan Teki
On Tue, Oct 8, 2013 at 2:50 AM, Tom Warren wrote: > Tegra124 is compatible w/T114 SPI, so try to commonize as > much as possible. > > TEST=built all T1x4 boards, tested on Venice1 & 2 OK. > There's no real binary change here, just names/includes. > > Signed-off-by: Tom Warren > --- > .../tegra11

Re: [U-Boot] [PATCH] Tegra: T1x4: SPI: Use a common name (t1x4) for SPI driver

2013-10-08 Thread Jagan Teki
On Tue, Oct 8, 2013 at 9:33 PM, Tom Warren wrote: > Jagan, > > > On Mon, Oct 7, 2013 at 11:23 PM, Jagan Teki > wrote: >> >> On Tue, Oct 8, 2013 at 2:50 AM, Tom Warren >> wrote: >> > Tegra124 is compatible w/T114 SPI, so try to commonize as >> > much as possible. >> > >> > TEST=built all T1x4 boa

Re: [U-Boot] [PATCH] Tegra: T1x4: SPI: Use a common name (t1x4) for SPI driver

2013-10-08 Thread Tom Warren
Jagan, On Mon, Oct 7, 2013 at 11:23 PM, Jagan Teki wrote: > On Tue, Oct 8, 2013 at 2:50 AM, Tom Warren > wrote: > > Tegra124 is compatible w/T114 SPI, so try to commonize as > > much as possible. > > > > TEST=built all T1x4 boards, tested on Venice1 & 2 OK. > > There's no real binary change her

Re: [U-Boot] [PATCH] Tegra: T1x4: SPI: Use a common name (t1x4) for SPI driver

2013-10-07 Thread Jagan Teki
On Tue, Oct 8, 2013 at 2:50 AM, Tom Warren wrote: > Tegra124 is compatible w/T114 SPI, so try to commonize as > much as possible. > > TEST=built all T1x4 boards, tested on Venice1 & 2 OK. > There's no real binary change here, just names/includes. > > Signed-off-by: Tom Warren > --- > .../tegra11

[U-Boot] [PATCH] Tegra: T1x4: SPI: Use a common name (t1x4) for SPI driver

2013-10-07 Thread Tom Warren
Tegra124 is compatible w/T114 SPI, so try to commonize as much as possible. TEST=built all T1x4 boards, tested on Venice1 & 2 OK. There's no real binary change here, just names/includes. Signed-off-by: Tom Warren --- .../tegra114_spi.h => arch-tegra/tegra1x4_spi.h} | 6 +++--- drivers/spi/Ma