From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757757AbcDAA6g (ORCPT ); Thu, 31 Mar 2016 20:58:36 -0400 Received: from mailout4.w1.samsung.com ([210.118.77.14]:10701 "EHLO mailout4.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753297AbcDAA6f (ORCPT ); Thu, 31 Mar 2016 20:58:35 -0400 X-AuditID: cbfec7f5-f792a6d000001302-49-56fdc7b7b3bc Subject: Re: Applied "regmap: mmio: Explicitly say little endian is the defualt in the bus config" to the regmap tree To: Mark Brown References: Cc: linux-kernel@vger.kernel.org From: Krzysztof Kozlowski Message-id: <56FDC7B4.8040604@samsung.com> Date: Fri, 01 Apr 2016 09:58:28 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-version: 1.0 In-reply-to: Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFtrFLMWRmVeSWpSXmKPExsVy+t/xy7rbj/8NM5i0UdFi6sMnbBavXxha XN41h82B2WPTqk42j74tqxg9Pm+SC2CO4rJJSc3JLEst0rdL4Mr4fmcDW8E0gYpll7czNzB2 8XYxcnJICJhInPnxixXCFpO4cG89G4gtJLCUUWL3g5wuRi4g+ymjxIK+nWBFwgKVEntvTmcC sUUElCWuft/LAtGgJXHlZyNYnFlAQeLXvU1g9WwCxhKbly8BG8oLVHN+z1F2EJtFQFWic3I7 mC0qECHxZO5JRogaQYkfk++BzeQU0JbY0tgDZHMAzdSTuH9RC2K8vMTmNW+ZJzAKzELSMQuh ahaSqgWMzKsYRVNLkwuKk9JzjfSKE3OLS/PS9ZLzczcxQkL06w7GpcesDjEKcDAq8fDemPY3 TIg1say4MvcQowQHs5IIr+ZRoBBvSmJlVWpRfnxRaU5q8SFGaQ4WJXHembvehwgJpCeWpGan phakFsFkmTg4pRoY3d7rxPUYZRxasiuUoSCDxYyne+kd5wcTN//8vKLu7mkmmQvmB/ZKlHB7 1Ng+2N/cPe/4VmPeC/9s3MqPdUx6bMh77yvD6ayu49duFk4/MN1/y7JXty4Jthu1dB++kXFn voJb2Iojt7YZsfkxHvwcm/2m4+2K8x5RR3dtkDHdzSn9TohVOj9pnxJLcUaioRZzUXEiAErP pWdNAgAA Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01.04.2016 02:20, Mark Brown wrote: > The patch > > regmap: mmio: Explicitly say little endian is the defualt in the bus config > > has been applied to the regmap tree at > > git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git > > All being well this means that it will be integrated into the linux-next > tree (usually sometime in the next 24 hours) and sent to Linus during > the next merge window (or sooner if it is a bug fix), however if > problems are discovered then the patch may be dropped or reverted. > > You may get further e-mails resulting from automated or manual testing > and review of the tree, please engage with people reporting problems and > send followup patches addressing any issues that are reported if needed. > > If any updates are required or you are submitting further changes they > should be sent as incremental updates against current git, existing > patches will not be replaced. > > Please add any relevant lists and maintainers to the CCs when replying > to this mail. > > Thanks, > Mark > >>>From d055d9a27cf5b0026c14197a0ac43ecf9862afae Mon Sep 17 00:00:00 2001 > From: Mark Brown > Date: Thu, 31 Mar 2016 10:18:09 -0700 > Subject: [PATCH] regmap: mmio: Explicitly say little endian is the defualt in > the bus config > > Otherwise the DT parsing will default to big endian if nothing is > specified. > > Reported-by: Krzysztof Kozlowski > Signed-off-by: Mark Brown I tested your for-next branch: ==== commit 1688fc1d57333f8808f8cf04b1a5fdeb10c307c0 Merge: 835df66b60dc 267c85860308 6e4f28780f38 Author: Mark Brown Date: Thu Mar 31 13:42:36 2016 -0700 Merge remote-tracking branches 'regmap/topic/doc' and 'regmap/topic/flat' into regmap-next ==== ... and on my board (arch/arm/boot/dts/exynos4412-trats2.dts) the endianness for syscon reboot is fixed: Tested-by: Krzysztof Kozlowski Best regards, Krzysztof