devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Satish Patel <satish.patel-l0cyMroinI0@public.gmane.org>
To: Satish Patel <satish.patel-l0cyMroinI0@public.gmane.org>,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org,
	rob-VoJi6FS/r0vR7s880joybQ@public.gmane.org,
	tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org
Cc: grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
Subject: Re: [PATCH v2 0/5] Smart Card(SC) interface, TI USIM & NxP SC phy driver
Date: Thu, 30 Jan 2014 11:22:48 +0530	[thread overview]
Message-ID: <52E9E8B0.2020000@ti.com> (raw)
In-Reply-To: <1390192434-19386-1-git-send-email-satish.patel-l0cyMroinI0@public.gmane.org>


On 1/20/2014 10:03 AM, Satish Patel wrote:
> Changes from v1:
> * RFC(v1) comments are fixed
>
> ** removed "gpio_to_irq" as GPIO controller process  cell from DT and
> give it to DT node
> ** comments on documentation
> ** few other comments on null checks are resolved
>
> * BWT timing configuration is added to ti-usim driver
>
> v1 cover letter link#
> https://lkml.org/lkml/2014/1/6/250
>
> Satish Patel (5):
>   sc_phy:SmartCard(SC) PHY interface to SC controller
>   misc: tda8026: Add NXP TDA8026 PHY driver
>   char: ti-usim: Add driver for USIM module on AM43xx
>   ARM: dts: AM43xx: DT entries added for ti-usim
>   ARM: dts: AM43xx-epos-evm: DT entries  for ti-usim and phy
>
>  Documentation/devicetree/bindings/misc/tda8026.txt |   19 +
>  .../devicetree/bindings/ti-usim/ti-usim.txt        |   31 +
>  Documentation/sc_phy.txt                           |  171 ++
>  arch/arm/boot/dts/am4372.dtsi                      |   10 +
>  arch/arm/boot/dts/am43x-epos-evm.dts               |   43 +
>  drivers/char/Kconfig                               |    7 +
>  drivers/char/Makefile                              |    1 +
>  drivers/char/ti-usim-hw.h                          |  863 +++++++++
>  drivers/char/ti-usim.c                             | 1859 ++++++++++++++++++++
>  drivers/misc/Kconfig                               |    7 +
>  drivers/misc/Makefile                              |    1 +
>  drivers/misc/tda8026.c                             | 1255 +++++++++++++
>  include/linux/sc_phy.h                             |  132 ++
>  include/linux/ti-usim.h                            |   98 +
>  14 files changed, 4497 insertions(+), 0 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/misc/tda8026.txt
>  create mode 100644 Documentation/devicetree/bindings/ti-usim/ti-usim.txt
>  create mode 100644 Documentation/sc_phy.txt
>  create mode 100644 drivers/char/ti-usim-hw.h
>  create mode 100644 drivers/char/ti-usim.c
>  create mode 100644 drivers/misc/tda8026.c
>  create mode 100644 include/linux/sc_phy.h
>  create mode 100644 include/linux/ti-usim.h
Any comments on this patch series ?

If not,
Can you accept these patches for next merge window

Thanks
Satish

>
>

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2014-01-30  5:52 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-20  4:33 [PATCH v2 0/5] Smart Card(SC) interface, TI USIM & NxP SC phy driver Satish Patel
2014-01-20  4:33 ` [PATCH v2 1/5] sc_phy:SmartCard(SC) PHY interface to SC controller Satish Patel
2014-01-20  4:33 ` [PATCH v2 2/5] misc: tda8026: Add NXP TDA8026 PHY driver Satish Patel
2014-01-20  4:33 ` [PATCH v2 3/5] char: ti-usim: Add driver for USIM module on AM43xx Satish Patel
     [not found]   ` <1390192434-19386-4-git-send-email-satish.patel-l0cyMroinI0@public.gmane.org>
2014-02-04 13:19     ` Roger Quadros
2014-02-06  3:46       ` Satish Patel
2014-01-20  4:33 ` [PATCH v2 4/5] ARM: dts: AM43xx: DT entries added for ti-usim Satish Patel
2014-01-20  4:33 ` [PATCH v2 5/5] ARM: dts: AM43xx-epos-evm: DT entries for ti-usim and phy Satish Patel
     [not found] ` <1390192434-19386-1-git-send-email-satish.patel-l0cyMroinI0@public.gmane.org>
2014-01-30  5:52   ` Satish Patel [this message]
     [not found]     ` <52E9E8B0.2020000-l0cyMroinI0@public.gmane.org>
2014-01-30 13:05       ` [PATCH v2 0/5] Smart Card(SC) interface, TI USIM & NxP SC phy driver Greg KH
2014-05-16  3:44         ` Satish Patel
2014-05-28  0:41           ` Greg KH
2014-05-28  9:00             ` Satish Patel

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=52E9E8B0.2020000@ti.com \
    --to=satish.patel-l0cymroini0@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=rob-VoJi6FS/r0vR7s880joybQ@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).