Hi Samuel, > Le 24 oct. 2015 à 01:00, Samuel Ortiz <sameo@xxxxxxxxxxxxxxx> a écrit : > > Hi Vincent, > >> On Fri, Oct 23, 2015 at 01:47:56PM +0000, Vincent Cuissard wrote: >> Hi Rob, >> >>>> Le 23 oct. 2015 à 15:18, Rob Herring <robh@xxxxxxxxxx> a écrit : >>>> >>>> On Fri, Oct 23, 2015 at 7:23 AM, Vincent Cuissard <cuissard@xxxxxxxxxxx> wrote: >>>> Align NFC bindgins to use marvell instead of mrvl. >>>> >>>> Signed-off-by: Vincent Cuissard <cuissard@xxxxxxxxxxx> >>>> --- >>>> Documentation/devicetree/bindings/net/nfc/nfcmrvl.txt | 12 ++++++------ >>>> drivers/nfc/nfcmrvl/i2c.c | 2 +- >>>> drivers/nfc/nfcmrvl/spi.c | 2 +- >>>> drivers/nfc/nfcmrvl/uart.c | 2 +- >>>> 4 files changed, 9 insertions(+), 9 deletions(-) >>>> >>>> diff --git a/Documentation/devicetree/bindings/net/nfc/nfcmrvl.txt b/Documentation/devicetree/bindings/net/nfc/nfcmrvl.txt >>>> index 41058fc..0f95924 100644 >>>> --- a/Documentation/devicetree/bindings/net/nfc/nfcmrvl.txt >>>> +++ b/Documentation/devicetree/bindings/net/nfc/nfcmrvl.txt >>>> @@ -2,9 +2,9 @@ >>>> >>>> Required properties: >>>> - compatible: Should be: >>>> - - "mrvl,nfc-uart" for UART devices >>>> - - "mrvl,nfc-i2c" for I2C devices >>>> - - "mrvl,nfc-spi" for SPI devices >>>> + - "marvell,nfc-uart" for UART devices >>>> + - "marvell,nfc-i2c" for I2C devices >>>> + - "marvell,nfc-spi" for SPI devices >>> >>> There is no point in changing these and doing so breaks backwards compatibility. >> >> There is no break since these 2 drivers are new. In the same patchset I first set mrvl and replace it to marvell since I figured out that this is the name for all other Marvell drivers. >> > I agree the i2c and spi drivers are new, but not the uart one. > That one should be supported in a backward compatible way. Since our chips are not sold through distributors yet I know that no one is using this UART driver yet. That's why I changed this compatible string without any trouble. If you really want I can keep the compatibility here but it will just add code that will never be used. As you wish. Br, -- Vincent-- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html