From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Thu, 25 Jan 2018 12:45:03 +0000 Subject: [U-Boot] [PATCH v8 2/2] DW SPI: Get clock value from Device Tree In-Reply-To: <1516367853.5399.54.camel@synopsys.com> References: <20171228120903.17591-1-Eugeniy.Paltsev@synopsys.com> <20171228120903.17591-3-Eugeniy.Paltsev@synopsys.com> <1516367853.5399.54.camel@synopsys.com> Message-ID: <1516884303.3972.3.camel@synopsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Jagan, On Fri, 2018-01-19 at 14:17 +0100, Eugeniy Paltsev wrote: > Hi Jagan, > > Could you please pull these patches to your tree? > It would be really nice to see this patch in the nearest release. > > Thanks. > > On Thu, 2017-12-28 at 15:09 +0300, Eugeniy Paltsev wrote: > > Add option to set spi controller clock frequency via device tree > > using standard clock bindings. > > > > Define dw_spi_get_clk function as 'weak' as some targets > > (like SOCFPGA_GEN5 and SOCFPGA_ARRIA10) don't use standard clock API > > and implement dw_spi_get_clk their own way in their clock manager. > > > > Get rid of clock_manager.h include as we don't use > > cm_get_spi_controller_clk_hz function anymore. (we use redefined > > dw_spi_get_clk in SOCFPGA clock managers instead) > > > > Reviewed-by: Marek Vasut > > Signed-off-by: Eugeniy Paltsev > > --- Any chance for this one to be applied sometime soon? Note this is a prerequisite for our further work and it's been floating and discussed on the mailing list for a couple of months now, that said we'd really like to get this as a part of U-Boot 2018.03. -Alexey