Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759484AbbLCJkd (ORCPT ); Thu, 3 Dec 2015 04:40:33 -0500 Received: from n9-40.mail.139.com ([221.176.9.40]:44050 "EHLO n9-40.mail.139.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758995AbbLCJka (ORCPT ); Thu, 3 Dec 2015 04:40:30 -0500 X-Greylist: delayed 542 seconds by postgrey-1.27 at vger.kernel.org; Thu, 03 Dec 2015 04:40:30 EST X-Richmail-Antispam: sCL2rVi0borhSzeOjpYxWEmrxqxSIjpgsIL2jVqxeZIR0RM= X-RM-SPAM-FLAG: 00000000 X-RM-TRANSID: 2f1056600bead4b-bbe0d From: Xiubo Li To: broonie@kernel.org Cc: linux-kernel@vger.kernel.org, Xiubo Li Subject: [PATCH 0/3] regmap: add 64-bit support Date: Thu, 3 Dec 2015 17:31:50 +0800 Message-Id: <1449135113-31892-1-git-send-email-lixiubo@cmss.chinamobile.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 661 Lines: 20 This patch series add 64-bit support for 64 bit platform. Xiubo Li (3): regmap: cache: Tidy up the code to suppress style check warnings regmap: add 64-bit mode support regcache: add 64-bit mode support drivers/base/regmap/regcache.c | 45 +++++++++---------- drivers/base/regmap/regmap.c | 99 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 120 insertions(+), 24 deletions(-) -- 1.8.3.1 -- 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/