From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Pinchart Date: Fri, 06 Jan 2017 11:05:50 +0000 Subject: Re: [PATCH 18/19] serial: sh-sci: Remove unused platform data capabilities field Message-Id: <1843445.xM9acOKP5n@avalon> List-Id: References: <20170103230639.19660-1-laurent.pinchart+renesas@ideasonboard.com> <20170103230639.19660-19-laurent.pinchart+renesas@ideasonboard.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Geert Uytterhoeven Cc: Laurent Pinchart , Linux-Renesas , Linux-sh list , "linux-serial@vger.kernel.org" , Geert Uytterhoeven Hi Geert, On Friday 06 Jan 2017 11:59:58 Geert Uytterhoeven wrote: > On Wed, Jan 4, 2017 at 12:06 AM, Laurent Pinchart wrote: > > The field isn't set by any platform but is only used internally in the > > driver to hold data parsed from DT. Move it to the sci_port structure. > > This does mean legacy platform data can no longer set it > (no platform data did). Correct. Platforms that want to set it should migrate to DT :-) > > Signed-off-by: Laurent Pinchart > > > > Reviewed-by: Geert Uytterhoeven -- Regards, Laurent Pinchart