Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751470AbbEGQrB (ORCPT ); Thu, 7 May 2015 12:47:01 -0400 Received: from mo4-p00-ob.smtp.rzone.de ([81.169.146.160]:12398 "EHLO mo4-p00-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751127AbbEGQq7 convert rfc822-to-8bit (ORCPT ); Thu, 7 May 2015 12:46:59 -0400 X-RZG-AUTH: :JGIXVUS7cutRB/49FwqZ7WcKdUCnXG6JabOfSXKWrat/hdPvzOaM X-RZG-CLASS-ID: mo00 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: [Gta04-owner] [PATCH 0/3] tty slave device support - version 3. From: "Dr. H. Nikolaus Schaller" In-Reply-To: <554B8A14.2080904@hurleysoftware.com> Date: Thu, 7 May 2015 18:46:51 +0200 Cc: Mark Rutland , Pavel Machek , List for communicating with real GTA04 owners , NeilBrown , One Thousand Gnomes , Arnd Bergmann , Greg Kroah-Hartman , Sebastian Reichel , "grant.likely@linaro.org" , Jiri Slaby , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" Content-Transfer-Encoding: 8BIT Message-Id: <21C337B3-D612-4931-BA23-6B7518E6E4DD@goldelico.com> References: <55492001.30806@hurleysoftware.com> <20150506092738.GB4508@amd> <554A03A7.2000504@hurleysoftware.com> <20150506123632.GA1764@leverpostej> <20150506141547.GB1764@leverpostej> <20150506171802.GE2974@leverpostej> <554B7D33.602@hurleysoftware.com> <9EF54D80-F634-4D59-BFD9-FC79FCFE06DE@goldelico.com> <554B8A14.2080904@hurleysoftware.com> To: Peter Hurley X-Mailer: Apple Mail (2.1878.6) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3623 Lines: 84 Hi Peter, Am 07.05.2015 um 17:51 schrieb Peter Hurley : > On 05/07/2015 11:34 AM, Dr. H. Nikolaus Schaller wrote: >> Am 07.05.2015 um 16:56 schrieb Peter Hurley : >>> On 05/07/2015 08:46 AM, Dr. H. Nikolaus Schaller wrote: > >>> Both devicetree and tty/serial can already represent independent control; >>> what is proposed is a way to express dependent control, and in all cases, >>> that control stems directly from either the UART state itself or via >>> commands sent over that interface. >> >> Yes. This is why I propose that the tty/uart driver can send an internal notification >> to the device driver. And the device driver can register to be notified by the UART >> that is identified by the phandle of the slave DT entry. > > I've not seen any code with your proposal, so that makes it impossible to > compare competing solutions. If you can give me some (unspecified) time to do it, I can write (simplified) patches to demonstrate the idea. I just hesitate to work out and submit a counter proposal to what Neil has submitted, because it will become wasted effort if it is rejected before I am finished. > > >>> Any target not requiring UART involvement doesn't (and probably, shouldn't) >>> be expressed as a slave device. >> >> IMHO it is not obligatory to represent the direction of control by a parent>child >> relation in DT. DT just needs to describe that there is a relation/connection. > > Devicetree usage in the linux kernel is for representing the host view, not an > abstract machine. I have yet to see an example of a proposed tty slave where the > host interface is not a UART. So far, I am only aware of two devices proposed to be tty power controlled slaves: * our GPS chip and * several Bluetooth modules (using HCI). It is difficult to predict future use cases and systems. With some phantasy there could be some I2C controlled serial level shifter that translates uart RX/TX/RTS/CTS to RS232 levels but allows for pin swapping (null modem). Power control of that chip is done through I2C. Similar chips exist for headset pinout detection ans automatic swapping, e.g. TS3A225E. Or some Infrared (IrDA) transceiver with mode and power control over I2C. Such a device should probably be described as a child node of the I2C bus it is connected to. And the driver must become an i2c device driver. So this would be in conflict with tty slave child nodes - but no problem with a phandle to the uart. > >> The driver code already must ?know? the direction of notifications. >> >> BTW, there can even be control in reverse direction in some cases. E.g. the slave >> driver wants to automatically set the baud rate of the uart, i.e. the slave controls >> the uart on /dev/tty side. >> >> If I have monitored some other discussion right, this is exactly done by a Codec >> driver to tell its mcbsp counterpart about clock rates and data formats it should >> expect. Maybe this is the reason why McBSP use (or are just happy with) the >> phandle approach. > > Parameters are not control. Agreed. Especially if you mean power control. But does it change the necessity to describe the control direction in the DT as parent>child? In many other situations power control is described by regulator phandles and the regulators are not children of the controlling DT node. BR, Nikolaus -- 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/