[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1354559918-15105-1-git-send-email-m-karicheri2@ti.com>
Date: Mon, 3 Dec 2012 13:38:37 -0500
From: Murali Karicheri <m-karicheri2@...com>
To: <grant.likely@...retlab.ca>, <rob.herring@...xeda.com>,
<rob@...dley.net>, <devicetree-discuss@...ts.ozlabs.org>,
<linux-doc@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<spi-devel-general@...ts.sourceforge.net>,
<davinci-linux-open-source@...ux.davincidsp.com>,
<linux-keystone@...t.ti.com>
CC: Murali Karicheri <m-karicheri2@...com>
Subject: [PATCH v1 0/1] spi: davinci: add OF support for the spi controller
This adds OF support for DaVinci SPI driver. Following are changes from initial
version based on mostly review comments.
- removed attribute for spi version. instead, compatibility string is
modified to include version info.
- pdata ptr in davinci_spi_platform_data is replaced with struct itself.
spi_davinci_get_pdata() now populates the pdata in the above structure
with parsed values from DT bindings.
- rebased to v3.7 rc7 of linux-next
- replaces clk_* APIs with their prepare/unprepare versions
Murali Karicheri (1):
spi: davinci: add OF support for the spi controller
.../devicetree/bindings/spi/spi-davinci.txt | 51 ++++++++++
drivers/spi/spi-davinci.c | 102 +++++++++++++++++---
2 files changed, 139 insertions(+), 14 deletions(-)
create mode 100644 Documentation/devicetree/bindings/spi/spi-davinci.txt
--
1.7.9.5
--
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