[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140821160232.GR4266@lee--X1>
Date: Thu, 21 Aug 2014 17:02:32 +0100
From: Lee Jones <lee.jones@...aro.org>
To: Jacek Anaszewski <j.anaszewski@...sung.com>
Cc: linux-leds@...r.kernel.org, devicetree@...r.kernel.org,
linux-media@...r.kernel.org, linux-kernel@...r.kernel.org,
kyungmin.park@...sung.com, b.zolnierkie@...sung.com,
SangYoung Son <hello.son@...sung.com>,
Samuel Ortiz <sameo@...ux.intel.com>
Subject: Re: [PATCH/RFC v5 1/3] mfd: max77693: Fix register enum name
On Wed, 20 Aug 2014, Jacek Anaszewski wrote:
> According to the MAX77693 documentation the name of
> the register is FLASH_STATUS.
>
> Signed-off-by: Jacek Anaszewski <j.anaszewski@...sung.com>
> Acked-by: Kyungmin Park <kyungmin.park@...sung.com>
> Cc: Lee Jones <lee.jones@...aro.org>
> Cc: SangYoung Son <hello.son@...sung.com>
> Cc: Samuel Ortiz <sameo@...ux.intel.com>
> ---
> include/linux/mfd/max77693-private.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
> diff --git a/include/linux/mfd/max77693-private.h b/include/linux/mfd/max77693-private.h
> index c466ff3..615f121 100644
> --- a/include/linux/mfd/max77693-private.h
> +++ b/include/linux/mfd/max77693-private.h
> @@ -46,7 +46,7 @@ enum max77693_pmic_reg {
> MAX77693_LED_REG_VOUT_FLASH2 = 0x0C,
> MAX77693_LED_REG_FLASH_INT = 0x0E,
> MAX77693_LED_REG_FLASH_INT_MASK = 0x0F,
> - MAX77693_LED_REG_FLASH_INT_STATUS = 0x10,
> + MAX77693_LED_REG_FLASH_STATUS = 0x10,
>
> MAX77693_PMIC_REG_PMIC_ID1 = 0x20,
> MAX77693_PMIC_REG_PMIC_ID2 = 0x21,
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists