linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/4] omap late not urgent fixes part 2 for v3.13 merge window
@ 2013-10-23 14:36 Tony Lindgren
  2013-10-23 14:36 ` [GIT PULL 2/4] omap late clock and system control module cleanup " Tony Lindgren
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tony Lindgren @ 2013-10-23 14:36 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 8ff875e7f93e900e7a7e78f1c9c05a22b33c27cf:

  ARM: mach-omap1: Fix omap1510_fpga_init_irq() implicit declarations. (2013-10-08 11:04:22 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.13/fixes-not-urgent-part2

for you to fetch changes up to 0bebda684857f76548ea48c8886785198701d8d3:

  ARM: OMAP2+: irq, AM33XX add missing register check (2013-10-22 07:50:18 -0700)

----------------------------------------------------------------
Few more omap fixes that are not regressions or oopses and can
wait for the merge window.

----------------------------------------------------------------
Afzal Mohammed (1):
      ARM: OMAP2+: wakeupgen: AM43x adaptation

Markus Pargmann (1):
      ARM: OMAP2+: irq, AM33XX add missing register check

 arch/arm/mach-omap2/irq.c            |  2 +-
 arch/arm/mach-omap2/omap-wakeupgen.c | 18 +++++++++++++-----
 2 files changed, 14 insertions(+), 6 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [GIT PULL 2/4] omap late clock and system control module cleanup for v3.13 merge window
  2013-10-23 14:36 [GIT PULL 1/4] omap late not urgent fixes part 2 for v3.13 merge window Tony Lindgren
@ 2013-10-23 14:36 ` Tony Lindgren
  2013-10-23 14:36 ` [GIT PULL 4/4] omap late device tree changes " Tony Lindgren
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Tony Lindgren @ 2013-10-23 14:36 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit d0e639c9e06d44e713170031fe05fb60ebe680af:

  Linux 3.12-rc4 (2013-10-06 14:00:20 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.13/cm-scm-cleanup-signed

for you to fetch changes up to 54b89756a14aa1043507ce0811b4b6c02c5dddcc:

  Merge tag 'for-v3.13/cm-scm-cleanup-a' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into omap-for-v3.13/cm-scm-cleanup (2013-10-20 08:55:19 -0700)

----------------------------------------------------------------

Via Paul Walmsley <paul@pwsan.com>:

Move some of the OMAP2+ CM and System Control Module direct
register accesses into CM- and System Control
Module-specific "drivers" underneath arch/arm/mach-omap2/.  This
is a prerequisite for moving this code out of arch/arm/mach-omap2/ into
drivers/.

Basic test logs are available here:

http://www.pwsan.com/omap/testlogs/cm_scm_cleanup_a_v3.13/20131019101809/

----------------------------------------------------------------
Tero Kristo (5):
      ARM: OMAP2: CM/PM: remove direct register accesses outside CM code
      ARM: OMAP3: clock: add API to enable/disable autoidle for a single clock
      ARM: OMAP3: McBSP: do not access CM register directly
      ARM: OMAP3: CM/control: move CM scratchpad save to CM driver
      ARM: OMAP3: control: add API for setting IVA bootmode

Tony Lindgren (1):
      Merge tag 'for-v3.13/cm-scm-cleanup-a' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v3.13/cm-scm-cleanup

 arch/arm/mach-omap2/clkt2xxx_apll.c          |  4 +-
 arch/arm/mach-omap2/clkt2xxx_dpllcore.c      | 11 ++---
 arch/arm/mach-omap2/clkt2xxx_virt_prcm_set.c | 24 +++-------
 arch/arm/mach-omap2/clock.c                  | 38 ++++++++++++++++
 arch/arm/mach-omap2/clock.h                  |  2 +
 arch/arm/mach-omap2/cm2xxx.c                 | 67 ++++++++++++++++++++++++++++
 arch/arm/mach-omap2/cm2xxx.h                 |  8 ++++
 arch/arm/mach-omap2/cm3xxx.c                 | 22 +++++++++
 arch/arm/mach-omap2/cm3xxx.h                 |  1 +
 arch/arm/mach-omap2/control.c                | 54 +++++++---------------
 arch/arm/mach-omap2/control.h                |  1 +
 arch/arm/mach-omap2/mcbsp.c                  | 16 +++----
 arch/arm/mach-omap2/pm24xx.c                 | 24 +---------
 arch/arm/mach-omap2/pm34xx.c                 |  3 +-
 14 files changed, 177 insertions(+), 98 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [GIT PULL 3/4] omap late cpufreq changes for v3.13 merge window
  2013-10-23 14:36 [GIT PULL 1/4] omap late not urgent fixes part 2 for v3.13 merge window Tony Lindgren
  2013-10-23 14:36 ` [GIT PULL 2/4] omap late clock and system control module cleanup " Tony Lindgren
  2013-10-23 14:36 ` [GIT PULL 4/4] omap late device tree changes " Tony Lindgren
@ 2013-10-23 14:36 ` Tony Lindgren
       [not found] ` <5267df04.8970e00a.02db.ffffd631SMTPIN_ADDED_MISSING@mx.google.com>
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Tony Lindgren @ 2013-10-23 14:36 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 06ff74fd197aa8205443cf64b94383802602e320:

  ARM: OMAP2+: remove legacy support for IGEP boards (2013-10-18 10:25:46 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.13/cpufreq-late

for you to fetch changes up to 60c5fc86d01154e2a005bf701f495426ebc81f73:

  ARM: OMAP3+: use cpu0-cpufreq driver in device tree supported boot (2013-10-22 08:10:09 -0700)

----------------------------------------------------------------
Few patches to make cpufreq work for omap3 with device tree.

Note that this branch has a dependency to the patches merged
with omap-for-v3.13/board-removal-signed-take2.

----------------------------------------------------------------
Nishanth Menon (3):
      ARM: OMAP3+: do not register non-dt OPP tables for device tree boot
      ARM: OMAP2+: add missing lateinit hook for calling pm late init
      ARM: OMAP3+: use cpu0-cpufreq driver in device tree supported boot

 arch/arm/mach-omap2/board-generic.c |  4 ++++
 arch/arm/mach-omap2/common.h        |  4 ++++
 arch/arm/mach-omap2/io.c            | 20 ++++++++++++++++++++
 arch/arm/mach-omap2/opp.c           |  4 ++++
 arch/arm/mach-omap2/pm.c            | 12 +++++++++---
 5 files changed, 41 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [GIT PULL 4/4] omap late device tree changes for v3.13 merge window
  2013-10-23 14:36 [GIT PULL 1/4] omap late not urgent fixes part 2 for v3.13 merge window Tony Lindgren
  2013-10-23 14:36 ` [GIT PULL 2/4] omap late clock and system control module cleanup " Tony Lindgren
@ 2013-10-23 14:36 ` Tony Lindgren
  2013-10-23 14:36 ` [GIT PULL 3/4] omap late cpufreq " Tony Lindgren
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Tony Lindgren @ 2013-10-23 14:36 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit c49f4984fd45be36502e903e7a5a6a4faff42931:

  Merge tag 'for_3.13/dts_signed' of git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt into omap-for-v3.13/dt (2013-10-11 15:40:07 -0700)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.13/dt-late

for you to fetch changes up to b4887e16375be312cf64642ac1d826186cb836bf:

  Merge tag 'for_3.13_super_late/dts_signed' of git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt into omap-for-v3.13/dt (2013-10-23 03:12:45 -0700)

----------------------------------------------------------------

Some more dts changes via  Benoit Cousson <bcousson@baylibre.com>:

Add a lot of N900 nodes
Add OPP table to OMAP5/DRA7
Add support for Newflow NanoBone board
Add i2c aliases
Add McASP and audio support
Add reset/idle on init bindings for OMAP
Add more nodes for AM4272

----------------------------------------------------------------
Darren Etheridge (1):
      ARM: dts: am335x-evm: Add audio support for am335x-evm.dts

Enric Balletbo i Serra (1):
      ARM: dts: igep0033: Add mmc1 node for SDCARD support.

Eric Witcher (1):
      ARM: dts: omap5-uevm: fix mcspi node pin descriptions

George Cherian (1):
      ARM: dts: OMAP5: Add dr_mode for dwc3

J Keerthy (3):
      ARM: dts: dra7-evm: add smps123 supply for CPU
      ARM: dts: OMAP5: Add CPU OPP table
      ARM: dts: DRA7: Add CPU OPP table

Jyri Sarha (1):
      ARM: dts: AM33XX: mcasp: Add location for data port registers to reg-property

Kishon Vijay Abraham I (1):
      ARM: dts: omap5-uevm: remove always_on, boot_on from smps10_out1

Lokesh Vutla (1):
      ARM: dts: AM4372: Add L2, EDMA, mailbox, MMC and SHAM nodes

Mark Jackson (1):
      ARM: dts: Add support for Newflow NanoBone board

Markus Pargmann (1):
      ARM: dts: am33xx, change usb ctrl module label

Mugunthan V N (1):
      ARM: dts: AM4372: Update Support for EPOS EVM

Nishanth Menon (4):
      ARM: dts: omap4-panda-es: Do not reset gpio1
      ARM: dts: OMAP3+: Add i2c aliases
      ARM: dts: AM33xx+: Add i2c aliases
      ARM: dts: omap5-uevm: add smps123 supply for CPU

Pantelis Antoniou (1):
      ARM: dts: AM33XX: Add mcasp0 and mcasp1 device tree entries

Peter Ujfalusi (4):
      ARM: dts: am335x-evmsk: Audio support
      ARM: dts: AM4372: Add McASP nodes
      ARM: dts: omap5-uevm: Correct twl6040 reset GPIO pinmux
      ARM: dts: omap5-uevm: Remove pinmux for dmic pins

Rajendra Nayak (2):
      ARM: dts: omap: Add reset/idle on init bindings for OMAP
      ARM: dts: am335x-evmsk: Do not reset gpio0

Roger Quadros (2):
      ARM: dts: omap3: Adapt USB OTG to generic PHY framework
      ARM: dts: omap3-beagle: Adapt USB OTG to generic PHY framework

Sebastian Reichel (14):
      ARM: dts: omap3-n900: Add pinctrl for i2c devices
      ARM: dts: omap3-n900: Fix i2c bus speed
      ARM: dts: omap3-n900: Add UART support
      ARM: dts: omap3-n900: Add support for SD cards
      ARM: dts: omap3-n900: GPIO key definitions
      ARM: dts: omap3-n900: Add vibrator device
      ARM: dts: omap3-n900: Add LP5523 support
      ARM: dts: TWL4030: Add missing regulators
      ARM: dts: omap3-n900: Specify regulator info
      ARM: dts: omap3-n900: Add NAND support
      ARM: dts: omap3-n900:: Mux RX51_LCD_RESET_GPIO in DTS
      ARM: dts: omap3-n900: Add TLV320AIC3X support
      ARM: dts: omap3-n900: Add LP5523 support
      ARM: dts: TWL4030: Add power button support

Sricharan R (1):
      ARM: dts: OMAP5: Remove clock-frequency field for cpu timers

Tony Lindgren (3):
      Merge tag 'for_3.13_late/dts_signed' of git://git.kernel.org/.../bcousson/linux-omap-dt into omap-for-v3.13/dt
      ARM: dts: Add missing reg, interrupt and dma entries for omap3
      Merge tag 'for_3.13_super_late/dts_signed' of git://git.kernel.org/.../bcousson/linux-omap-dt into omap-for-v3.13/dt

 .../devicetree/bindings/arm/omap/omap.txt          |   3 +-
 MAINTAINERS                                        |   6 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/am335x-evm.dts                   |  50 +++
 arch/arm/boot/dts/am335x-evmsk.dts                 |  52 +++
 arch/arm/boot/dts/am335x-igep0033.dtsi             |  13 +
 arch/arm/boot/dts/am335x-nano.dts                  | 431 +++++++++++++++++++++
 arch/arm/boot/dts/am33xx.dtsi                      |  39 +-
 arch/arm/boot/dts/am4372.dtsi                      | 240 +++++++++++-
 arch/arm/boot/dts/am43x-epos-evm.dts               | 168 ++++++++
 arch/arm/boot/dts/dra7-evm.dts                     |   4 +
 arch/arm/boot/dts/dra7.dtsi                        |  13 +-
 arch/arm/boot/dts/omap3-beagle.dts                 |   2 +
 arch/arm/boot/dts/omap3-gta04.dts                  |   2 +
 arch/arm/boot/dts/omap3-n900.dts                   | 398 ++++++++++++++++++-
 arch/arm/boot/dts/omap3.dtsi                       |  52 +++
 arch/arm/boot/dts/omap36xx.dtsi                    |   4 +
 arch/arm/boot/dts/omap4-panda-es.dts               |   4 +
 arch/arm/boot/dts/omap4.dtsi                       |   7 +
 arch/arm/boot/dts/omap5-uevm.dts                   |  36 +-
 arch/arm/boot/dts/omap5.dtsi                       |  18 +-
 arch/arm/boot/dts/twl4030.dtsi                     |  49 ++-
 include/dt-bindings/pinctrl/am43xx.h               |  31 ++
 23 files changed, 1586 insertions(+), 37 deletions(-)
 create mode 100644 arch/arm/boot/dts/am335x-nano.dts
 create mode 100644 include/dt-bindings/pinctrl/am43xx.h

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [GIT PULL 2/4] omap late clock and system control module cleanup for v3.13 merge window
       [not found] ` <5267df04.8970e00a.02db.ffffd631SMTPIN_ADDED_MISSING@mx.google.com>
@ 2013-10-28 21:40   ` Olof Johansson
  0 siblings, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2013-10-28 21:40 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Oct 23, 2013 at 07:36:42AM -0700, Tony Lindgren wrote:
> The following changes since commit d0e639c9e06d44e713170031fe05fb60ebe680af:
> 
>   Linux 3.12-rc4 (2013-10-06 14:00:20 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.13/cm-scm-cleanup-signed
> 
> for you to fetch changes up to 54b89756a14aa1043507ce0811b4b6c02c5dddcc:
> 
>   Merge tag 'for-v3.13/cm-scm-cleanup-a' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into omap-for-v3.13/cm-scm-cleanup (2013-10-20 08:55:19 -0700)

Pulled, thanks.

-Olof

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [GIT PULL 3/4] omap late cpufreq changes for v3.13 merge window
       [not found] ` <5267df06.8322e00a.08ac.ffffaad3SMTPIN_ADDED_MISSING@mx.google.com>
@ 2013-10-28 21:44   ` Olof Johansson
  0 siblings, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2013-10-28 21:44 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Oct 23, 2013 at 07:36:43AM -0700, Tony Lindgren wrote:
> The following changes since commit 06ff74fd197aa8205443cf64b94383802602e320:
> 
>   ARM: OMAP2+: remove legacy support for IGEP boards (2013-10-18 10:25:46 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.13/cpufreq-late
> 
> for you to fetch changes up to 60c5fc86d01154e2a005bf701f495426ebc81f73:
> 
>   ARM: OMAP3+: use cpu0-cpufreq driver in device tree supported boot (2013-10-22 08:10:09 -0700)

Thanks, merged into next/dt.


-Olof

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [GIT PULL 4/4] omap late device tree changes for v3.13 merge window
       [not found] ` <5267df07.41abe00a.6620.ffffb906SMTPIN_ADDED_MISSING@mx.google.com>
@ 2013-10-28 21:49   ` Olof Johansson
  0 siblings, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2013-10-28 21:49 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Oct 23, 2013 at 07:36:43AM -0700, Tony Lindgren wrote:
> The following changes since commit c49f4984fd45be36502e903e7a5a6a4faff42931:
> 
>   Merge tag 'for_3.13/dts_signed' of git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt into omap-for-v3.13/dt (2013-10-11 15:40:07 -0700)
> 
> are available in the git repository at:
> 
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.13/dt-late
> 
> for you to fetch changes up to b4887e16375be312cf64642ac1d826186cb836bf:
> 
>   Merge tag 'for_3.13_super_late/dts_signed' of git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt into omap-for-v3.13/dt (2013-10-23 03:12:45 -0700)
> 


Pulled into next/dt.

By the way, I don't think it'll scale very well if we add MAINTAINERS entries
for all board port dts files, but I also don't know of a good way to make sure
that the people who care about those dts files get notified on patches
otherwise.


-Olof

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-10-28 21:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-23 14:36 [GIT PULL 1/4] omap late not urgent fixes part 2 for v3.13 merge window Tony Lindgren
2013-10-23 14:36 ` [GIT PULL 2/4] omap late clock and system control module cleanup " Tony Lindgren
2013-10-23 14:36 ` [GIT PULL 4/4] omap late device tree changes " Tony Lindgren
2013-10-23 14:36 ` [GIT PULL 3/4] omap late cpufreq " Tony Lindgren
     [not found] ` <5267df04.8970e00a.02db.ffffd631SMTPIN_ADDED_MISSING@mx.google.com>
2013-10-28 21:40   ` [GIT PULL 2/4] omap late clock and system control module cleanup " Olof Johansson
     [not found] ` <5267df06.8322e00a.08ac.ffffaad3SMTPIN_ADDED_MISSING@mx.google.com>
2013-10-28 21:44   ` [GIT PULL 3/4] omap late cpufreq changes " Olof Johansson
     [not found] ` <5267df07.41abe00a.6620.ffffb906SMTPIN_ADDED_MISSING@mx.google.com>
2013-10-28 21:49   ` [GIT PULL 4/4] omap late device tree " Olof Johansson

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).