From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Tue, 15 Mar 2016 12:41:20 +0530 Subject: [U-Boot] Pull request: u-boot-spi/master Message-ID: <1458025880-24244-1-git-send-email-jteki@openedev.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 Tom, Please pull this PR. thanks! Jagan. The following changes since commit df61a74e6845ec9bdcdd48d2aff5e9c2c6debeaa: Prepare v2016.03 (2016-03-14 10:20:21 -0400) are available in the git repository at: git://git.denx.de/u-boot-spi.git master for you to fetch changes up to 77b8d04854f486741471ad02b93b473b5b3d72f8: spi: omap3: Convert to driver model (2016-03-14 22:46:28 +0530) ---------------------------------------------------------------- Jagan Teki (3): spi: omap3: Move headers code inside the driver spi: omap3: Make local functions as static spi: omap3: Convert to driver model drivers/spi/Kconfig | 7 + drivers/spi/omap3_spi.c | 757 +++++++++++++++++++++++++++++++----------------- drivers/spi/omap3_spi.h | 109 ------- 3 files changed, 497 insertions(+), 376 deletions(-) delete mode 100644 drivers/spi/omap3_spi.h