The patch titled ARM: imx: use mc13xxx constants instead of mc13783 has been added to the -mm tree. Its filename is arm-imx-use-mc13xxx-constants-instead-of-mc13783.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: ARM: imx: use mc13xxx constants instead of mc13783 From: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> The latter constants are going to be removed in favour of the former Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> Cc: David Jander <david@xxxxxxxxxxx> Cc: Richard Purdie <rpurdie@xxxxxxxxx> Cc: Samuel Ortiz <sameo@xxxxxxxxxxxxxxx> Cc: Jean Delvare <khali@xxxxxxxxxxxx> Cc: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> Cc: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> Cc: Guenter Roeck <guenter.roeck@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/arm/mach-imx/mach-mx27_3ds.c | 4 ++-- arch/arm/mach-imx/mach-mx31_3ds.c | 2 +- arch/arm/mach-imx/mach-pcm038.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff -puN arch/arm/mach-imx/mach-mx27_3ds.c~arm-imx-use-mc13xxx-constants-instead-of-mc13783 arch/arm/mach-imx/mach-mx27_3ds.c --- a/arch/arm/mach-imx/mach-mx27_3ds.c~arm-imx-use-mc13xxx-constants-instead-of-mc13783 +++ a/arch/arm/mach-imx/mach-mx27_3ds.c @@ -293,8 +293,8 @@ static struct mc13xxx_platform_data mc13 .num_regulators = ARRAY_SIZE(mx27_3ds_regulators), }, - .flags = MC13783_USE_REGULATOR | MC13783_USE_TOUCHSCREEN | - MC13783_USE_RTC, + .flags = MC13XXX_USE_REGULATOR | MC13XXX_USE_TOUCHSCREEN | + MC13XXX_USE_RTC, }; /* SPI */ diff -puN arch/arm/mach-imx/mach-mx31_3ds.c~arm-imx-use-mc13xxx-constants-instead-of-mc13783 arch/arm/mach-imx/mach-mx31_3ds.c --- a/arch/arm/mach-imx/mach-mx31_3ds.c~arm-imx-use-mc13xxx-constants-instead-of-mc13783 +++ a/arch/arm/mach-imx/mach-mx31_3ds.c @@ -494,7 +494,7 @@ static struct mc13xxx_platform_data mc13 .regulators = mx31_3ds_regulators, .num_regulators = ARRAY_SIZE(mx31_3ds_regulators), }, - .flags = MC13783_USE_REGULATOR | MC13783_USE_TOUCHSCREEN, + .flags = MC13XXX_USE_REGULATOR | MC13XXX_USE_TOUCHSCREEN, }; /* SPI */ diff -puN arch/arm/mach-imx/mach-pcm038.c~arm-imx-use-mc13xxx-constants-instead-of-mc13783 arch/arm/mach-imx/mach-pcm038.c --- a/arch/arm/mach-imx/mach-pcm038.c~arm-imx-use-mc13xxx-constants-instead-of-mc13783 +++ a/arch/arm/mach-imx/mach-pcm038.c @@ -266,8 +266,8 @@ static struct mc13xxx_platform_data pcm0 .regulators = pcm038_regulators, .num_regulators = ARRAY_SIZE(pcm038_regulators), }, - .flags = MC13783_USE_ADC | MC13783_USE_REGULATOR | - MC13783_USE_TOUCHSCREEN, + .flags = MC13XXX_USE_ADC | MC13XXX_USE_REGULATOR | + MC13XXX_USE_TOUCHSCREEN, }; static struct spi_board_info pcm038_spi_board_info[] __initdata = { _ Patches currently in -mm which might be from u.kleine-koenig@xxxxxxxxxxxxxx are linux-next.patch led-mc13783-convert-to-mc13xxx-mfd.patch mfd-mc13xxx-provide-a-generic-version-of-adc_do_conversion.patch input-mc13783-ts-convert-to-mc13xxx-api.patch arm-imx-use-mc13xxx-constants-instead-of-mc13783.patch hwmon-mc13783-adc-convert-to-mc13xxx-api.patch mfd-mc13xxx-remove-mc13783-api-functions-and-symbols.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html