Merge branch 'next/cleanup-samsung-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanup
From Kukjin Kim: * 'next/cleanup-samsung-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung: ARM: SAMSUNG: use devm_ functions for ADC driver ARM: EXYNOS: no duplicate mask/unmask in eint0_15 ARM: S3C24XX: SPI clock channel setup is fixed for S3C2443 ARM: EXYNOS: Remove i2c0 resource information and setting of device names ARM: S3C64XX: Statically define parent clock of "camera" clock ARM: S3C64XX: Remove duplicated camera clock ARM: EXYNOS: Add missing static storage class specifiers in clock-exynos5.c ARM: EXYNOS: Make combiner_of_init function static ARM: EXYNOS: Make s3c_device_i2c0 always use id 0 ARM: EXYNOS: Remove wrongly placed usb2.0 PHY_CFG definition from PMU_REG ARM: EXYNOS: reorder inclusions of <linux/platform_data/xxx.h> ARM: EXYNOS: Remove unused static uart resource information ARM: EXYNOS: Remove static io-remapping for gic and combiner ARM: EXYNOS: Remove wrong I2S0 clock from peril clock ARM: EXYNOS: remove the MMC_CAP2_BROKEN_VOLTAGE
This commit is contained in:
@@ -138,11 +138,7 @@ static struct clk init_clocks_off[] = {
|
||||
.ctrlbit = S3C_CLKCON_PCLK_TSADC,
|
||||
}, {
|
||||
.name = "i2c",
|
||||
#ifdef CONFIG_S3C_DEV_I2C1
|
||||
.devname = "s3c2440-i2c.0",
|
||||
#else
|
||||
.devname = "s3c2440-i2c",
|
||||
#endif
|
||||
.parent = &clk_p,
|
||||
.enable = s3c64xx_pclk_ctrl,
|
||||
.ctrlbit = S3C_CLKCON_PCLK_IIC,
|
||||
@@ -318,10 +314,6 @@ static struct clk init_clocks_off[] = {
|
||||
.name = "sclk_mfc",
|
||||
.enable = s3c64xx_sclk_ctrl,
|
||||
.ctrlbit = S3C_CLKCON_SCLK_MFC,
|
||||
}, {
|
||||
.name = "cam",
|
||||
.enable = s3c64xx_sclk_ctrl,
|
||||
.ctrlbit = S3C_CLKCON_SCLK_CAM,
|
||||
}, {
|
||||
.name = "sclk_jpeg",
|
||||
.enable = s3c64xx_sclk_ctrl,
|
||||
@@ -681,15 +673,6 @@ static struct clksrc_sources clkset_audio2 = {
|
||||
.nr_sources = ARRAY_SIZE(clkset_audio2_list),
|
||||
};
|
||||
|
||||
static struct clk *clkset_camif_list[] = {
|
||||
&clk_h2,
|
||||
};
|
||||
|
||||
static struct clksrc_sources clkset_camif = {
|
||||
.sources = clkset_camif_list,
|
||||
.nr_sources = ARRAY_SIZE(clkset_camif_list),
|
||||
};
|
||||
|
||||
static struct clksrc_clk clksrcs[] = {
|
||||
{
|
||||
.clk = {
|
||||
@@ -744,10 +727,9 @@ static struct clksrc_clk clksrcs[] = {
|
||||
.name = "camera",
|
||||
.ctrlbit = S3C_CLKCON_SCLK_CAM,
|
||||
.enable = s3c64xx_sclk_ctrl,
|
||||
.parent = &clk_h2,
|
||||
},
|
||||
.reg_div = { .reg = S3C_CLK_DIV0, .shift = 20, .size = 4 },
|
||||
.reg_src = { .reg = NULL, .shift = 0, .size = 0 },
|
||||
.sources = &clkset_camif,
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user