All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tarun Kanti DebBarma <tarun.kanti@ti.com>
To: <linux-omap@vger.kernel.org>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>,
	Tarun Kanti DebBarma <tarun.kanti@ti.com>
Subject: [PATCH 0/2] gpio/omap: few code realignment and update of missing code
Date: Wed, 11 Jul 2012 14:43:13 +0530	[thread overview]
Message-ID: <1341997995-14020-1-git-send-email-tarun.kanti@ti.com> (raw)

This is in reponse to comments provided to [gpio/omap: add clk_prepare
and clk_unprepare] and is available here for reference:
http://lists.infradead.org/pipermail/linux-arm-kernel/2012-June/105762.html

Patch-1 moves the debounce clock handle initialization from gpio_debounce()
to omap_gpio_mod_init(). Since this is a one time initialization it makes
sense to keep it here. Though proposal was to keep in omap_gpio_chip_init()
I found more appropriate to keep in omap_gpio_mod_init() because it is more
related to bank specific initialization.

Patch-2 adds *.remove* callback which is missing in current implementation.
Along with other cleanup operations this function is used for releasing the
clock handle and of course calling clk_unprepare().

Reference:
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Commit: bd0a521e88aa7a06ae7aabaed7ae196ed4ad867a (Linux 3.5-rc6)

Tested on: OMAP3630/ZOOM3, BLAZE

Tarun Kanti DebBarma (2):
  gpio/omap: move bank->dbck initialization to omap_gpio_mod_init()
  gpio/omap: add *remove* callback in platform_driver

 drivers/gpio/gpio-omap.c |   40 ++++++++++++++++++++++++++++++++++------
 1 files changed, 34 insertions(+), 6 deletions(-)


WARNING: multiple messages have this Message-ID (diff)
From: Tarun Kanti DebBarma <tarun.kanti@ti.com>
To: linux-omap@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Tarun Kanti DebBarma <tarun.kanti@ti.com>
Subject: [PATCH 0/2] gpio/omap: few code realignment and update of missing code
Date: Wed, 11 Jul 2012 14:43:13 +0530	[thread overview]
Message-ID: <1341997995-14020-1-git-send-email-tarun.kanti@ti.com> (raw)

This is in reponse to comments provided to [gpio/omap: add clk_prepare
and clk_unprepare] and is available here for reference:
http://lists.infradead.org/pipermail/linux-arm-kernel/2012-June/105762.html

Patch-1 moves the debounce clock handle initialization from gpio_debounce()
to omap_gpio_mod_init(). Since this is a one time initialization it makes
sense to keep it here. Though proposal was to keep in omap_gpio_chip_init()
I found more appropriate to keep in omap_gpio_mod_init() because it is more
related to bank specific initialization.

Patch-2 adds *.remove* callback which is missing in current implementation.
Along with other cleanup operations this function is used for releasing the
clock handle and of course calling clk_unprepare().

Reference:
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Commit: bd0a521e88aa7a06ae7aabaed7ae196ed4ad867a (Linux 3.5-rc6)

Tested on: OMAP3630/ZOOM3, BLAZE

Tarun Kanti DebBarma (2):
  gpio/omap: move bank->dbck initialization to omap_gpio_mod_init()
  gpio/omap: add *remove* callback in platform_driver

 drivers/gpio/gpio-omap.c |   40 ++++++++++++++++++++++++++++++++++------
 1 files changed, 34 insertions(+), 6 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: tarun.kanti@ti.com (Tarun Kanti DebBarma)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] gpio/omap: few code realignment and update of missing code
Date: Wed, 11 Jul 2012 14:43:13 +0530	[thread overview]
Message-ID: <1341997995-14020-1-git-send-email-tarun.kanti@ti.com> (raw)

This is in reponse to comments provided to [gpio/omap: add clk_prepare
and clk_unprepare] and is available here for reference:
http://lists.infradead.org/pipermail/linux-arm-kernel/2012-June/105762.html

Patch-1 moves the debounce clock handle initialization from gpio_debounce()
to omap_gpio_mod_init(). Since this is a one time initialization it makes
sense to keep it here. Though proposal was to keep in omap_gpio_chip_init()
I found more appropriate to keep in omap_gpio_mod_init() because it is more
related to bank specific initialization.

Patch-2 adds *.remove* callback which is missing in current implementation.
Along with other cleanup operations this function is used for releasing the
clock handle and of course calling clk_unprepare().

Reference:
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Commit: bd0a521e88aa7a06ae7aabaed7ae196ed4ad867a (Linux 3.5-rc6)

Tested on: OMAP3630/ZOOM3, BLAZE

Tarun Kanti DebBarma (2):
  gpio/omap: move bank->dbck initialization to omap_gpio_mod_init()
  gpio/omap: add *remove* callback in platform_driver

 drivers/gpio/gpio-omap.c |   40 ++++++++++++++++++++++++++++++++++------
 1 files changed, 34 insertions(+), 6 deletions(-)

             reply	other threads:[~2012-07-11  9:14 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-11  9:13 Tarun Kanti DebBarma [this message]
2012-07-11  9:13 ` [PATCH 0/2] gpio/omap: few code realignment and update of missing code Tarun Kanti DebBarma
2012-07-11  9:13 ` Tarun Kanti DebBarma
2012-07-11  9:13 ` [PATCH 1/2] gpio/omap: move bank->dbck initialization to omap_gpio_mod_init() Tarun Kanti DebBarma
2012-07-11  9:13   ` Tarun Kanti DebBarma
2012-07-11  9:13   ` Tarun Kanti DebBarma
2012-07-11 17:51   ` Paul Walmsley
2012-07-11 17:51     ` Paul Walmsley
2012-07-11 17:56     ` DebBarma, Tarun Kanti
2012-07-11 17:56       ` DebBarma, Tarun Kanti
2012-07-11 21:51   ` Linus Walleij
2012-07-11 21:51     ` Linus Walleij
2012-07-11  9:13 ` [PATCH 2/2] gpio/omap: add *remove* callback in platform_driver Tarun Kanti DebBarma
2012-07-11  9:13   ` Tarun Kanti DebBarma
2012-07-11  9:13   ` Tarun Kanti DebBarma
2012-07-11 21:54   ` Linus Walleij
2012-07-11 21:54     ` Linus Walleij
2012-07-11 23:25   ` Kevin Hilman
2012-07-11 23:25     ` Kevin Hilman
2012-07-11 23:25     ` Kevin Hilman
2012-07-12 11:03     ` Linus Walleij
2012-07-12 11:03       ` Linus Walleij
2012-07-12 17:48       ` Kevin Hilman
2012-07-12 17:48         ` Kevin Hilman
2012-07-12 17:48         ` Kevin Hilman
2012-07-14 20:51         ` Linus Walleij
2012-07-14 20:51           ` Linus Walleij
2012-07-16 17:10           ` Kevin Hilman
2012-07-16 17:10             ` Kevin Hilman
2012-07-16 17:10             ` Kevin Hilman
2012-07-16 20:49             ` Linus Walleij
2012-07-16 20:49               ` Linus Walleij
2012-07-16 22:01               ` Kevin Hilman
2012-07-16 22:01                 ` Kevin Hilman
2012-07-16 22:01                 ` Kevin Hilman
2012-07-17  6:03             ` Shilimkar, Santosh
2012-07-17  6:03               ` Shilimkar, Santosh

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=1341997995-14020-1-git-send-email-tarun.kanti@ti.com \
    --to=tarun.kanti@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.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 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.