Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1168612

Re: [PATCH V2 0/2] add basic support to Marvell 88pm880/88pm886 PMIC chip

Path csiph.com!aioe.org!bofh.it!news.nic.it!robomod
From Yi Zhang <yizhang@marvell.com>
Newsgroups linux.kernel
Subject Re: [PATCH V2 0/2] add basic support to Marvell 88pm880/88pm886 PMIC chip
Date Fri, 19 Jun 2015 10:40:01 +0200
Message-ID <pD009-25F-5@gated-at.bofh.it> (permalink)
References <pAsOZ-eL-7@gated-at.bofh.it>
X-Original-To <sameo@linux.intel.com>, <lee.jones@linaro.org>, <pebolle@tiscali.nl>
MIME-Version 1.0
Content-Type text/plain; charset="us-ascii"
Content-Disposition inline
User-Agent Mutt/1.5.21 (2010-09-15)
X-Proofpoint-Virus-Version vendor=fsecure engine=2.50.10432:5.14.151,1.0.33,0.0.0000 definitions=2015-06-19_02:2015-06-18,2015-06-19,1970-01-01 signatures=0
X-Proofpoint-Spam-Details rule=outbound_notspam policy=outbound score=0 kscore.is_bulkscore=5.55111512312578e-17 kscore.compositescore=0 circleOfTrustscore=0 compositescore=0.990958581122404 suspectscore=0 recipient_domain_to_sender_totalscore=0 phishscore=0 bulkscore=0 kscore.is_spamscore=0 rbsscore=0.990958581122404 recipient_to_sender_totalscore=0 recipient_domain_to_sender_domain_totalscore=0 spamscore=0 recipient_to_sender_domain_totalscore=0 urlsuspectscore=0.990958581122404 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1402240000 definitions=main-1506190144
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 57
Organization linux.* mail to news gateway
X-Original-Cc <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>, <zhouqiao@marvell.com>
X-Original-Date Fri, 19 Jun 2015 16:33:57 +0800
X-Original-Message-ID <20150619083357.GA4502@yizhang>
X-Original-References <1434098601-3498-1-git-send-email-yizhang@marvell.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref aioe.org linux.kernel:1168612

Show key headers only | View raw


On Fri, Jun 12, 2015 at 04:43:19PM +0800, Yi Zhang wrote:

Hi, Samuel and Lee:

Could you please share your comments on this patch? 
then I can modify accordingly;

thanks very much;
>   - 88pm880 and 88pm886 are PMIC chips which integrates regulator,
>     gpadc, charger, fuelgauge, etc;
> 	they share most of the functions and register mapping
>   - this version removes the redundant EXPORT_SYMBOL_GPL, compared with the
>     first version
> 
> 
> Yi Zhang (2):
>   mfd: add Marvell 88pm88x description
>   mfd: 88pm88x: initialize 88pm886/88pm880 base support
> 
>  Documentation/devicetree/bindings/mfd/88pm88x.txt |  33 ++
>  drivers/mfd/88pm880-table.c                       | 173 +++++++
>  drivers/mfd/88pm886-table.c                       | 173 +++++++
>  drivers/mfd/88pm88x-core.c                        | 584 ++++++++++++++++++++++
>  drivers/mfd/88pm88x-i2c.c                         | 167 +++++++
>  drivers/mfd/88pm88x-irq.c                         | 171 +++++++
>  drivers/mfd/88pm88x.h                             |  51 ++
>  drivers/mfd/Kconfig                               |  12 +
>  drivers/mfd/Makefile                              |   3 +
>  include/linux/mfd/88pm880-reg.h                   |  98 ++++
>  include/linux/mfd/88pm880.h                       |  59 +++
>  include/linux/mfd/88pm886-reg.h                   |  59 +++
>  include/linux/mfd/88pm886.h                       |  55 ++
>  include/linux/mfd/88pm88x-reg.h                   | 118 +++++
>  include/linux/mfd/88pm88x.h                       | 202 ++++++++
>  15 files changed, 1958 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/mfd/88pm88x.txt
>  create mode 100644 drivers/mfd/88pm880-table.c
>  create mode 100644 drivers/mfd/88pm886-table.c
>  create mode 100644 drivers/mfd/88pm88x-core.c
>  create mode 100644 drivers/mfd/88pm88x-i2c.c
>  create mode 100644 drivers/mfd/88pm88x-irq.c
>  create mode 100644 drivers/mfd/88pm88x.h
>  create mode 100644 include/linux/mfd/88pm880-reg.h
>  create mode 100644 include/linux/mfd/88pm880.h
>  create mode 100644 include/linux/mfd/88pm886-reg.h
>  create mode 100644 include/linux/mfd/88pm886.h
>  create mode 100644 include/linux/mfd/88pm88x-reg.h
>  create mode 100644 include/linux/mfd/88pm88x.h
> 
> -- 
> 1.9.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/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH V2 0/2] add basic support to Marvell 88pm880/88pm886 PMIC  chip Yi Zhang <yizhang@marvell.com> - 2015-06-19 10:40 +0200

csiph-web