Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752392Ab3EaMz4 (ORCPT ); Fri, 31 May 2013 08:55:56 -0400 Received: from mail-wg0-f43.google.com ([74.125.82.43]:39191 "EHLO mail-wg0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750791Ab3EaMzv (ORCPT ); Fri, 31 May 2013 08:55:51 -0400 From: Michal Simek To: linux-kernel@vger.kernel.org Cc: Michal Simek , Michal Simek , Arnd Bergmann , Timur Tabi , devicetree-discuss@lists.ozlabs.org, linux-fbdev@vger.kernel.org, Tomi Valkeinen , Grant Likely , Jean-Christophe Plagniol-Villard , Rob Herring Subject: [PATCH v3 0/8] xilinxfb changes Date: Fri, 31 May 2013 14:55:30 +0200 Message-Id: X-Mailer: git-send-email 1.8.2.3 Content-Type: multipart/signed; boundary="=_mimegpg-monstr-desktop-8064-1370004938-0001"; micalg=pgp-sha1; protocol="application/pgp-signature" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2352 Lines: 69 This is a MIME GnuPG-signed message. If you see this text, it means that your E-mail or Usenet software does not support MIME signed messages. The Internet standard for MIME PGP messages, RFC 2015, was published in 1996. To open this message correctly you will need to install E-mail or Usenet software that supports modern Internet standards. --=_mimegpg-monstr-desktop-8064-1370004938-0001 Hi, I have done more changes in the driver to support probing on little and big endian system where detection is done directly on the hardware. I have also done some cleanups to get it to the better shape. Thanks for your review, Michal Changes in v3: - Remove out_be IO name from function name - Change patch subject from "Do not use out_be32 IO function" to "Do not name out_be32 in function name" - New patch in this patchset based on discussions - New patch in this patchset based on discussions - New patch in this patchset - New patch in this patchset based on discussions - New patch in this patchset Changes in v2: - use of_property_read_u32 helper function Series-changes: 3 - fix commit message Michal Simek (8): video: xilinxfb: Fix OF probing on little-endian systems video: xilinxfb: Do not name out_be32 in function name video: xilinxfb: Rename PLB_ACCESS_FLAG to BUS_ACCESS_FLAG video: xilinxfb: Use drvdata->regs_phys instead of physaddr video: xilinxfb: Group bus initialization video: xilinxfb: Add support for little endian accesses video: xilinxfb: Fix sparse warnings video: xilinxfb: Use driver for Xilinx ARM Zynq drivers/video/Kconfig | 2 +- drivers/video/xilinxfb.c | 157 ++++++++++++++++++++++++----------------------- 2 files changed, 81 insertions(+), 78 deletions(-) -- 1.8.2.3 --=_mimegpg-monstr-desktop-8064-1370004938-0001 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAlGoncoACgkQykllyylKDCH6YgCdFWERa94V6WU4izCoqkwPTwit Tk8AnRrcmvOeFNtkYcPge4Slbs3wJkfR =18q7 -----END PGP SIGNATURE----- --=_mimegpg-monstr-desktop-8064-1370004938-0001-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/