diff mbox series

[RESEND,1/2] dt-bindings: eeprom: rename to at24.txt

Message ID 20171207103829.3342-2-wsa@the-dreams.de
State Accepted
Delegated to: Bartosz Golaszewski
Headers show
Series eeprom: at24: rename binding docs | expand

Commit Message

Wolfram Sang Dec. 7, 2017, 10:38 a.m. UTC
This binding documentation is for the at24 driver, so the filename
should reflect it. This avoids confusion because we also have an
"eeprom" driver in Linux but it doesn't support DT even.

Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
---
 Documentation/devicetree/bindings/eeprom/{eeprom.txt => at24.txt} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename Documentation/devicetree/bindings/eeprom/{eeprom.txt => at24.txt} (100%)

Comments

Rob Herring Dec. 7, 2017, 3:41 p.m. UTC | #1
On Thu, Dec 7, 2017 at 4:38 AM, Wolfram Sang <wsa@the-dreams.de> wrote:
> This binding documentation is for the at24 driver, so the filename
> should reflect it. This avoids confusion because we also have an
> "eeprom" driver in Linux but it doesn't support DT even.
>
> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
> ---
>  Documentation/devicetree/bindings/eeprom/{eeprom.txt => at24.txt} | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename Documentation/devicetree/bindings/eeprom/{eeprom.txt => at24.txt} (100%)

Reviewed-by: Rob Herring <robh@kernel.org>
Bartosz Golaszewski Dec. 7, 2017, 3:56 p.m. UTC | #2
2017-12-07 16:41 GMT+01:00 Rob Herring <robh@kernel.org>:
> On Thu, Dec 7, 2017 at 4:38 AM, Wolfram Sang <wsa@the-dreams.de> wrote:
>> This binding documentation is for the at24 driver, so the filename
>> should reflect it. This avoids confusion because we also have an
>> "eeprom" driver in Linux but it doesn't support DT even.
>>
>> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
>> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
>> ---
>>  Documentation/devicetree/bindings/eeprom/{eeprom.txt => at24.txt} | 0
>>  1 file changed, 0 insertions(+), 0 deletions(-)
>>  rename Documentation/devicetree/bindings/eeprom/{eeprom.txt => at24.txt} (100%)
>
> Reviewed-by: Rob Herring <robh@kernel.org>

Applied, thanks!
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/eeprom/eeprom.txt b/Documentation/devicetree/bindings/eeprom/at24.txt
similarity index 100%
rename from Documentation/devicetree/bindings/eeprom/eeprom.txt
rename to Documentation/devicetree/bindings/eeprom/at24.txt