From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-oi0-f66.google.com ([209.85.218.66]:35017 "EHLO mail-oi0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754414AbcGUWDc (ORCPT ); Thu, 21 Jul 2016 18:03:32 -0400 Date: Thu, 21 Jul 2016 17:03:30 -0500 From: Rob Herring To: Songjun Wu Cc: nicolas.ferre@atmel.com, laurent.pinchart@ideasonboard.com, linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, devicetree@vger.kernel.org, Mark Rutland , linux-kernel@vger.kernel.org Subject: Re: [PATCH v6 2/2] [media] atmel-isc: DT binding for Image Sensor Controller driver Message-ID: <20160721220330.GA17291@rob-hp-laptop> References: <1469088900-23935-1-git-send-email-songjun.wu@microchip.com> <1469088900-23935-3-git-send-email-songjun.wu@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1469088900-23935-3-git-send-email-songjun.wu@microchip.com> Sender: linux-media-owner@vger.kernel.org List-ID: On Thu, Jul 21, 2016 at 04:14:58PM +0800, Songjun Wu wrote: > DT binding documentation for ISC driver. > > Signed-off-by: Songjun Wu > --- > > Changes in v6: > - Add "iscck" and "gck" to clock-names. > > Changes in v5: > - Add clock-output-names. > > Changes in v4: > - Remove the isc clock nodes. > > Changes in v3: > - Remove the 'atmel,sensor-preferred'. > - Modify the isc clock node according to the Rob's remarks. > > Changes in v2: > - Remove the unit address of the endpoint. > - Add the unit address to the clock node. > - Avoid using underscores in node names. > - Drop the "0x" in the unit address of the i2c node. > - Modify the description of 'atmel,sensor-preferred'. > - Add the description for the ISC internal clock. > > .../devicetree/bindings/media/atmel-isc.txt | 65 ++++++++++++++++++++++ > 1 file changed, 65 insertions(+) > create mode 100644 Documentation/devicetree/bindings/media/atmel-isc.txt Acked-by: Rob Herring