
On Thu, Jun 13, 2013 at 12:56 AM, Sebastian Hesselbarth sebastian.hesselbarth@gmail.com wrote:
On 06/12/2013 08:58 PM, Jagan Teki wrote:
On 03-06-2013 23:50, Jagan Teki wrote:
Looks ok to me as per coding style after a quick look. On Mon, May 27, 2013 at 12:06 AM, Sascha Silbe t-uboot@infra-silbe.de wrote:
From: Sebastian Hesselbarth sebastian.hesselbarth@gmail.com
This adds an SPI driver for Marvell Dove SoCs. This driver is taken from kirkwood_spi but removes mpp configuration as dove has dedicated spi pins.
As a future clean-up step, the code for orion5x, kirkwood and dove could be merged, with MPP configuration being be handled as part of cpu/board-specific setup.
Signed-off-by: Sebastian Hesselbarth sebastian.hesselbarth@gmail.com Signed-off-by: Sascha Silbe t-uboot@infra-silbe.de
v3->v4: renamed to dove, adjusted description, removed unused variable, made checkpatch clean
[...]
Any update on this.
Is any of you even listening? Please do _not_ name it after Dove! It is compatible with _at least_ Kirkwood, Orion5x and MV78x00. Now is the chance to have a common name or you will end up with either non-sense naming or four copies of that very driver.
Originally, it was named after the Linux group of SoCs compatible with Dove (orion-spi), IIRC Prafulla suggested mv-spi.
Sebastian
Common to use means orion_spi instead of Dove?
-- Thanks, Jagan.