From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 10 Oct 2019 12:00:47 +0200 Subject: [U-Boot] [PATCH v3 3/4] arm: socfpga: Convert system manager from struct to defines In-Reply-To: <43e5b1fe-a796-95f9-1f14-3db00eb265b7@denx.de> References: <1570688406-35914-1-git-send-email-ley.foon.tan@intel.com> <1570688406-35914-4-git-send-email-ley.foon.tan@intel.com> <20191010100944.6c1e3aba@crub> <20191010112913.4a580c80@crub> <43e5b1fe-a796-95f9-1f14-3db00eb265b7@denx.de> Message-ID: <20191010120047.5f0202da@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 10 Oct 2019 11:39:13 +0200 Marek Vasut marex at denx.de wrote: ... > > The preferred way for I/O access is documented in [1], see "Use structures > > for I/O access" section. > > This seems to not scale and I keep running into the problem where a few > registers changed between various mutations of the IP more and more often. > > This seems to be the case here too. The maintainers of these drivers should decide what is better here. -- Anatolij