From: Peter Ujfalusi <peter.ujfalusi@ti.com>
To: Samuel Ortiz <sameo@linux.intel.com>
Cc: linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org,
Tero Kristo <t-kristo@ti.com>
Subject: Re: [PATCH 00/10] MFD: twl-core: Cleanup part 2 for 3.9
Date: Tue, 15 Jan 2013 09:20:50 +0100 [thread overview]
Message-ID: <50F51162.1080606@ti.com> (raw)
In-Reply-To: <1356952171-6109-1-git-send-email-peter.ujfalusi@ti.com>
Hi Samuel,
On 12/31/2012 12:09 PM, Peter Ujfalusi wrote:
> Hello,
>
> Second part of the cleanup of twl-core which aims to make the code a bit more
> readable.
> It has been tested on: OMAP4 PandaBoard, OMAP4 Blaze, OMAP3 BeagleBoard, OMAP3
> Zoom2.
I will resend the series since I need to add two more patches to avoid build
breakage in zoom2.
>
> Regards,
> Peter
> ---
> Peter Ujfalusi (10):
> mfd: twl-core: Clean up module id lookup and definitions
> mfd: twl-core: No need to check for invalid subchip ID
> mfd: twl-core: Use the lookup table to find the correct subchip for
> the modules
> mfd: twl-core: Allocate twl_modules dynamically
> mfd: twl-core: Do not try to call legacy mfd add_children() when
> booted with DT
> mfd: twl-core: Do not create dummy pdata when booted with DT
> mfd: twl-core: Move 'inuse' check early at probe time
> mfd: twl-core: Collect global variables behind one private structure
> (global)
> mfd: twl-core: Remove no longer valid comment regarding to write
> buffer size
> mfd: twl-core: Move twl_i2c_read/write_u8 to header as inline function
> drivers/mfd/twl-core.c | 362 +++++++++++++++++++++---------------------------
> include/linux/i2c/twl.h | 84 +++++------
> 2 files changed, 205 insertions(+), 241 deletions(-)
>
--
Péter
WARNING: multiple messages have this Message-ID (diff)
From: Peter Ujfalusi <peter.ujfalusi@ti.com>
To: Samuel Ortiz <sameo@linux.intel.com>
Cc: <linux-kernel@vger.kernel.org>, <linux-omap@vger.kernel.org>,
Tero Kristo <t-kristo@ti.com>
Subject: Re: [PATCH 00/10] MFD: twl-core: Cleanup part 2 for 3.9
Date: Tue, 15 Jan 2013 09:20:50 +0100 [thread overview]
Message-ID: <50F51162.1080606@ti.com> (raw)
In-Reply-To: <1356952171-6109-1-git-send-email-peter.ujfalusi@ti.com>
Hi Samuel,
On 12/31/2012 12:09 PM, Peter Ujfalusi wrote:
> Hello,
>
> Second part of the cleanup of twl-core which aims to make the code a bit more
> readable.
> It has been tested on: OMAP4 PandaBoard, OMAP4 Blaze, OMAP3 BeagleBoard, OMAP3
> Zoom2.
I will resend the series since I need to add two more patches to avoid build
breakage in zoom2.
>
> Regards,
> Peter
> ---
> Peter Ujfalusi (10):
> mfd: twl-core: Clean up module id lookup and definitions
> mfd: twl-core: No need to check for invalid subchip ID
> mfd: twl-core: Use the lookup table to find the correct subchip for
> the modules
> mfd: twl-core: Allocate twl_modules dynamically
> mfd: twl-core: Do not try to call legacy mfd add_children() when
> booted with DT
> mfd: twl-core: Do not create dummy pdata when booted with DT
> mfd: twl-core: Move 'inuse' check early at probe time
> mfd: twl-core: Collect global variables behind one private structure
> (global)
> mfd: twl-core: Remove no longer valid comment regarding to write
> buffer size
> mfd: twl-core: Move twl_i2c_read/write_u8 to header as inline function
> drivers/mfd/twl-core.c | 362 +++++++++++++++++++++---------------------------
> include/linux/i2c/twl.h | 84 +++++------
> 2 files changed, 205 insertions(+), 241 deletions(-)
>
--
Péter
next prev parent reply other threads:[~2013-01-15 8:20 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-31 11:09 [PATCH 00/10] MFD: twl-core: Cleanup part 2 for 3.9 Peter Ujfalusi
2012-12-31 11:09 ` Peter Ujfalusi
2012-12-31 11:09 ` [PATCH 01/10] mfd: twl-core: Clean up module id lookup and definitions Peter Ujfalusi
2012-12-31 11:09 ` Peter Ujfalusi
2012-12-31 11:09 ` [PATCH 02/10] mfd: twl-core: No need to check for invalid subchip ID Peter Ujfalusi
2012-12-31 11:09 ` Peter Ujfalusi
2012-12-31 11:09 ` [PATCH 03/10] mfd: twl-core: Use the lookup table to find the correct subchip for the modules Peter Ujfalusi
2012-12-31 11:09 ` Peter Ujfalusi
2012-12-31 11:09 ` [PATCH 04/10] mfd: twl-core: Allocate twl_modules dynamically Peter Ujfalusi
2012-12-31 11:09 ` Peter Ujfalusi
2012-12-31 11:09 ` [PATCH 05/10] mfd: twl-core: Do not try to call legacy mfd add_children() when booted with DT Peter Ujfalusi
2012-12-31 11:09 ` Peter Ujfalusi
2012-12-31 11:09 ` [PATCH 06/10] mfd: twl-core: Do not create dummy pdata " Peter Ujfalusi
2012-12-31 11:09 ` Peter Ujfalusi
2012-12-31 11:09 ` [PATCH 07/10] mfd: twl-core: Move 'inuse' check early at probe time Peter Ujfalusi
2012-12-31 11:09 ` Peter Ujfalusi
2012-12-31 11:09 ` [PATCH 08/10] mfd: twl-core: Collect global variables behind one private structure (global) Peter Ujfalusi
2012-12-31 11:09 ` Peter Ujfalusi
2012-12-31 11:09 ` [PATCH 09/10] mfd: twl-core: Remove no longer valid comment regarding to write buffer size Peter Ujfalusi
2012-12-31 11:09 ` Peter Ujfalusi
2012-12-31 11:09 ` [PATCH 10/10] mfd: twl-core: Move twl_i2c_read/write_u8 to header as inline function Peter Ujfalusi
2012-12-31 11:09 ` Peter Ujfalusi
2013-01-15 8:20 ` Peter Ujfalusi [this message]
2013-01-15 8:20 ` [PATCH 00/10] MFD: twl-core: Cleanup part 2 for 3.9 Peter Ujfalusi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50F51162.1080606@ti.com \
--to=peter.ujfalusi@ti.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=sameo@linux.intel.com \
--cc=t-kristo@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.