From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753908AbcAWR3K (ORCPT ); Sat, 23 Jan 2016 12:29:10 -0500 Received: from lxorguk.ukuu.org.uk ([81.2.110.251]:36190 "EHLO lxorguk.ukuu.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751644AbcAWR3G (ORCPT ); Sat, 23 Jan 2016 12:29:06 -0500 Date: Sat, 23 Jan 2016 17:28:30 +0000 From: One Thousand Gnomes To: "H. Nikolaus Schaller" Cc: Tomeu Vizoso , Rob Herring , Vostrikov Andrey , Mark Rutland , Peter Hurley , Rob Herring , List for communicating with real GTA04 owners , NeilBrown , Arnd Bergmann , "devicetree@vger.kernel.org" , Greg Kroah-Hartman , Sebastian Reichel , "linux-kernel@vger.kernel.org" , "linux-serial@vger.kernel.org" , Grant Likely , Jiri Slaby , Marek Belisko Subject: Re: [Gta04-owner] [PATCH 0/4] UART slave device support - version 4 Message-ID: <20160123172830.51933d2d@lxorguk.ukuu.org.uk> In-Reply-To: References: <481E05A9-A192-438D-B092-D7700B30BBC4@goldelico.com> <744620565.20160116103445@cogentembedded.com> <20160116233157.GA7774@rob-hp-laptop> <3D5F35D7-31B5-4E68-875F-7DD492EF0316@goldelico.com> <20160117141912.4aa2e46c@lxorguk.ukuu.org.uk> <1D5F146E-D347-453B-9158-8D269F8DA99C@goldelico.com> <20160117193849.69d00c28@lxorguk.ukuu.org.uk> <37DCE36D-0A5E-41C5-BDA4-857DCF9F2DD1@goldelico.com> <20160118111926.0882b422@lxorguk.ukuu.org.uk> <07F3B6C0-0C87-478C-B6DD-5C0EECB42D0D@goldelico.com> <20160118220319.051c9cc0@lxorguk.ukuu.org.uk> <9E37C552-361C-4A54-980E-E3BFFF834302@goldelico.com> <20160120174610.1c64239a@lxorguk.ukuu.org.uk> <39B850CE-E381-4D3B-BD0A-84AFE7DAEEDF@goldelico.com> <20160122201229.5df0bb2d@lxorguk.ukuu.org.uk> Organization: Intel Corporation X-Mailer: Claws Mail 3.13.1 (GTK+ 2.24.29; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > There is lots of stuff we probe and bind via user space - most things > > these days in fact. That's much of why we have notifiers and udev. It's > > frequently a win in flexibility, security and configurability to do stuff > > via user daemons. We do it for example with all the volume management, > > raid and disk encryption. > > Because volumes are something users really want to configure. They > can change their hardware configuration every now and then. And > there are removable media to be considered. Like USB bluetooth dongles, like systems with external SPI ports, or plug in SPI devices, or plug in gps devices on other interfaces ? > In our UART cases the underlaying hardware can't be reconfigured. So > there is no need to load this burden of config to the user. Plenty of uarts it can be or the BT can be muxed with other device endpoints. > For BT or GPS I just want it to work the same on all devices (independently > on how the specific chip is connected). Kernel should unify such things. > Or it would not be a Un(iplexed)ix. I think you are confusing Unix and Multics. Unix is nothing to do with Linux and Unix was about creating a beautiful system not by having a huge crap filled kernel, but by having only the minimum necessary in the kernel. Unix was not about what was put in but what was left out. "We used to sit around in the Unix Room saying, 'What can we throw out? Why is there this option?" - Doug McIlroy GPS is a train wreck for commonality. Most GPS requires custom binary only user space code often obfuscated in order to meet the regulations governing GPS technology to stop third parties using it for missile guidance. Alan From mboxrd@z Thu Jan 1 00:00:00 1970 From: One Thousand Gnomes Subject: Re: [Gta04-owner] [PATCH 0/4] UART slave device support - version 4 Date: Sat, 23 Jan 2016 17:28:30 +0000 Message-ID: <20160123172830.51933d2d@lxorguk.ukuu.org.uk> References: <481E05A9-A192-438D-B092-D7700B30BBC4@goldelico.com> <744620565.20160116103445@cogentembedded.com> <20160116233157.GA7774@rob-hp-laptop> <3D5F35D7-31B5-4E68-875F-7DD492EF0316@goldelico.com> <20160117141912.4aa2e46c@lxorguk.ukuu.org.uk> <1D5F146E-D347-453B-9158-8D269F8DA99C@goldelico.com> <20160117193849.69d00c28@lxorguk.ukuu.org.uk> <37DCE36D-0A5E-41C5-BDA4-857DCF9F2DD1@goldelico.com> <20160118111926.0882b422@lxorguk.ukuu.org.uk> <07F3B6C0-0C87-478C-B6DD-5C0EECB42D0D@goldelico.com> <20160118220319.051c9cc0@lxorguk.ukuu.org.uk> <9E37C552-361C-4A54-980E-E3BFFF834302@goldelico.com> <20160120174610.1c64239a@lxorguk.ukuu.org.uk> <39B850CE-E381-4D3B-BD0A-84AFE7DAEEDF@goldelico.com> <20160122201229.5df0bb2d@lxorguk.ukuu.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "H. Nikolaus Schaller" Cc: Tomeu Vizoso , Rob Herring , Vostrikov Andrey , Mark Rutland , Peter Hurley , Rob Herring , List for communicating with real GTA04 owners , NeilBrown , Arnd Bergmann , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Greg Kroah-Hartman , Sebastian Reichel , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-serial-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Grant Likely , Jiri Slaby , Marek Belisko List-Id: devicetree@vger.kernel.org > > There is lots of stuff we probe and bind via user space - most things > > these days in fact. That's much of why we have notifiers and udev. It's > > frequently a win in flexibility, security and configurability to do stuff > > via user daemons. We do it for example with all the volume management, > > raid and disk encryption. > > Because volumes are something users really want to configure. They > can change their hardware configuration every now and then. And > there are removable media to be considered. Like USB bluetooth dongles, like systems with external SPI ports, or plug in SPI devices, or plug in gps devices on other interfaces ? > In our UART cases the underlaying hardware can't be reconfigured. So > there is no need to load this burden of config to the user. Plenty of uarts it can be or the BT can be muxed with other device endpoints. > For BT or GPS I just want it to work the same on all devices (independently > on how the specific chip is connected). Kernel should unify such things. > Or it would not be a Un(iplexed)ix. I think you are confusing Unix and Multics. Unix is nothing to do with Linux and Unix was about creating a beautiful system not by having a huge crap filled kernel, but by having only the minimum necessary in the kernel. Unix was not about what was put in but what was left out. "We used to sit around in the Unix Room saying, 'What can we throw out? Why is there this option?" - Doug McIlroy GPS is a train wreck for commonality. Most GPS requires custom binary only user space code often obfuscated in order to meet the regulations governing GPS technology to stop third parties using it for missile guidance. Alan -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html