Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1614407

[PATCH v3 0/7] mfd: Add OF device table to I2C drivers that are missing it

From Javier Martinez Canillas <javier@osg.samsung.com>
Newsgroups linux.kernel
Subject [PATCH v3 0/7] mfd: Add OF device table to I2C drivers that are missing it
Date 2017-04-01 09:20 +0200
Message-ID <trluh-7Th-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hello,

This series add OF device ID tables to mfd I2C drivers whose devices are
either used in Device Tree source files or are listed in binding docs as
a compatible string.

That's done because the plan is to change the I2C core to report proper OF
modaliases instead of always reporting a MODALIAS=i2c:<foo> regardless if
a device was registered via DT or using the legacy platform data mechanism.

So these patches will make sure that mfd I2C drivers modules will continue
to be autoloaded once the I2C core is changed to report proper OF modalias.

Users didn't have a vendor prefix in the used compatible strings, but since
there wasn't a DT binding document for these drivers, it can be said that
were working for mere luck and so this series fixes the users and add a DT
binding doc for the drivers.

It's safe to apply the patches independently.

Best regards,
Javier

Changes in v3:
- Add a vendor prefix to the compatible string (Rob Herring).
- Add a vendor prefix to the compatible string (Rob Herring).

Changes in v2:
- Don't use of_match_ptr() to avoid build warning when CONFIG_OF is disabled.
- Don't use of_match_ptr() to avoid build warning when CONFIG_OF is disabled.

Javier Martinez Canillas (7):
  mfd: Add Device Tree bindings document for retu/tahvo ASIC chips
  mfd: retu: Add OF device ID table
  i2c: i2c-cbus-gpio: Add vendor prefix to retu node in example
  ARM: dts: n8x0: Add vendor prefix to retu node
  mfd: Add Device Tree bindings document for TI tps6105x chip
  mfd: tps6105x: Add OF device ID table
  ARM: ux500: Add vendor prefix to tps61052 node

 .../devicetree/bindings/i2c/i2c-cbus-gpio.txt         |  2 +-
 Documentation/devicetree/bindings/mfd/retu.txt        | 19 +++++++++++++++++++
 Documentation/devicetree/bindings/mfd/tps6105x.txt    | 17 +++++++++++++++++
 arch/arm/boot/dts/omap2420-n8x0-common.dtsi           |  2 +-
 arch/arm/boot/dts/ste-hrefprev60.dtsi                 |  2 +-
 drivers/mfd/retu-mfd.c                                |  8 ++++++++
 drivers/mfd/tps6105x.c                                |  8 ++++++++
 7 files changed, 55 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/retu.txt
 create mode 100644 Documentation/devicetree/bindings/mfd/tps6105x.txt

-- 
2.9.3

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v3 0/7] mfd: Add OF device table to I2C drivers that are missing it Javier Martinez Canillas <javier@osg.samsung.com> - 2017-04-01 09:20 +0200
  [PATCH v3 5/7] mfd: Add Device Tree bindings document for TI tps6105x chip Javier Martinez Canillas <javier@osg.samsung.com> - 2017-04-01 09:20 +0200
    Re: [PATCH v3 5/7] mfd: Add Device Tree bindings document for TI  tps6105x chip Lee Jones <lee.jones@linaro.org> - 2017-04-03 13:20 +0200
      Re: [PATCH v3 5/7] mfd: Add Device Tree bindings document for TI  tps6105x chip Javier Martinez Canillas <javier@osg.samsung.com> - 2017-04-03 17:50 +0200
        Re: [PATCH v3 5/7] mfd: Add Device Tree bindings document for TI  tps6105x chip Lee Jones <lee.jones@linaro.org> - 2017-04-04 10:30 +0200
          Re: [PATCH v3 5/7] mfd: Add Device Tree bindings document for TI  tps6105x chip Javier Martinez Canillas <javier@osg.samsung.com> - 2017-04-04 13:50 +0200
  [PATCH v3 3/7] i2c: i2c-cbus-gpio: Add vendor prefix to retu node in example Javier Martinez Canillas <javier@osg.samsung.com> - 2017-04-01 09:20 +0200
  [PATCH v3 2/7] mfd: retu: Add OF device ID table Javier Martinez Canillas <javier@osg.samsung.com> - 2017-04-01 09:30 +0200
    Re: [PATCH v3 2/7] mfd: retu: Add OF device ID table Lee Jones <lee.jones@linaro.org> - 2017-04-03 13:20 +0200
      Re: [PATCH v3 2/7] mfd: retu: Add OF device ID table Javier Martinez Canillas <javier@osg.samsung.com> - 2017-04-03 17:50 +0200
        Re: [PATCH v3 2/7] mfd: retu: Add OF device ID table Rob Herring <robh@kernel.org> - 2017-04-04 00:30 +0200
          Re: [PATCH v3 2/7] mfd: retu: Add OF device ID table Javier Martinez Canillas <javier@osg.samsung.com> - 2017-04-04 00:30 +0200
            Re: [PATCH v3 2/7] mfd: retu: Add OF device ID table Tony Lindgren <tony@atomide.com> - 2017-04-04 01:00 +0200
              Re: [PATCH v3 2/7] mfd: retu: Add OF device ID table Javier Martinez Canillas <javier@osg.samsung.com> - 2017-04-04 01:10 +0200
            Re: [PATCH v3 2/7] mfd: retu: Add OF device ID table Aaro Koskinen <aaro.koskinen@iki.fi> - 2017-04-04 01:10 +0200
  [PATCH v3 4/7] ARM: dts: n8x0: Add vendor prefix to retu node Javier Martinez Canillas <javier@osg.samsung.com> - 2017-04-01 09:30 +0200
  [PATCH v3 7/7] ARM: ux500: Add vendor prefix to tps61052 node Javier Martinez Canillas <javier@osg.samsung.com> - 2017-04-01 09:30 +0200

csiph-web