From owner-svn-src-stable-11@freebsd.org Thu Mar 29 04:43:58 2018 Return-Path: Delivered-To: svn-src-stable-11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BEBEAF74CEE; Thu, 29 Mar 2018 04:43:58 +0000 (UTC) (envelope-from Andre.Albsmeier@siemens.com) Received: from thoth.sbs.de (thoth.sbs.de [192.35.17.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "thoth.sbs.de", Issuer "Siemens Issuing CA Internet Server 2017" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3881679CEC; Thu, 29 Mar 2018 04:43:57 +0000 (UTC) (envelope-from Andre.Albsmeier@siemens.com) Received: from mail3.siemens.de (mail3.siemens.de [139.25.208.14]) by thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id w2T4gN86000390 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 29 Mar 2018 06:42:23 +0200 Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.40.130]) by mail3.siemens.de (8.15.2/8.15.2) with ESMTP id w2T4gNTQ005785; Thu, 29 Mar 2018 06:42:23 +0200 Received: (from user@localhost) by curry.mchp.siemens.de (8.15.2/8.15.2) id w2T4gN3a007995; Date: Thu, 29 Mar 2018 06:42:22 +0200 From: Andre Albsmeier To: Ian Lepore Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: Re: svn commit: r331502 - stable/11/sys/modules/i2c/iicbus Message-ID: <20180329044222.GA47986@bali> References: <201803242250.w2OMoxNl016779@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201803242250.w2OMoxNl016779@repo.freebsd.org> User-Agent: Mutt/1.7.2 (2016-11-26) X-BeenThere: svn-src-stable-11@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for only the 11-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Mar 2018 04:43:58 -0000 On Sat, 24-Mar-2018 at 22:50:59 +0000, Ian Lepore wrote: > Author: ian > Date: Sat Mar 24 22:50:59 2018 > New Revision: 331502 > URL: https://svnweb.freebsd.org/changeset/base/331502 > > Log: > MFC r329534-r329535 > > r329534: > Arrange SRCS= as 1 file per line, alphabetical, so it's easier to maintain. > Whitespace only, no functional changes. > > r329535: > Add iic_recover_bus.c, now part of iicbus. This should have been added > as part of r320463. And this one probably too ;-). --- Makefile.ORI 2018-03-29 06:40:08.695742000 +0200 +++ Makefile 2018-03-29 06:40:20.743473000 +0200 @@ -13,6 +13,7 @@ iicbus_if.h \ iiconf.c \ iiconf.h \ + opt_platform.h .if !empty(OPT_FDT) SRCS+= ofw_iicbus.c ofw_bus_if.h