From: alexandre.belloni@free-electrons.com (Alexandre Belloni)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] at91: drivers for 4.6 #1
Date: Thu, 18 Feb 2016 03:06:08 +0100 [thread overview]
Message-ID: <20160218020608.GA31682@piout.net> (raw)
Arnd, Olof, Kevin,
This is a rework of the PMC driver. It touches multiple subsystems so
the easiest path is through arm-soc.
Thanks,
The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:
Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/at91-ab-4.6-drivers
for you to fetch changes up to 0002ca168f16e5b6ac67415a4e0198cc39af2b7f:
clk: at91: remove useless includes (2016-02-17 17:53:04 +0100)
----------------------------------------------------------------
drivers update for 4.6:
- Big PMC rework that touches clk, PM, usb
----------------------------------------------------------------
Alexandre Belloni (11):
clk: at91: remove IRQ handling and use polling
clk: at91: pmc: merge at91_pmc_init in atmel_pmc_probe
clk: at91: pmc: move pmc structures to C file
ARM: at91: pm: simply call at91_pm_init
ARM: at91: pm: find and remap the pmc
ARM: at91: pm: move idle functions to pm.c
ARM: at91: remove useless includes and function prototypes
usb: gadget: atmel: access the PMC using regmap
clk: at91: pmc: drop at91_pmc_base
clk: at91: pmc: remove useless capacities handling
clk: at91: remove useless includes
Boris Brezillon (2):
clk: at91: make use of syscon to share PMC registers in several drivers
clk: at91: make use of syscon/regmap internally
arch/arm/mach-at91/Kconfig | 1 +
arch/arm/mach-at91/at91rm9200.c | 2 -
arch/arm/mach-at91/at91sam9.c | 2 -
arch/arm/mach-at91/generic.h | 13 +-
arch/arm/mach-at91/pm.c | 70 +++++-
arch/arm/mach-at91/sama5.c | 2 +-
drivers/clk/at91/clk-generated.c | 95 ++++---
drivers/clk/at91/clk-h32mx.c | 40 +--
drivers/clk/at91/clk-main.c | 324 +++++++++++-------------
drivers/clk/at91/clk-master.c | 94 +++----
drivers/clk/at91/clk-peripheral.c | 137 +++++-----
drivers/clk/at91/clk-pll.c | 150 +++++------
drivers/clk/at91/clk-plldiv.c | 44 ++--
drivers/clk/at91/clk-programmable.c | 96 +++----
drivers/clk/at91/clk-slow.c | 35 +--
drivers/clk/at91/clk-smd.c | 56 +++--
drivers/clk/at91/clk-system.c | 96 +++----
drivers/clk/at91/clk-usb.c | 123 ++++-----
drivers/clk/at91/clk-utmi.c | 80 ++----
drivers/clk/at91/pmc.c | 426 +-------------------------------
drivers/clk/at91/pmc.h | 98 +-------
drivers/usb/gadget/udc/atmel_usba_udc.c | 20 +-
drivers/usb/gadget/udc/atmel_usba_udc.h | 2 +
include/linux/clk/at91_pmc.h | 12 -
24 files changed, 724 insertions(+), 1294 deletions(-)
--
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160218/e96f2dc7/attachment-0001.sig>
WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Belloni <alexandre.belloni@free-electrons.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
arm@kernel.org
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] at91: drivers for 4.6 #1
Date: Thu, 18 Feb 2016 03:06:08 +0100 [thread overview]
Message-ID: <20160218020608.GA31682@piout.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 3026 bytes --]
Arnd, Olof, Kevin,
This is a rework of the PMC driver. It touches multiple subsystems so
the easiest path is through arm-soc.
Thanks,
The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:
Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/at91-ab-4.6-drivers
for you to fetch changes up to 0002ca168f16e5b6ac67415a4e0198cc39af2b7f:
clk: at91: remove useless includes (2016-02-17 17:53:04 +0100)
----------------------------------------------------------------
drivers update for 4.6:
- Big PMC rework that touches clk, PM, usb
----------------------------------------------------------------
Alexandre Belloni (11):
clk: at91: remove IRQ handling and use polling
clk: at91: pmc: merge at91_pmc_init in atmel_pmc_probe
clk: at91: pmc: move pmc structures to C file
ARM: at91: pm: simply call at91_pm_init
ARM: at91: pm: find and remap the pmc
ARM: at91: pm: move idle functions to pm.c
ARM: at91: remove useless includes and function prototypes
usb: gadget: atmel: access the PMC using regmap
clk: at91: pmc: drop at91_pmc_base
clk: at91: pmc: remove useless capacities handling
clk: at91: remove useless includes
Boris Brezillon (2):
clk: at91: make use of syscon to share PMC registers in several drivers
clk: at91: make use of syscon/regmap internally
arch/arm/mach-at91/Kconfig | 1 +
arch/arm/mach-at91/at91rm9200.c | 2 -
arch/arm/mach-at91/at91sam9.c | 2 -
arch/arm/mach-at91/generic.h | 13 +-
arch/arm/mach-at91/pm.c | 70 +++++-
arch/arm/mach-at91/sama5.c | 2 +-
drivers/clk/at91/clk-generated.c | 95 ++++---
drivers/clk/at91/clk-h32mx.c | 40 +--
drivers/clk/at91/clk-main.c | 324 +++++++++++-------------
drivers/clk/at91/clk-master.c | 94 +++----
drivers/clk/at91/clk-peripheral.c | 137 +++++-----
drivers/clk/at91/clk-pll.c | 150 +++++------
drivers/clk/at91/clk-plldiv.c | 44 ++--
drivers/clk/at91/clk-programmable.c | 96 +++----
drivers/clk/at91/clk-slow.c | 35 +--
drivers/clk/at91/clk-smd.c | 56 +++--
drivers/clk/at91/clk-system.c | 96 +++----
drivers/clk/at91/clk-usb.c | 123 ++++-----
drivers/clk/at91/clk-utmi.c | 80 ++----
drivers/clk/at91/pmc.c | 426 +-------------------------------
drivers/clk/at91/pmc.h | 98 +-------
drivers/usb/gadget/udc/atmel_usba_udc.c | 20 +-
drivers/usb/gadget/udc/atmel_usba_udc.h | 2 +
include/linux/clk/at91_pmc.h | 12 -
24 files changed, 724 insertions(+), 1294 deletions(-)
--
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next reply other threads:[~2016-02-18 2:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-18 2:06 Alexandre Belloni [this message]
2016-02-18 2:06 ` [GIT PULL] at91: drivers for 4.6 #1 Alexandre Belloni
2016-02-25 1:18 ` Olof Johansson
2016-02-25 1:18 ` Olof Johansson
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=20160218020608.GA31682@piout.net \
--to=alexandre.belloni@free-electrons.com \
--cc=linux-arm-kernel@lists.infradead.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.