From: Santosh Shilimkar <santosh.shilimkar@ti.com>
To: <dwmw2@infradead.org>
Cc: Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, grygorii.strashko@ti.com,
Russell King <linux@arm.linux.org.uk>,
Pawel Moll <pawel.moll@arm.com>,
Stephen Warren <swarren@wwwdotorg.org>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@kernel.crashing.org>,
Rob Herring <rob.herring@calxeda.com>,
linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org,
Rob Landley <rob@landley.net>,
Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 0/9] Reuse davinci-nand driver for Keystone arch
Date: Sat, 14 Dec 2013 14:18:36 -0500 [thread overview]
Message-ID: <52ACAF0C.6060205@ti.com> (raw)
In-Reply-To: <52A5F355.9020704@ti.com>
On Monday 09 December 2013 11:44 AM, Santosh Shilimkar wrote:
> David,
>
> On Thursday 05 December 2013 12:25 PM, Ivan Khoronzhuk wrote:
>> This series contains fixes and updates of Davinci nand driver in
>> order to reuse it for Keystone platform.
>>
>> v2..v3:
>> - mtd: nand: davinci: don't set timings if AEMIF is used
>> dropped, it would be replaced by alone patch
>> ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemif
>>
>> v1..v2
>> The series is combination of two following series:
>> - Davinci nand driver fixes and updates:
>> https://lkml.org/lkml/2013/11/20/271
>> - Reuse davinci-nand driver for Keystone arch
>> https://lkml.org/lkml/2013/11/20/315
>>
>> - mtd: nand: davinci: extend description of bindings
>> clarified changeset description
>>
>> - mtd: nand: davinci: reuse driver for Keystone arch
>> removed "ti,keystone-nand" compatible from driver
>>
>> Ivan Khoronzhuk (9):
>> mtd: nand: davinci: fix driver registration
>> mtd: nand: davinci: return ENOMEM if memory allocation is failed
>> mtd: nand: davinci: check required ti,davinci-chipselect property
>> mtd: nand: davinci: simplify error handling
>> mtd: nand: davinci: move bindings under mtd
>> mtd: nand: davinci: extend description of bindings
>> mtd: nand: davinci: adjust DT properties to MTD generic
>> mtd: nand: davinci: reuse driver for Keystone arch
>> mtd: nand: davinci: don't request AEMIF address range
>>
> Can you please pick up the $subject series if you are happy
> with it ?
> It lets us re-use Davinci nand driver on Keystone SOCs.
>
Ping..
regards,
Santosh
WARNING: multiple messages have this Message-ID (diff)
From: santosh.shilimkar@ti.com (Santosh Shilimkar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/9] Reuse davinci-nand driver for Keystone arch
Date: Sat, 14 Dec 2013 14:18:36 -0500 [thread overview]
Message-ID: <52ACAF0C.6060205@ti.com> (raw)
In-Reply-To: <52A5F355.9020704@ti.com>
On Monday 09 December 2013 11:44 AM, Santosh Shilimkar wrote:
> David,
>
> On Thursday 05 December 2013 12:25 PM, Ivan Khoronzhuk wrote:
>> This series contains fixes and updates of Davinci nand driver in
>> order to reuse it for Keystone platform.
>>
>> v2..v3:
>> - mtd: nand: davinci: don't set timings if AEMIF is used
>> dropped, it would be replaced by alone patch
>> ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemif
>>
>> v1..v2
>> The series is combination of two following series:
>> - Davinci nand driver fixes and updates:
>> https://lkml.org/lkml/2013/11/20/271
>> - Reuse davinci-nand driver for Keystone arch
>> https://lkml.org/lkml/2013/11/20/315
>>
>> - mtd: nand: davinci: extend description of bindings
>> clarified changeset description
>>
>> - mtd: nand: davinci: reuse driver for Keystone arch
>> removed "ti,keystone-nand" compatible from driver
>>
>> Ivan Khoronzhuk (9):
>> mtd: nand: davinci: fix driver registration
>> mtd: nand: davinci: return ENOMEM if memory allocation is failed
>> mtd: nand: davinci: check required ti,davinci-chipselect property
>> mtd: nand: davinci: simplify error handling
>> mtd: nand: davinci: move bindings under mtd
>> mtd: nand: davinci: extend description of bindings
>> mtd: nand: davinci: adjust DT properties to MTD generic
>> mtd: nand: davinci: reuse driver for Keystone arch
>> mtd: nand: davinci: don't request AEMIF address range
>>
> Can you please pick up the $subject series if you are happy
> with it ?
> It lets us re-use Davinci nand driver on Keystone SOCs.
>
Ping..
regards,
Santosh
WARNING: multiple messages have this Message-ID (diff)
From: Santosh Shilimkar <santosh.shilimkar@ti.com>
To: dwmw2@infradead.org
Cc: Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, grygorii.strashko@ti.com,
Russell King <linux@arm.linux.org.uk>,
Pawel Moll <pawel.moll@arm.com>,
Stephen Warren <swarren@wwwdotorg.org>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@kernel.crashing.org>,
Rob Herring <rob.herring@calxeda.com>,
linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org,
Rob Landley <rob@landley.net>,
Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 0/9] Reuse davinci-nand driver for Keystone arch
Date: Sat, 14 Dec 2013 14:18:36 -0500 [thread overview]
Message-ID: <52ACAF0C.6060205@ti.com> (raw)
In-Reply-To: <52A5F355.9020704@ti.com>
On Monday 09 December 2013 11:44 AM, Santosh Shilimkar wrote:
> David,
>
> On Thursday 05 December 2013 12:25 PM, Ivan Khoronzhuk wrote:
>> This series contains fixes and updates of Davinci nand driver in
>> order to reuse it for Keystone platform.
>>
>> v2..v3:
>> - mtd: nand: davinci: don't set timings if AEMIF is used
>> dropped, it would be replaced by alone patch
>> ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemif
>>
>> v1..v2
>> The series is combination of two following series:
>> - Davinci nand driver fixes and updates:
>> https://lkml.org/lkml/2013/11/20/271
>> - Reuse davinci-nand driver for Keystone arch
>> https://lkml.org/lkml/2013/11/20/315
>>
>> - mtd: nand: davinci: extend description of bindings
>> clarified changeset description
>>
>> - mtd: nand: davinci: reuse driver for Keystone arch
>> removed "ti,keystone-nand" compatible from driver
>>
>> Ivan Khoronzhuk (9):
>> mtd: nand: davinci: fix driver registration
>> mtd: nand: davinci: return ENOMEM if memory allocation is failed
>> mtd: nand: davinci: check required ti,davinci-chipselect property
>> mtd: nand: davinci: simplify error handling
>> mtd: nand: davinci: move bindings under mtd
>> mtd: nand: davinci: extend description of bindings
>> mtd: nand: davinci: adjust DT properties to MTD generic
>> mtd: nand: davinci: reuse driver for Keystone arch
>> mtd: nand: davinci: don't request AEMIF address range
>>
> Can you please pick up the $subject series if you are happy
> with it ?
> It lets us re-use Davinci nand driver on Keystone SOCs.
>
Ping..
regards,
Santosh
WARNING: multiple messages have this Message-ID (diff)
From: Santosh Shilimkar <santosh.shilimkar@ti.com>
To: <dwmw2@infradead.org>
Cc: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>,
Rob Landley <rob@landley.net>,
Russell King <linux@arm.linux.org.uk>,
<devicetree@vger.kernel.org>, Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Rob Herring <rob.herring@calxeda.com>,
Stephen Warren <swarren@wwwdotorg.org>,
Kumar Gala <galak@kernel.crashing.org>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
<linux-kernel@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-mtd@lists.infradead.org>, <grygorii.strashko@ti.com>
Subject: Re: [PATCH v3 0/9] Reuse davinci-nand driver for Keystone arch
Date: Sat, 14 Dec 2013 14:18:36 -0500 [thread overview]
Message-ID: <52ACAF0C.6060205@ti.com> (raw)
In-Reply-To: <52A5F355.9020704@ti.com>
On Monday 09 December 2013 11:44 AM, Santosh Shilimkar wrote:
> David,
>
> On Thursday 05 December 2013 12:25 PM, Ivan Khoronzhuk wrote:
>> This series contains fixes and updates of Davinci nand driver in
>> order to reuse it for Keystone platform.
>>
>> v2..v3:
>> - mtd: nand: davinci: don't set timings if AEMIF is used
>> dropped, it would be replaced by alone patch
>> ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemif
>>
>> v1..v2
>> The series is combination of two following series:
>> - Davinci nand driver fixes and updates:
>> https://lkml.org/lkml/2013/11/20/271
>> - Reuse davinci-nand driver for Keystone arch
>> https://lkml.org/lkml/2013/11/20/315
>>
>> - mtd: nand: davinci: extend description of bindings
>> clarified changeset description
>>
>> - mtd: nand: davinci: reuse driver for Keystone arch
>> removed "ti,keystone-nand" compatible from driver
>>
>> Ivan Khoronzhuk (9):
>> mtd: nand: davinci: fix driver registration
>> mtd: nand: davinci: return ENOMEM if memory allocation is failed
>> mtd: nand: davinci: check required ti,davinci-chipselect property
>> mtd: nand: davinci: simplify error handling
>> mtd: nand: davinci: move bindings under mtd
>> mtd: nand: davinci: extend description of bindings
>> mtd: nand: davinci: adjust DT properties to MTD generic
>> mtd: nand: davinci: reuse driver for Keystone arch
>> mtd: nand: davinci: don't request AEMIF address range
>>
> Can you please pick up the $subject series if you are happy
> with it ?
> It lets us re-use Davinci nand driver on Keystone SOCs.
>
Ping..
regards,
Santosh
next prev parent reply other threads:[~2013-12-14 19:18 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-05 17:25 [PATCH v3 0/9] Reuse davinci-nand driver for Keystone arch Ivan Khoronzhuk
2013-12-05 17:25 ` Ivan Khoronzhuk
2013-12-05 17:25 ` Ivan Khoronzhuk
2013-12-05 17:25 ` Ivan Khoronzhuk
2013-12-05 17:25 ` [PATCH v3 1/9] mtd: nand: davinci: fix driver registration Ivan Khoronzhuk
2013-12-05 17:25 ` Ivan Khoronzhuk
2013-12-05 17:25 ` Ivan Khoronzhuk
2013-12-05 17:25 ` Ivan Khoronzhuk
2013-12-17 9:24 ` Brian Norris
2013-12-17 9:24 ` Brian Norris
2013-12-17 9:24 ` Brian Norris
2013-12-17 10:21 ` ivan.khoronzhuk
2013-12-17 10:21 ` ivan.khoronzhuk
2013-12-17 10:21 ` ivan.khoronzhuk
2013-12-17 10:21 ` ivan.khoronzhuk
2013-12-17 10:43 ` Brian Norris
2013-12-17 10:43 ` Brian Norris
2013-12-17 10:43 ` Brian Norris
2013-12-17 10:43 ` Brian Norris
2013-12-05 17:25 ` [PATCH v3 2/9] mtd: nand: davinci: return ENOMEM if memory allocation is failed Ivan Khoronzhuk
2013-12-05 17:25 ` Ivan Khoronzhuk
2013-12-05 17:25 ` Ivan Khoronzhuk
2013-12-05 17:25 ` Ivan Khoronzhuk
2013-12-05 17:25 ` [PATCH v3 3/9] mtd: nand: davinci: check required ti, davinci-chipselect property Ivan Khoronzhuk
2013-12-05 17:25 ` [PATCH v3 3/9] mtd: nand: davinci: check required ti,davinci-chipselect property Ivan Khoronzhuk
2013-12-05 17:25 ` [PATCH v3 3/9] mtd: nand: davinci: check required ti, davinci-chipselect property Ivan Khoronzhuk
2013-12-05 17:25 ` Ivan Khoronzhuk
2013-12-05 17:25 ` [PATCH v3 4/9] mtd: nand: davinci: simplify error handling Ivan Khoronzhuk
2013-12-05 17:25 ` Ivan Khoronzhuk
2013-12-05 17:25 ` Ivan Khoronzhuk
2013-12-05 17:25 ` Ivan Khoronzhuk
2013-12-05 17:25 ` [PATCH v3 5/9] mtd: nand: davinci: move bindings under mtd Ivan Khoronzhuk
2013-12-05 17:25 ` Ivan Khoronzhuk
2013-12-05 17:25 ` Ivan Khoronzhuk
2013-12-05 17:25 ` Ivan Khoronzhuk
2013-12-05 17:25 ` [PATCH v3 6/9] mtd: nand: davinci: extend description of bindings Ivan Khoronzhuk
2013-12-05 17:25 ` Ivan Khoronzhuk
2013-12-05 17:25 ` Ivan Khoronzhuk
2013-12-05 17:25 ` Ivan Khoronzhuk
2013-12-05 17:25 ` [PATCH v3 7/9] mtd: nand: davinci: adjust DT properties to MTD generic Ivan Khoronzhuk
2013-12-05 17:25 ` Ivan Khoronzhuk
2013-12-05 17:25 ` Ivan Khoronzhuk
2013-12-05 17:25 ` Ivan Khoronzhuk
2013-12-17 8:50 ` Brian Norris
2013-12-17 8:50 ` Brian Norris
2013-12-17 8:50 ` Brian Norris
2013-12-17 8:50 ` Brian Norris
2013-12-17 12:19 ` ivan.khoronzhuk
2013-12-17 12:19 ` ivan.khoronzhuk
2013-12-17 12:19 ` ivan.khoronzhuk
2013-12-17 12:19 ` ivan.khoronzhuk
2013-12-05 17:25 ` [PATCH v3 8/9] mtd: nand: davinci: reuse driver for Keystone arch Ivan Khoronzhuk
2013-12-05 17:25 ` Ivan Khoronzhuk
2013-12-05 17:25 ` Ivan Khoronzhuk
2013-12-05 17:25 ` Ivan Khoronzhuk
2013-12-05 17:25 ` [PATCH v3 9/9] mtd: nand: davinci: don't request AEMIF address range Ivan Khoronzhuk
2013-12-05 17:25 ` Ivan Khoronzhuk
2013-12-05 17:25 ` Ivan Khoronzhuk
2013-12-05 17:25 ` Ivan Khoronzhuk
2013-12-17 8:42 ` Brian Norris
2013-12-17 8:42 ` Brian Norris
2013-12-17 8:42 ` Brian Norris
2013-12-17 8:42 ` Brian Norris
2013-12-17 10:33 ` ivan.khoronzhuk
2013-12-17 10:33 ` ivan.khoronzhuk
2013-12-17 10:33 ` ivan.khoronzhuk
2013-12-17 10:33 ` ivan.khoronzhuk
2013-12-09 16:44 ` [PATCH v3 0/9] Reuse davinci-nand driver for Keystone arch Santosh Shilimkar
2013-12-09 16:44 ` Santosh Shilimkar
2013-12-09 16:44 ` Santosh Shilimkar
2013-12-09 16:44 ` Santosh Shilimkar
2013-12-14 19:18 ` Santosh Shilimkar [this message]
2013-12-14 19:18 ` Santosh Shilimkar
2013-12-14 19:18 ` Santosh Shilimkar
2013-12-14 19:18 ` Santosh Shilimkar
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=52ACAF0C.6060205@ti.com \
--to=santosh.shilimkar@ti.com \
--cc=devicetree@vger.kernel.org \
--cc=dwmw2@infradead.org \
--cc=galak@kernel.crashing.org \
--cc=grygorii.strashko@ti.com \
--cc=ijc+devicetree@hellion.org.uk \
--cc=ivan.khoronzhuk@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=linux@arm.linux.org.uk \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.com \
--cc=rob.herring@calxeda.com \
--cc=rob@landley.net \
--cc=swarren@wwwdotorg.org \
/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.