From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Wed, 14 Aug 2019 16:46:07 +0200 Subject: [U-Boot] [PATCH V3 03/10] spi: bcm63xx_hsspi: switch to raw I/O functions. In-Reply-To: <1565788721-21866-3-git-send-email-philippe.reynes@softathome.com> References: <1565788721-21866-1-git-send-email-philippe.reynes@softathome.com> <1565788721-21866-3-git-send-email-philippe.reynes@softathome.com> Message-ID: <159b2d05-e4c0-407f-37de-e2ff3cbb9600@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 14.08.19 um 15:18 schrieb Philippe Reynes: > From: Kursad Oney > > Make the driver compatible with both big and little endian SOCs. > Replace big-endian calls with their raw equivalents, expect for > writing the command to FIFO. That still has to be in big-endian > format. > > Signed-off-by: Kursad Oney > Reviewed-by: Philippe Reynes > --- > drivers/spi/bcm63xx_hsspi.c | 28 ++++++++++++++-------------- > 1 file changed, 14 insertions(+), 14 deletions(-) > > Changelog: > v3: > - no change > v2: > - move this patch from second place to third place > Reviewed-by: Daniel Schwierzeck -- - Daniel