[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110106002716.06a396c7@bob.linux.org.uk>
Date: Thu, 6 Jan 2011 00:27:16 +0000
From: Alan Cox <alan@...ux.intel.com>
To: Russ Gorby <russ.gorby@...el.com>
Cc: <gregkh@...e.de>, <segoon@...nwall.com>,
<richardx.r.gorby@...el.com>, linux-kernel@...r.kernel.org,
suhail.ahmed@...el.com
Subject: Re: [PATCH 4/7] serial: ifx6x60: set SPI max_speed_hz based on
platform type
> + if (ifx_dev->is_6160)
> + spi->max_speed_hz = 12500000;
> + else
> + spi->max_speed_hz = 25000000;
This should be coming directly from the platform data, ditto I suspect
wiring the DMA to is_6160 should probably be a platform "use_dma"
field ?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists