Marek Szyprowski wrote: > > From: Tomasz Stanislawski <t.stanislaws@xxxxxxxxxxx> > > This patch adds hdmiphy dedicated i2c controller definitions. > > Signed-off-by: Tomasz Stanislawski <t.stanislaws@xxxxxxxxxxx> > Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> > [m.szyprowski: renamed to i2c-hdmiphy and squashed Exynos4 and S5PV210 > patches] > Signed-off-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> > --- > arch/arm/mach-exynos4/clock.c | 6 ++ > arch/arm/mach-exynos4/include/mach/iic-hdmiphy.h | 16 ++++++ > arch/arm/mach-exynos4/include/mach/irqs.h | 2 + > arch/arm/mach-exynos4/include/mach/map.h | 4 ++ > arch/arm/mach-s5pv210/clock.c | 6 ++ > arch/arm/mach-s5pv210/include/mach/iic-hdmiphy.h | 16 ++++++ > arch/arm/mach-s5pv210/include/mach/irqs.h | 2 +- > arch/arm/mach-s5pv210/include/mach/map.h | 3 + > arch/arm/plat-s5p/Kconfig | 5 ++ > arch/arm/plat-s5p/Makefile | 1 + > arch/arm/plat-s5p/dev-i2c-hdmiphy.c | 59 > ++++++++++++++++++++++ > arch/arm/plat-samsung/include/plat/devs.h | 1 + > arch/arm/plat-samsung/include/plat/iic.h | 1 + > 13 files changed, 121 insertions(+), 1 deletions(-) > create mode 100644 arch/arm/mach-exynos4/include/mach/iic-hdmiphy.h > create mode 100644 arch/arm/mach-s5pv210/include/mach/iic-hdmiphy.h > create mode 100644 arch/arm/plat-s5p/dev-i2c-hdmiphy.c > (snip) > +#ifndef PLAT_S5P_IIC_HDMIPHY_H_ > +#define PLAT_S5P_IIC_HDMIPHY_H_ Marek, how about to use 'I2C' instead of 'IIC'? I think, we can use it now even thouhg IIC/iic is still used... And I don't think we should change the old regarding files.. if required, I will do it. > + > +#define S5P_IIC_HDMIPHY_BUS_NUM (8) Same as above. (snip) Thanks. Best regards, Kgene. -- Kukjin Kim <kgene.kim@xxxxxxxxxxx>, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html