* [PATCH V3] ARM: SAMSUNG: Delete the unnecessary variable
@ 2012-11-06 4:53 Padmavathi Venna
2012-11-23 9:27 ` Sangbeom Kim
2012-11-23 11:21 ` Padma Venkat
0 siblings, 2 replies; 4+ messages in thread
From: Padmavathi Venna @ 2012-11-06 4:53 UTC (permalink / raw)
To: linux-arm-kernel
As the RCLK src clks are registered with clkdev using generic
connection id , these clk names need not to be passed through
platform data. So it is deleted.
Signed-off-by: Padmavathi Venna <padma.v@samsung.com>
---
Changes since V2:
- Rebased on 3.7-rc3
include/linux/platform_data/asoc-s3c.h | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/include/linux/platform_data/asoc-s3c.h b/include/linux/platform_data/asoc-s3c.h
index aa9875f..8827259 100644
--- a/include/linux/platform_data/asoc-s3c.h
+++ b/include/linux/platform_data/asoc-s3c.h
@@ -38,12 +38,6 @@ struct samsung_i2s {
#define QUIRK_NEED_RSTCLR (1 << 3)
/* Quirks of the I2S controller */
u32 quirks;
-
- /*
- * Array of clock names that can be used to generate I2S signals.
- * Also corresponds to clocks of I2SMOD[10]
- */
- const char **src_clk;
dma_addr_t idma_addr;
};
--
1.7.4.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH V3] ARM: SAMSUNG: Delete the unnecessary variable
2012-11-06 4:53 [PATCH V3] ARM: SAMSUNG: Delete the unnecessary variable Padmavathi Venna
@ 2012-11-23 9:27 ` Sangbeom Kim
2012-11-24 2:10 ` Kukjin Kim
2012-11-23 11:21 ` Padma Venkat
1 sibling, 1 reply; 4+ messages in thread
From: Sangbeom Kim @ 2012-11-23 9:27 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Nov 6, 2012 at 1:54 PM, Padmavathi Venna wrote:
> Signed-off-by: Padmavathi Venna <padma.v@samsung.com>
Acked-by: Sangbeom Kim <sbkim73@samsung.com>
Thanks,
Sangbeom.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH V3] ARM: SAMSUNG: Delete the unnecessary variable
2012-11-23 9:27 ` Sangbeom Kim
@ 2012-11-24 2:10 ` Kukjin Kim
0 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2012-11-24 2:10 UTC (permalink / raw)
To: linux-arm-kernel
Sangbeom Kim wrote:
>
> On Tue, Nov 6, 2012 at 1:54 PM, Padmavathi Venna wrote:
> > Signed-off-by: Padmavathi Venna <padma.v@samsung.com>
>
> Acked-by: Sangbeom Kim <sbkim73@samsung.com>
>
Applied, thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH V3] ARM: SAMSUNG: Delete the unnecessary variable
2012-11-06 4:53 [PATCH V3] ARM: SAMSUNG: Delete the unnecessary variable Padmavathi Venna
2012-11-23 9:27 ` Sangbeom Kim
@ 2012-11-23 11:21 ` Padma Venkat
1 sibling, 0 replies; 4+ messages in thread
From: Padma Venkat @ 2012-11-23 11:21 UTC (permalink / raw)
To: linux-arm-kernel
cc'ing Mark Brown
On Tue, Nov 6, 2012 at 10:23 AM, Padmavathi Venna <padma.v@samsung.com> wrote:
> As the RCLK src clks are registered with clkdev using generic
> connection id , these clk names need not to be passed through
> platform data. So it is deleted.
>
> Signed-off-by: Padmavathi Venna <padma.v@samsung.com>
> ---
>
> Changes since V2:
> - Rebased on 3.7-rc3
>
> include/linux/platform_data/asoc-s3c.h | 6 ------
> 1 files changed, 0 insertions(+), 6 deletions(-)
>
> diff --git a/include/linux/platform_data/asoc-s3c.h b/include/linux/platform_data/asoc-s3c.h
> index aa9875f..8827259 100644
> --- a/include/linux/platform_data/asoc-s3c.h
> +++ b/include/linux/platform_data/asoc-s3c.h
> @@ -38,12 +38,6 @@ struct samsung_i2s {
> #define QUIRK_NEED_RSTCLR (1 << 3)
> /* Quirks of the I2S controller */
> u32 quirks;
> -
> - /*
> - * Array of clock names that can be used to generate I2S signals.
> - * Also corresponds to clocks of I2SMOD[10]
> - */
> - const char **src_clk;
> dma_addr_t idma_addr;
> };
>
> --
> 1.7.4.4
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-11-24 2:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-06 4:53 [PATCH V3] ARM: SAMSUNG: Delete the unnecessary variable Padmavathi Venna
2012-11-23 9:27 ` Sangbeom Kim
2012-11-24 2:10 ` Kukjin Kim
2012-11-23 11:21 ` Padma Venkat
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).