* [PATCH] spi: pxa2xx: Remove redundant call to lpss_ssp_setup() in probe
@ 2015-11-20 11:55 Mika Westerberg
[not found] ` <1448020521-94914-1-git-send-email-mika.westerberg-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Mika Westerberg @ 2015-11-20 11:55 UTC (permalink / raw)
To: Mark Brown
Cc: Jarkko Nikula, Aaron Lu, Daniel Mack, Haojian Zhuang,
Robert Jarzmik, Mika Westerberg, linux-spi-u79uwXL29TY76Z2rM5mHXA
Commit 8b136baa5892 ("spi: pxa2xx: Detect number of enabled Intel LPSS SPI
chip select signals") added a block where lpss_ssp_setup() gets called
again for Intel LPSS SPI host controllers before checking number of chip
selects from the capabilities register.
There is no point in calling the function twice in probe so remove the
first call.
Reported-by: Aaron Lu <aaron.lu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Signed-off-by: Mika Westerberg <mika.westerberg-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
---
drivers/spi/spi-pxa2xx.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/spi/spi-pxa2xx.c b/drivers/spi/spi-pxa2xx.c
index b25dc71b0ea9..ab9914ad8365 100644
--- a/drivers/spi/spi-pxa2xx.c
+++ b/drivers/spi/spi-pxa2xx.c
@@ -1567,9 +1567,6 @@ static int pxa2xx_spi_probe(struct platform_device *pdev)
if (!is_quark_x1000_ssp(drv_data))
pxa2xx_spi_write(drv_data, SSPSP, 0);
- if (is_lpss_ssp(drv_data))
- lpss_ssp_setup(drv_data);
-
if (is_lpss_ssp(drv_data)) {
lpss_ssp_setup(drv_data);
config = lpss_get_config(drv_data);
--
2.6.2
--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] spi: pxa2xx: Remove redundant call to lpss_ssp_setup() in probe
[not found] ` <1448020521-94914-1-git-send-email-mika.westerberg-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
@ 2015-11-20 12:14 ` Jarkko Nikula
[not found] ` <564F0EB1.8020306-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2015-11-20 18:20 ` Applied "spi: pxa2xx: Remove redundant call to lpss_ssp_setup() in probe" to the spi tree Mark Brown
1 sibling, 1 reply; 4+ messages in thread
From: Jarkko Nikula @ 2015-11-20 12:14 UTC (permalink / raw)
To: Mika Westerberg, Mark Brown
Cc: Aaron Lu, Daniel Mack, Haojian Zhuang, Robert Jarzmik,
linux-spi-u79uwXL29TY76Z2rM5mHXA
On 11/20/2015 01:55 PM, Mika Westerberg wrote:
> Commit 8b136baa5892 ("spi: pxa2xx: Detect number of enabled Intel LPSS SPI
> chip select signals") added a block where lpss_ssp_setup() gets called
> again for Intel LPSS SPI host controllers before checking number of chip
> selects from the capabilities register.
>
> There is no point in calling the function twice in probe so remove the
> first call.
>
> Reported-by: Aaron Lu <aaron.lu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
> Signed-off-by: Mika Westerberg <mika.westerberg-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
> ---
> drivers/spi/spi-pxa2xx.c | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/drivers/spi/spi-pxa2xx.c b/drivers/spi/spi-pxa2xx.c
> index b25dc71b0ea9..ab9914ad8365 100644
> --- a/drivers/spi/spi-pxa2xx.c
> +++ b/drivers/spi/spi-pxa2xx.c
> @@ -1567,9 +1567,6 @@ static int pxa2xx_spi_probe(struct platform_device *pdev)
> if (!is_quark_x1000_ssp(drv_data))
> pxa2xx_spi_write(drv_data, SSPSP, 0);
>
> - if (is_lpss_ssp(drv_data))
> - lpss_ssp_setup(drv_data);
> -
> if (is_lpss_ssp(drv_data)) {
> lpss_ssp_setup(drv_data);
> config = lpss_get_config(drv_data);
Right, obvious, I just ponder why I was blind to see this myself when I
split the original patch.
Acked-by: Jarkko Nikula <jarkko.nikula-FVTvWyuFUl3QT0dZR+AlfA@public.gmane.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] spi: pxa2xx: Remove redundant call to lpss_ssp_setup() in probe
[not found] ` <564F0EB1.8020306-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
@ 2015-11-20 13:52 ` Jarkko Nikula
0 siblings, 0 replies; 4+ messages in thread
From: Jarkko Nikula @ 2015-11-20 13:52 UTC (permalink / raw)
To: Mika Westerberg, Mark Brown
Cc: Aaron Lu, Daniel Mack, Haojian Zhuang, Robert Jarzmik,
linux-spi-u79uwXL29TY76Z2rM5mHXA
On 11/20/2015 02:14 PM, Jarkko Nikula wrote:
> On 11/20/2015 01:55 PM, Mika Westerberg wrote:
>> Commit 8b136baa5892 ("spi: pxa2xx: Detect number of enabled Intel LPSS
>> SPI
>> chip select signals") added a block where lpss_ssp_setup() gets called
>> again for Intel LPSS SPI host controllers before checking number of chip
>> selects from the capabilities register.
>>
>> There is no point in calling the function twice in probe so remove the
>> first call.
>>
>> Reported-by: Aaron Lu <aaron.lu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
>> Signed-off-by: Mika Westerberg <mika.westerberg-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
>> ---
>> drivers/spi/spi-pxa2xx.c | 3 ---
>> 1 file changed, 3 deletions(-)
>>
>> diff --git a/drivers/spi/spi-pxa2xx.c b/drivers/spi/spi-pxa2xx.c
>> index b25dc71b0ea9..ab9914ad8365 100644
>> --- a/drivers/spi/spi-pxa2xx.c
>> +++ b/drivers/spi/spi-pxa2xx.c
>> @@ -1567,9 +1567,6 @@ static int pxa2xx_spi_probe(struct
>> platform_device *pdev)
>> if (!is_quark_x1000_ssp(drv_data))
>> pxa2xx_spi_write(drv_data, SSPSP, 0);
>>
>> - if (is_lpss_ssp(drv_data))
>> - lpss_ssp_setup(drv_data);
>> -
>> if (is_lpss_ssp(drv_data)) {
>> lpss_ssp_setup(drv_data);
>> config = lpss_get_config(drv_data);
>
> Right, obvious, I just ponder why I was blind to see this myself when I
> split the original patch.
>
> Acked-by: Jarkko Nikula <jarkko.nikula-FVTvWyuFUl3QT0dZR+AlfA@public.gmane.org>
Another blind copy-paste. Right ack below. Sorry the noise.
Acked-by: Jarkko Nikula <jarkko.nikula-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Applied "spi: pxa2xx: Remove redundant call to lpss_ssp_setup() in probe" to the spi tree
[not found] ` <1448020521-94914-1-git-send-email-mika.westerberg-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2015-11-20 12:14 ` Jarkko Nikula
@ 2015-11-20 18:20 ` Mark Brown
1 sibling, 0 replies; 4+ messages in thread
From: Mark Brown @ 2015-11-20 18:20 UTC (permalink / raw)
To: Aaron Lu, Mika Westerberg, Jarkko Nikula, Mark Brown
Cc: linux-spi-u79uwXL29TY76Z2rM5mHXA
The patch
spi: pxa2xx: Remove redundant call to lpss_ssp_setup() in probe
has been applied to the spi tree at
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
>From d599af65fda384b5e91780485f243c9f2d3e757d Mon Sep 17 00:00:00 2001
From: Mika Westerberg <mika.westerberg-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
Date: Fri, 20 Nov 2015 13:55:21 +0200
Subject: [PATCH] spi: pxa2xx: Remove redundant call to lpss_ssp_setup() in
probe
Commit 8b136baa5892 ("spi: pxa2xx: Detect number of enabled Intel LPSS SPI
chip select signals") added a block where lpss_ssp_setup() gets called
again for Intel LPSS SPI host controllers before checking number of chip
selects from the capabilities register.
There is no point in calling the function twice in probe so remove the
first call.
Reported-by: Aaron Lu <aaron.lu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Signed-off-by: Mika Westerberg <mika.westerberg-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
Acked-by: Jarkko Nikula <jarkko.nikula-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
Signed-off-by: Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
---
drivers/spi/spi-pxa2xx.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/spi/spi-pxa2xx.c b/drivers/spi/spi-pxa2xx.c
index b25dc71b0ea9..ab9914ad8365 100644
--- a/drivers/spi/spi-pxa2xx.c
+++ b/drivers/spi/spi-pxa2xx.c
@@ -1567,9 +1567,6 @@ static int pxa2xx_spi_probe(struct platform_device *pdev)
if (!is_quark_x1000_ssp(drv_data))
pxa2xx_spi_write(drv_data, SSPSP, 0);
- if (is_lpss_ssp(drv_data))
- lpss_ssp_setup(drv_data);
-
if (is_lpss_ssp(drv_data)) {
lpss_ssp_setup(drv_data);
config = lpss_get_config(drv_data);
--
2.6.2
--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-11-20 18:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-20 11:55 [PATCH] spi: pxa2xx: Remove redundant call to lpss_ssp_setup() in probe Mika Westerberg
[not found] ` <1448020521-94914-1-git-send-email-mika.westerberg-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2015-11-20 12:14 ` Jarkko Nikula
[not found] ` <564F0EB1.8020306-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2015-11-20 13:52 ` Jarkko Nikula
2015-11-20 18:20 ` Applied "spi: pxa2xx: Remove redundant call to lpss_ssp_setup() in probe" to the spi tree Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).