All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot PATCH 0/8] spi: Driver cleanup series
Date: Tue, 21 Apr 2015 23:56:54 +0530	[thread overview]
Message-ID: <1429640822-17558-1-git-send-email-jagannadh.teki@gmail.com> (raw)

Driver cleanup series list
- Minor code cleanups - tab space, comments etc
- Zapping unneeded drivers
- Moving header code into driver .c files for easy accessing
- Arranged the driver code format to [1] for more readable
  [1] http://lists.denx.de/pipermail/u-boot/2013-August/160473.html

thanks!
--
Jagan.

Jagannadha Sutradharudu Teki (8):
  sf: Adjust tab space's
  spi: Zap andes_spi driver
  spi: Zap ftssp010_spi driver
  spi: Zap oc_tiny_spi driver
  spi: xilinx_spi: Move header code to driver
  spi: xilinx_spi: Driver clean-up
  spi: davinci_spi: Move header code to driver
  spi: davinci_spi: Driver cleanup

 drivers/mtd/spi/sf_internal.h |  20 +-
 drivers/spi/Makefile          |   3 -
 drivers/spi/andes_spi.c       | 284 ------------------------
 drivers/spi/andes_spi.h       | 115 ----------
 drivers/spi/davinci_spi.c     | 369 ++++++++++++++++++++-----------
 drivers/spi/davinci_spi.h     | 121 ----------
 drivers/spi/ftssp010_spi.c    | 498 ------------------------------------------
 drivers/spi/oc_tiny_spi.c     | 245 ---------------------
 drivers/spi/xilinx_spi.c      | 153 +++++++++----
 drivers/spi/xilinx_spi.h      | 138 ------------
 include/spi.h                 |  12 +-
 include/spi_flash.h           |   8 +-
 12 files changed, 367 insertions(+), 1599 deletions(-)
 delete mode 100644 drivers/spi/andes_spi.c
 delete mode 100644 drivers/spi/andes_spi.h
 delete mode 100644 drivers/spi/davinci_spi.h
 delete mode 100644 drivers/spi/ftssp010_spi.c
 delete mode 100644 drivers/spi/oc_tiny_spi.c
 delete mode 100644 drivers/spi/xilinx_spi.h

-- 
1.9.1

             reply	other threads:[~2015-04-21 18:26 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-21 18:26 Jagannadha Sutradharudu Teki [this message]
2015-04-21 18:26 ` [U-Boot] [U-Boot PATCH 1/8] sf: Adjust tab space's Jagannadha Sutradharudu Teki
2015-04-21 18:26 ` [U-Boot] [U-Boot PATCH 2/8] spi: Zap andes_spi driver Jagannadha Sutradharudu Teki
2015-04-21 18:26 ` [U-Boot] [U-Boot PATCH 3/8] spi: Zap ftssp010_spi driver Jagannadha Sutradharudu Teki
2015-04-22  0:39   ` Axel Lin
2015-04-27 11:30     ` Jagan Teki
2015-04-21 18:26 ` [U-Boot] [U-Boot PATCH 4/8] spi: Zap oc_tiny_spi driver Jagannadha Sutradharudu Teki
2015-04-21 18:26 ` [U-Boot] [U-Boot PATCH 5/8] spi: xilinx_spi: Move header code to driver Jagannadha Sutradharudu Teki
2015-04-22 12:39   ` Michal Simek
2015-04-21 18:27 ` [U-Boot] [U-Boot PATCH 6/8] spi: xilinx_spi: Driver clean-up Jagannadha Sutradharudu Teki
2015-04-22 12:40   ` Michal Simek
2015-04-23  6:46     ` Jagan Teki
2015-04-21 18:27 ` [U-Boot] [U-Boot PATCH 7/8] spi: davinci_spi: Move header code to driver Jagannadha Sutradharudu Teki
2015-04-21 18:27 ` [U-Boot] [U-Boot PATCH 8/8] spi: davinci_spi: Driver cleanup Jagannadha Sutradharudu Teki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1429640822-17558-1-git-send-email-jagannadh.teki@gmail.com \
    --to=jagannadh.teki@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.