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


Groups > linux.kernel > #1203352

[PATCH 0/4] i2c: move client binding docs to proper place

From Wolfram Sang <wsa@the-dreams.de>
Newsgroups linux.kernel
Subject [PATCH 0/4] i2c: move client binding docs to proper place
Date 2015-08-08 20:40 +0200
Message-ID <pVhce-6Ud-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


The I2C binding directory is for master controllers, muxes and alike. Not for
client drivers. Move those who slipped in to their proper places.

I'd like to take these patches via my tree, so it is promptly cleaned up in one
go. So, I am mainly asking for acks here.

Thanks,

   Wolfram

Wolfram Sang (4):
  rtc: bq32k: move binding docs to proper place
  hwmon: max6697: move binding docs to proper place
  hwmon: ina2xx: move binding docs to proper place
  hwmon: ina209: move binding docs to proper place

 Documentation/devicetree/bindings/{i2c => hwmon}/ina209.txt  | 0
 Documentation/devicetree/bindings/{i2c => hwmon}/ina2xx.txt  | 0
 Documentation/devicetree/bindings/{i2c => hwmon}/max6697.txt | 0
 Documentation/devicetree/bindings/{i2c => rtc}/ti,bq32k.txt  | 0
 4 files changed, 0 insertions(+), 0 deletions(-)
 rename Documentation/devicetree/bindings/{i2c => hwmon}/ina209.txt (100%)
 rename Documentation/devicetree/bindings/{i2c => hwmon}/ina2xx.txt (100%)
 rename Documentation/devicetree/bindings/{i2c => hwmon}/max6697.txt (100%)
 rename Documentation/devicetree/bindings/{i2c => rtc}/ti,bq32k.txt (100%)

-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

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


Thread

[PATCH 0/4] i2c: move client binding docs to proper place Wolfram Sang <wsa@the-dreams.de> - 2015-08-08 20:40 +0200
  Re: [PATCH 0/4] i2c: move client binding docs to proper place Wolfram Sang <wsa@the-dreams.de> - 2015-08-09 09:20 +0200

csiph-web