Message ID | 1359541288-6657-2-git-send-email-hongbo.zhang@linaro.org |
---|---|
State | Accepted |
Commit | 151621a704fc7b8eaa1d6905bec0c6388b0a57af |
Headers | show |
Hi Hongbo, On Wed, Jan 30, 2013 at 06:21:27PM +0800, Hongbo Zhang wrote: > We are using a generic abx500 hwmon layer, so rename specific ab8500 to generic > abx500 for hwmon device and driver matching. > > Signed-off-by: Hongbo Zhang <hongbo.zhang@linaro.org> > --- > drivers/mfd/ab8500-core.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) I'll take it although this patch subject should be prefixed with mfd: and not ARM: Cheers, Samuel.
On 30 January 2013 23:45, Samuel Ortiz <sameo@linux.intel.com> wrote: > Hi Hongbo, > > On Wed, Jan 30, 2013 at 06:21:27PM +0800, Hongbo Zhang wrote: >> We are using a generic abx500 hwmon layer, so rename specific ab8500 to generic >> abx500 for hwmon device and driver matching. >> >> Signed-off-by: Hongbo Zhang <hongbo.zhang@linaro.org> >> --- >> drivers/mfd/ab8500-core.c | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) > I'll take it although this patch subject should be prefixed with mfd: and not > ARM: > Thanks. I have to resend 2/2 of this patch set, so I would like to update this prefix then. > Cheers, > Samuel. > > -- > Intel Open Source Technology Centre > http://oss.intel.com/
Hi Hongbo, On Wed, Jan 30, 2013 at 06:21:27PM +0800, Hongbo Zhang wrote: > We are using a generic abx500 hwmon layer, so rename specific ab8500 to generic > abx500 for hwmon device and driver matching. > > Signed-off-by: Hongbo Zhang <hongbo.zhang@linaro.org> > --- > drivers/mfd/ab8500-core.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Patch applied, after fixing the subject. Thanks. Cheers, Samuel.
diff --git a/drivers/mfd/ab8500-core.c b/drivers/mfd/ab8500-core.c index e1650ba..579753f 100644 --- a/drivers/mfd/ab8500-core.c +++ b/drivers/mfd/ab8500-core.c @@ -922,7 +922,7 @@ static struct resource ab8505_iddet_resources[] = { static struct resource ab8500_temp_resources[] = { { - .name = "AB8500_TEMP_WARM", + .name = "ABX500_TEMP_WARM", .start = AB8500_INT_TEMP_WARM, .end = AB8500_INT_TEMP_WARM, .flags = IORESOURCE_IRQ, @@ -998,8 +998,8 @@ static struct mfd_cell abx500_common_devs[] = { .of_compatible = "stericsson,ab8500-denc", }, { - .name = "ab8500-temp", - .of_compatible = "stericsson,ab8500-temp", + .name = "abx500-temp", + .of_compatible = "stericsson,abx500-temp", .num_resources = ARRAY_SIZE(ab8500_temp_resources), .resources = ab8500_temp_resources, },
We are using a generic abx500 hwmon layer, so rename specific ab8500 to generic abx500 for hwmon device and driver matching. Signed-off-by: Hongbo Zhang <hongbo.zhang@linaro.org> --- drivers/mfd/ab8500-core.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)