All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] DT: i2c: Add Freescale MPL3115 to trivial devices list
@ 2015-12-23 18:59 Akshay Bhat
  2015-12-29 18:35 ` Rob Herring
  0 siblings, 1 reply; 3+ messages in thread
From: Akshay Bhat @ 2015-12-23 18:59 UTC (permalink / raw)
  To: ktsai
  Cc: wsa, robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak,
	trivial, linux-i2c, devicetree, linux-kernel, justin.waters,
	Akshay Bhat

This adds devicetree documentation for the bindings of mpl3115 driver.

Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
---
 Documentation/devicetree/bindings/i2c/trivial-devices.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
index c50cf13..f3f4bc2 100644
--- a/Documentation/devicetree/bindings/i2c/trivial-devices.txt
+++ b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
@@ -54,6 +54,7 @@ epson,rx8581		I2C-BUS INTERFACE REAL TIME CLOCK MODULE
 fsl,mag3110		MAG3110: Xtrinsic High Accuracy, 3D Magnetometer
 fsl,mc13892		MC13892: Power Management Integrated Circuit (PMIC) for i.MX35/51
 fsl,mma8450		MMA8450Q: Xtrinsic Low-power, 3-axis Xtrinsic Accelerometer
+fsl,mpl3115		MPL3115: Absolute Digital Pressure Sensor
 fsl,mpr121		MPR121: Proximity Capacitive Touch Sensor Controller
 fsl,sgtl5000		SGTL5000: Ultra Low-Power Audio Codec
 gmt,g751		G751: Digital Temperature Sensor and Thermal Watchdog with Two-Wire Interface
-- 
2.6.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] DT: i2c: Add Freescale MPL3115 to trivial devices list
  2015-12-23 18:59 [PATCH] DT: i2c: Add Freescale MPL3115 to trivial devices list Akshay Bhat
@ 2015-12-29 18:35 ` Rob Herring
  2015-12-30  6:28   ` Wolfram Sang
  0 siblings, 1 reply; 3+ messages in thread
From: Rob Herring @ 2015-12-29 18:35 UTC (permalink / raw)
  To: Akshay Bhat
  Cc: ktsai, wsa, pawel.moll, mark.rutland, ijc+devicetree, galak,
	trivial, linux-i2c, devicetree, linux-kernel, justin.waters

On Wed, Dec 23, 2015 at 01:59:07PM -0500, Akshay Bhat wrote:
> This adds devicetree documentation for the bindings of mpl3115 driver.
> 
> Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
> ---
>  Documentation/devicetree/bindings/i2c/trivial-devices.txt | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Rob Herring <robh@kernel.org>

Who did you want to apply this? Send patches TO that person which I 
would expect to be Wolfram or me.

Rob

> 
> diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
> index c50cf13..f3f4bc2 100644
> --- a/Documentation/devicetree/bindings/i2c/trivial-devices.txt
> +++ b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
> @@ -54,6 +54,7 @@ epson,rx8581		I2C-BUS INTERFACE REAL TIME CLOCK MODULE
>  fsl,mag3110		MAG3110: Xtrinsic High Accuracy, 3D Magnetometer
>  fsl,mc13892		MC13892: Power Management Integrated Circuit (PMIC) for i.MX35/51
>  fsl,mma8450		MMA8450Q: Xtrinsic Low-power, 3-axis Xtrinsic Accelerometer
> +fsl,mpl3115		MPL3115: Absolute Digital Pressure Sensor
>  fsl,mpr121		MPR121: Proximity Capacitive Touch Sensor Controller
>  fsl,sgtl5000		SGTL5000: Ultra Low-Power Audio Codec
>  gmt,g751		G751: Digital Temperature Sensor and Thermal Watchdog with Two-Wire Interface
> -- 
> 2.6.3
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] DT: i2c: Add Freescale MPL3115 to trivial devices list
  2015-12-29 18:35 ` Rob Herring
@ 2015-12-30  6:28   ` Wolfram Sang
  0 siblings, 0 replies; 3+ messages in thread
From: Wolfram Sang @ 2015-12-30  6:28 UTC (permalink / raw)
  To: Rob Herring
  Cc: Akshay Bhat, ktsai, pawel.moll, mark.rutland, ijc+devicetree,
	galak, trivial, linux-i2c, devicetree, linux-kernel,
	justin.waters

[-- Attachment #1: Type: text/plain, Size: 586 bytes --]

On Tue, Dec 29, 2015 at 12:35:16PM -0600, Rob Herring wrote:
> On Wed, Dec 23, 2015 at 01:59:07PM -0500, Akshay Bhat wrote:
> > This adds devicetree documentation for the bindings of mpl3115 driver.
> > 
> > Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
> > ---
> >  Documentation/devicetree/bindings/i2c/trivial-devices.txt | 1 +
> >  1 file changed, 1 insertion(+)
> 
> Acked-by: Rob Herring <robh@kernel.org>
> 
> Who did you want to apply this? Send patches TO that person which I 
> would expect to be Wolfram or me.

I usually take these. Will do again :)


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-12-30  6:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-23 18:59 [PATCH] DT: i2c: Add Freescale MPL3115 to trivial devices list Akshay Bhat
2015-12-29 18:35 ` Rob Herring
2015-12-30  6:28   ` Wolfram Sang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.