All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/5] of/pci dependency for mvebu/arm-soc (resend)
@ 2013-05-28 20:21 Jason Cooper
  2013-05-28 20:24 ` [GIT PULL 2/5] ARM: mvebu: pcie driver for v3.11 (round 2 cumulative) Jason Cooper
  2013-06-01  5:56 ` [GIT PULL 1/5] of/pci dependency for mvebu/arm-soc (resend) Olof Johansson
  0 siblings, 2 replies; 13+ messages in thread
From: Jason Cooper @ 2013-05-28 20:21 UTC (permalink / raw)
  To: linux-arm-kernel

Olof,

This is a resend of the previous PR.  For mvebu/of_pci it is the exact
same.


The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:

  Linux 3.10-rc1 (2013-05-11 17:14:08 -0700)

are available in the git repository at:

  git://git.infradead.org/users/jcooper/linux.git tags/of_pci-3.11

for you to fetch changes up to 4e23d3f505e8acfeac7cc33d4113fbb5a25c3090:

  of/pci: Add of_pci_parse_bus_range() function (2013-05-19 20:30:10 +0000)

----------------------------------------------------------------
of/pci changes for v3.11

 - parse DT ranges property
 - add of_pci_get_devfn()
 - add of_pci_parse_bus_range()

Note:
 - mvebu/pcie will depend on this branch
 - work by LinusW and possibly Arnd will depend on this branch

----------------------------------------------------------------
Andrew Murray (1):
      of/pci: Provide support for parsing PCI DT ranges property

Thierry Reding (2):
      of/pci: Add of_pci_get_devfn() function
      of/pci: Add of_pci_parse_bus_range() function

 drivers/of/address.c       | 67 ++++++++++++++++++++++++++++++++++++++++++++++
 drivers/of/of_pci.c        | 59 ++++++++++++++++++++++++++++++++++++----
 include/linux/of_address.h | 48 +++++++++++++++++++++++++++++++++
 include/linux/of_pci.h     |  2 ++
 4 files changed, 171 insertions(+), 5 deletions(-)

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

* [GIT PULL 2/5] ARM: mvebu: pcie driver for v3.11 (round 2 cumulative)
  2013-05-28 20:21 [GIT PULL 1/5] of/pci dependency for mvebu/arm-soc (resend) Jason Cooper
@ 2013-05-28 20:24 ` Jason Cooper
  2013-05-28 20:26   ` [GIT PULL 3/5] ARM: kirkwood: pcie driver for v3.11 Jason Cooper
                     ` (4 more replies)
  2013-06-01  5:56 ` [GIT PULL 1/5] of/pci dependency for mvebu/arm-soc (resend) Olof Johansson
  1 sibling, 5 replies; 13+ messages in thread
From: Jason Cooper @ 2013-05-28 20:24 UTC (permalink / raw)
  To: linux-arm-kernel


The following changes since commit 4e23d3f505e8acfeac7cc33d4113fbb5a25c3090:

  of/pci: Add of_pci_parse_bus_range() function (2013-05-19 20:30:10 +0000)

are available in the git repository at:

  git://git.infradead.org/users/jcooper/linux.git tags/pcie-3.11-2

for you to fetch changes up to 3d9939c92efdd4ced672b94994959ca71b141cb8:

  pci: mvebu: fix return value check in mvebu_pcie_probe() (2013-05-27 15:51:56 +0000)

----------------------------------------------------------------
mvebu pcie driver for v3.11 (round 2, bugfix)

 - mvebu pcie
    - fix return value check in mvebu_pcie_probe()

depends
 - mvebu/of_pci

----------------------------------------------------------------
Thomas Petazzoni (4):
      clk: mvebu: create parent-child relation for PCIe clocks on Armada 370
      clk: mvebu: add more PCIe clocks for Armada XP
      pci: PCIe driver for Marvell Armada 370/XP systems
      arm: mvebu: PCIe support is now available on mvebu

Wei Yongjun (1):
      pci: mvebu: fix return value check in mvebu_pcie_probe()

 .../devicetree/bindings/pci/mvebu-pci.txt          | 220 ++++++
 arch/arm/mach-mvebu/Kconfig                        |   2 +
 drivers/clk/mvebu/clk-gating-ctrl.c                |  18 +-
 drivers/pci/Kconfig                                |   2 +
 drivers/pci/Makefile                               |   3 +
 drivers/pci/host/Kconfig                           |   8 +
 drivers/pci/host/Makefile                          |   1 +
 drivers/pci/host/pci-mvebu.c                       | 880 +++++++++++++++++++++
 8 files changed, 1128 insertions(+), 6 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pci/mvebu-pci.txt
 create mode 100644 drivers/pci/host/Kconfig
 create mode 100644 drivers/pci/host/Makefile
 create mode 100644 drivers/pci/host/pci-mvebu.c

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

* [GIT PULL 3/5] ARM: kirkwood: pcie driver for v3.11
  2013-05-28 20:24 ` [GIT PULL 2/5] ARM: mvebu: pcie driver for v3.11 (round 2 cumulative) Jason Cooper
@ 2013-05-28 20:26   ` Jason Cooper
  2013-06-01  6:19     ` Olof Johansson
  2013-05-28 20:28   ` [GIT PULL 4/5] ARM: mvebu: pcie bridge enhancements " Jason Cooper
                     ` (3 subsequent siblings)
  4 siblings, 1 reply; 13+ messages in thread
From: Jason Cooper @ 2013-05-28 20:26 UTC (permalink / raw)
  To: linux-arm-kernel


The following changes since commit 3d9939c92efdd4ced672b94994959ca71b141cb8:

  pci: mvebu: fix return value check in mvebu_pcie_probe() (2013-05-27 15:51:56 +0000)

are available in the git repository at:

  git://git.infradead.org/users/jcooper/linux.git tags/pcie_kw-3.11

for you to fetch changes up to 0d0632f523fa040b307688ae421a1debf79af2d7:

  arm: kirkwood: convert db-88f6281/db-88f6282 to the Device Tree (2013-05-27 16:02:13 +0000)

----------------------------------------------------------------
mvebu pcie driver (kirkwood) for v3.11

 - kirkwood
    - enable pcie driver
    - migrate boards over to pcie dt init

depends
 - mvebu/pcie
    - mvebu/of_pci

----------------------------------------------------------------
Thomas Petazzoni (8):
      pci: mvebu: enable driver usage on Kirkwood
      arm: kirkwood: move PCIe window init to legacy driver
      arm: kirkwood: add SoC-level Device Tree data for PCIe interfaces
      arm: kirkwood: convert Iomega Iconnect to use DT for the PCIe interface
      arm: kirkwood: convert MPL CEC4 to use DT for the PCIe interface
      arm: kirkwood: convert ZyXEL NSA310 to use DT for the PCIe interface
      arm: kirkwood: convert QNAP TS219 to use DT for the PCIe interface
      arm: kirkwood: convert db-88f6281/db-88f6282 to the Device Tree

 .../devicetree/bindings/pci/mvebu-pci.txt          |   1 +
 arch/arm/boot/dts/Makefile                         |   2 +
 arch/arm/boot/dts/kirkwood-6281.dtsi               |  31 ++++++
 arch/arm/boot/dts/kirkwood-6282.dtsi               |  48 +++++++++
 arch/arm/boot/dts/kirkwood-db-88f6281.dts          |  30 ++++++
 arch/arm/boot/dts/kirkwood-db-88f6282.dts          |  34 +++++++
 arch/arm/boot/dts/kirkwood-db.dtsi                 |  89 +++++++++++++++++
 arch/arm/boot/dts/kirkwood-iconnect.dts            |   8 ++
 arch/arm/boot/dts/kirkwood-mplcec4.dts             |   8 ++
 arch/arm/boot/dts/kirkwood-nsa310.dts              |   8 ++
 arch/arm/boot/dts/kirkwood-ts219-6281.dts          |   3 +-
 arch/arm/boot/dts/kirkwood-ts219-6282.dts          |   3 +-
 arch/arm/boot/dts/kirkwood-ts219.dtsi              |   9 +-
 arch/arm/boot/dts/kirkwood.dtsi                    |   1 +
 arch/arm/mach-kirkwood/Kconfig                     |  21 ++--
 arch/arm/mach-kirkwood/Makefile                    |   3 +-
 arch/arm/mach-kirkwood/board-db88f628x-bp.c        |  24 +++++
 arch/arm/mach-kirkwood/board-dt.c                  |   6 ++
 arch/arm/mach-kirkwood/board-iconnect.c            |   8 --
 arch/arm/mach-kirkwood/board-mplcec4.c             |   1 -
 arch/arm/mach-kirkwood/board-nsa310.c              |  25 -----
 arch/arm/mach-kirkwood/board-ts219.c               |  10 --
 arch/arm/mach-kirkwood/common.c                    |  24 -----
 arch/arm/mach-kirkwood/common.h                    |   6 ++
 arch/arm/mach-kirkwood/db88f6281-bp-setup.c        | 108 ---------------------
 arch/arm/mach-kirkwood/pcie.c                      |  22 +++++
 drivers/pci/host/Kconfig                           |   2 +-
 drivers/pci/host/pci-mvebu.c                       |   1 +
 28 files changed, 339 insertions(+), 197 deletions(-)
 create mode 100644 arch/arm/boot/dts/kirkwood-db-88f6281.dts
 create mode 100644 arch/arm/boot/dts/kirkwood-db-88f6282.dts
 create mode 100644 arch/arm/boot/dts/kirkwood-db.dtsi
 create mode 100644 arch/arm/mach-kirkwood/board-db88f628x-bp.c
 delete mode 100644 arch/arm/mach-kirkwood/board-nsa310.c
 delete mode 100644 arch/arm/mach-kirkwood/db88f6281-bp-setup.c

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

* [GIT PULL 4/5] ARM: mvebu: pcie bridge enhancements for v3.11
  2013-05-28 20:24 ` [GIT PULL 2/5] ARM: mvebu: pcie driver for v3.11 (round 2 cumulative) Jason Cooper
  2013-05-28 20:26   ` [GIT PULL 3/5] ARM: kirkwood: pcie driver for v3.11 Jason Cooper
@ 2013-05-28 20:28   ` Jason Cooper
  2013-06-01  6:24     ` Olof Johansson
  2013-05-28 20:30   ` [GIT PULL 5/5] ARM: mvebu: clock SoC reorg " Jason Cooper
                     ` (2 subsequent siblings)
  4 siblings, 1 reply; 13+ messages in thread
From: Jason Cooper @ 2013-05-28 20:28 UTC (permalink / raw)
  To: linux-arm-kernel


The following changes since commit 3d9939c92efdd4ced672b94994959ca71b141cb8:

  pci: mvebu: fix return value check in mvebu_pcie_probe() (2013-05-27 15:51:56 +0000)

are available in the git repository at:

  git://git.infradead.org/users/jcooper/linux.git tags/pcie_bridge-3.11

for you to fetch changes up to 6eb237c41acc1cf00b3b1176ad4a0ed3f221d630:

  pci: mvebu: fix the emulation of the status register (2013-05-27 16:01:15 +0000)

----------------------------------------------------------------
mvebu pcie driver (bridge) for v3.11

 - mvebu
    - allow enumeration of devices beyond physical bridges
    - remove faking the slot location
    - fix status register emulation

depends
 - mvebu/pcie
    -mvebu/of_pci

----------------------------------------------------------------
Thomas Petazzoni (3):
      pci: mvebu: no longer fake the slot location of downstream devices
      pci: mvebu: allow the enumeration of devices beyond physical bridges
      pci: mvebu: fix the emulation of the status register

 drivers/pci/host/pci-mvebu.c | 55 +++++++++++++++++++++++++++++++++++---------
 1 file changed, 44 insertions(+), 11 deletions(-)

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

* [GIT PULL 5/5] ARM: mvebu: clock SoC reorg for v3.11
  2013-05-28 20:24 ` [GIT PULL 2/5] ARM: mvebu: pcie driver for v3.11 (round 2 cumulative) Jason Cooper
  2013-05-28 20:26   ` [GIT PULL 3/5] ARM: kirkwood: pcie driver for v3.11 Jason Cooper
  2013-05-28 20:28   ` [GIT PULL 4/5] ARM: mvebu: pcie bridge enhancements " Jason Cooper
@ 2013-05-28 20:30   ` Jason Cooper
  2013-05-29 19:30     ` [GIT PULL 5/5 V2] " Jason Cooper
  2013-06-01  6:26     ` [GIT PULL 5/5] " Olof Johansson
  2013-05-29 23:22   ` [GIT PULL 2/5] ARM: mvebu: pcie driver for v3.11 (round 2 cumulative) Mike Turquette
  2013-06-01  6:18   ` Olof Johansson
  4 siblings, 2 replies; 13+ messages in thread
From: Jason Cooper @ 2013-05-28 20:30 UTC (permalink / raw)
  To: linux-arm-kernel


The following changes since commit 3d9939c92efdd4ced672b94994959ca71b141cb8:

  pci: mvebu: fix return value check in mvebu_pcie_probe() (2013-05-27 15:51:56 +0000)

are available in the git repository at:

  git://git.infradead.org/users/jcooper/linux.git tags/seb_clk-3.11

for you to fetch changes up to 279f759aac0990402407d97b21475677f499f4ac:

  clk: mvebu: desintegrate obsolete file (2013-05-28 15:18:37 +0000)

----------------------------------------------------------------
mvebu clock restructuring for v3.11

 - clk: mvebu
    - reorganize by SoC to remove built up #ifdefs
    - add clk flags per clock gate

Note: this branch only depends on mvebu/pcie in order to prevent managing a
tricky modify/remove file merge conflict.  By rebasing on mvebu/pcie, we are
able to build the resolution into the patch series.  The change is small, and
has been tested by the respective authors.

depends:
 - mvebu/pcie
    - mvebu/of_pci

----------------------------------------------------------------
Sebastian Hesselbarth (10):
      clk: mvebu: introduce per-clock-gate flags
      clk: mvebu: add common clock functions for core clk and clk gating
      clk: mvebu: add Dove SoC-centric clock init
      clk: mvebu: add Kirkwood SoC-centric clock init
      clk: mvebu: add Armada 370 SoC-centric clock init
      clk: mvebu: add Armada XP SoC-centric clock init
      ARM: dove: move DT boards to SoC-centric clock init
      ARM: kirkwood: move DT boards to SoC-centric clock init
      ARM: mvebu: move DT boards to SoC-centric clock init
      clk: mvebu: desintegrate obsolete file

 arch/arm/mach-dove/Kconfig          |   3 +-
 arch/arm/mach-dove/board-dt.c       |   3 +-
 arch/arm/mach-dove/common.c         |   1 -
 arch/arm/mach-kirkwood/Kconfig      |   3 +-
 arch/arm/mach-kirkwood/board-dt.c   |   3 +-
 arch/arm/mach-mvebu/Kconfig         |   5 +-
 arch/arm/mach-mvebu/armada-370-xp.c |   4 +-
 drivers/clk/mvebu/Kconfig           |  25 +-
 drivers/clk/mvebu/Makefile          |   8 +-
 drivers/clk/mvebu/armada-370.c      | 176 ++++++++++
 drivers/clk/mvebu/armada-xp.c       | 210 +++++++++++
 drivers/clk/mvebu/clk-core.c        | 675 ------------------------------------
 drivers/clk/mvebu/clk-core.h        |  18 -
 drivers/clk/mvebu/clk-gating-ctrl.c | 256 --------------
 drivers/clk/mvebu/clk-gating-ctrl.h |  22 --
 drivers/clk/mvebu/clk.c             |  23 --
 drivers/clk/mvebu/common.c          | 163 +++++++++
 drivers/clk/mvebu/common.h          |  48 +++
 drivers/clk/mvebu/dove.c            | 194 +++++++++++
 drivers/clk/mvebu/kirkwood.c        | 247 +++++++++++++
 include/linux/clk/mvebu.h           |  22 --
 21 files changed, 1072 insertions(+), 1037 deletions(-)
 create mode 100644 drivers/clk/mvebu/armada-370.c
 create mode 100644 drivers/clk/mvebu/armada-xp.c
 delete mode 100644 drivers/clk/mvebu/clk-core.c
 delete mode 100644 drivers/clk/mvebu/clk-core.h
 delete mode 100644 drivers/clk/mvebu/clk-gating-ctrl.c
 delete mode 100644 drivers/clk/mvebu/clk-gating-ctrl.h
 delete mode 100644 drivers/clk/mvebu/clk.c
 create mode 100644 drivers/clk/mvebu/common.c
 create mode 100644 drivers/clk/mvebu/common.h
 create mode 100644 drivers/clk/mvebu/dove.c
 create mode 100644 drivers/clk/mvebu/kirkwood.c
 delete mode 100644 include/linux/clk/mvebu.h

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

* [GIT PULL 5/5 V2] ARM: mvebu: clock SoC reorg for v3.11
  2013-05-28 20:30   ` [GIT PULL 5/5] ARM: mvebu: clock SoC reorg " Jason Cooper
@ 2013-05-29 19:30     ` Jason Cooper
  2013-06-01  6:26     ` [GIT PULL 5/5] " Olof Johansson
  1 sibling, 0 replies; 13+ messages in thread
From: Jason Cooper @ 2013-05-29 19:30 UTC (permalink / raw)
  To: linux-arm-kernel

Olof,

MikeT's Ack came in, so I cut a v2, no other changes (well, one spelling
correction in the subject line of the last commit).


The following changes since commit 3d9939c92efdd4ced672b94994959ca71b141cb8:

  pci: mvebu: fix return value check in mvebu_pcie_probe() (2013-05-27 15:51:56 +0000)

are available in the git repository at:

  git://git.infradead.org/users/jcooper/linux.git tags/seb_clk-3.11

for you to fetch changes up to ea7e0bd7e78868bbe6df6834595ef96166dd296a:

  clk: mvebu: disintegrate obsolete file (2013-05-29 19:28:29 +0000)

----------------------------------------------------------------
mvebu clock restructuring for v3.11

 - clk: mvebu
    - reorganize by SoC to remove built up #ifdefs
    - add clk flags per clock gate

Note: this branch only depends on mvebu/pcie in order to prevent managing a
tricky modify/remove file merge conflict.  By rebasing on mvebu/pcie, we are
able to build the resolution into the patch series.  The change is small, and
has been tested by the respective authors.

depends:
 - mvebu/pcie
    - mvebu/of_pci

----------------------------------------------------------------
Sebastian Hesselbarth (10):
      clk: mvebu: introduce per-clock-gate flags
      clk: mvebu: add common clock functions for core clk and clk gating
      clk: mvebu: add Dove SoC-centric clock init
      clk: mvebu: add Kirkwood SoC-centric clock init
      clk: mvebu: add Armada 370 SoC-centric clock init
      clk: mvebu: add Armada XP SoC-centric clock init
      ARM: dove: move DT boards to SoC-centric clock init
      ARM: kirkwood: move DT boards to SoC-centric clock init
      ARM: mvebu: move DT boards to SoC-centric clock init
      clk: mvebu: disintegrate obsolete file

 arch/arm/mach-dove/Kconfig          |   3 +-
 arch/arm/mach-dove/board-dt.c       |   3 +-
 arch/arm/mach-dove/common.c         |   1 -
 arch/arm/mach-kirkwood/Kconfig      |   3 +-
 arch/arm/mach-kirkwood/board-dt.c   |   3 +-
 arch/arm/mach-mvebu/Kconfig         |   5 +-
 arch/arm/mach-mvebu/armada-370-xp.c |   4 +-
 drivers/clk/mvebu/Kconfig           |  25 +-
 drivers/clk/mvebu/Makefile          |   8 +-
 drivers/clk/mvebu/armada-370.c      | 176 ++++++++++
 drivers/clk/mvebu/armada-xp.c       | 210 +++++++++++
 drivers/clk/mvebu/clk-core.c        | 675 ------------------------------------
 drivers/clk/mvebu/clk-core.h        |  18 -
 drivers/clk/mvebu/clk-gating-ctrl.c | 256 --------------
 drivers/clk/mvebu/clk-gating-ctrl.h |  22 --
 drivers/clk/mvebu/clk.c             |  23 --
 drivers/clk/mvebu/common.c          | 163 +++++++++
 drivers/clk/mvebu/common.h          |  48 +++
 drivers/clk/mvebu/dove.c            | 194 +++++++++++
 drivers/clk/mvebu/kirkwood.c        | 247 +++++++++++++
 include/linux/clk/mvebu.h           |  22 --
 21 files changed, 1072 insertions(+), 1037 deletions(-)
 create mode 100644 drivers/clk/mvebu/armada-370.c
 create mode 100644 drivers/clk/mvebu/armada-xp.c
 delete mode 100644 drivers/clk/mvebu/clk-core.c
 delete mode 100644 drivers/clk/mvebu/clk-core.h
 delete mode 100644 drivers/clk/mvebu/clk-gating-ctrl.c
 delete mode 100644 drivers/clk/mvebu/clk-gating-ctrl.h
 delete mode 100644 drivers/clk/mvebu/clk.c
 create mode 100644 drivers/clk/mvebu/common.c
 create mode 100644 drivers/clk/mvebu/common.h
 create mode 100644 drivers/clk/mvebu/dove.c
 create mode 100644 drivers/clk/mvebu/kirkwood.c
 delete mode 100644 include/linux/clk/mvebu.h

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

* [GIT PULL 2/5] ARM: mvebu: pcie driver for v3.11 (round 2 cumulative)
  2013-05-28 20:24 ` [GIT PULL 2/5] ARM: mvebu: pcie driver for v3.11 (round 2 cumulative) Jason Cooper
                     ` (2 preceding siblings ...)
  2013-05-28 20:30   ` [GIT PULL 5/5] ARM: mvebu: clock SoC reorg " Jason Cooper
@ 2013-05-29 23:22   ` Mike Turquette
  2013-05-30  0:26     ` Jason Cooper
  2013-06-01  6:18   ` Olof Johansson
  4 siblings, 1 reply; 13+ messages in thread
From: Mike Turquette @ 2013-05-29 23:22 UTC (permalink / raw)
  To: linux-arm-kernel

Quoting Jason Cooper (2013-05-28 13:24:33)
> The following changes since commit 4e23d3f505e8acfeac7cc33d4113fbb5a25c3090:
> 
>   of/pci: Add of_pci_parse_bus_range() function (2013-05-19 20:30:10 +0000)
> 
> are available in the git repository at:
> 
>   git://git.infradead.org/users/jcooper/linux.git tags/pcie-3.11-2
> 
> for you to fetch changes up to 3d9939c92efdd4ced672b94994959ca71b141cb8:
> 
>   pci: mvebu: fix return value check in mvebu_pcie_probe() (2013-05-27 15:51:56 +0000)
> 
> ----------------------------------------------------------------
> mvebu pcie driver for v3.11 (round 2, bugfix)
> 
>  - mvebu pcie
>     - fix return value check in mvebu_pcie_probe()
> 
> depends
>  - mvebu/of_pci
> 
> ----------------------------------------------------------------
> Thomas Petazzoni (4):
>       clk: mvebu: create parent-child relation for PCIe clocks on Armada 370
>       clk: mvebu: add more PCIe clocks for Armada XP

Same story here for pull request #2 as for pull request #5.  The clock
changes are trivial: Ack.  However if it is a pain to add the ack don't
worry about it.

Regards,
Mike

>       pci: PCIe driver for Marvell Armada 370/XP systems
>       arm: mvebu: PCIe support is now available on mvebu
> 
> Wei Yongjun (1):
>       pci: mvebu: fix return value check in mvebu_pcie_probe()
> 
>  .../devicetree/bindings/pci/mvebu-pci.txt          | 220 ++++++
>  arch/arm/mach-mvebu/Kconfig                        |   2 +
>  drivers/clk/mvebu/clk-gating-ctrl.c                |  18 +-
>  drivers/pci/Kconfig                                |   2 +
>  drivers/pci/Makefile                               |   3 +
>  drivers/pci/host/Kconfig                           |   8 +
>  drivers/pci/host/Makefile                          |   1 +
>  drivers/pci/host/pci-mvebu.c                       | 880 +++++++++++++++++++++
>  8 files changed, 1128 insertions(+), 6 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/pci/mvebu-pci.txt
>  create mode 100644 drivers/pci/host/Kconfig
>  create mode 100644 drivers/pci/host/Makefile
>  create mode 100644 drivers/pci/host/pci-mvebu.c
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL 2/5] ARM: mvebu: pcie driver for v3.11 (round 2 cumulative)
  2013-05-29 23:22   ` [GIT PULL 2/5] ARM: mvebu: pcie driver for v3.11 (round 2 cumulative) Mike Turquette
@ 2013-05-30  0:26     ` Jason Cooper
  0 siblings, 0 replies; 13+ messages in thread
From: Jason Cooper @ 2013-05-30  0:26 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, May 29, 2013 at 04:22:20PM -0700, Mike Turquette wrote:
> Quoting Jason Cooper (2013-05-28 13:24:33)
> > The following changes since commit 4e23d3f505e8acfeac7cc33d4113fbb5a25c3090:
> > 
> >   of/pci: Add of_pci_parse_bus_range() function (2013-05-19 20:30:10 +0000)
> > 
> > are available in the git repository at:
> > 
> >   git://git.infradead.org/users/jcooper/linux.git tags/pcie-3.11-2
> > 
> > for you to fetch changes up to 3d9939c92efdd4ced672b94994959ca71b141cb8:
> > 
> >   pci: mvebu: fix return value check in mvebu_pcie_probe() (2013-05-27 15:51:56 +0000)
> > 
> > ----------------------------------------------------------------
> > mvebu pcie driver for v3.11 (round 2, bugfix)
> > 
> >  - mvebu pcie
> >     - fix return value check in mvebu_pcie_probe()
> > 
> > depends
> >  - mvebu/of_pci
> > 
> > ----------------------------------------------------------------
> > Thomas Petazzoni (4):
> >       clk: mvebu: create parent-child relation for PCIe clocks on Armada 370
> >       clk: mvebu: add more PCIe clocks for Armada XP
> 
> Same story here for pull request #2 as for pull request #5.  The clock
> changes are trivial: Ack.  However if it is a pain to add the ack don't
> worry about it.

Ok, thanks for the Ack.  In this case, I'm going to wave off.  I would
have to rebase 4 branches (3 depend on this one) and send 4 new PRs.

thx,

Jason.

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

* [GIT PULL 1/5] of/pci dependency for mvebu/arm-soc (resend)
  2013-05-28 20:21 [GIT PULL 1/5] of/pci dependency for mvebu/arm-soc (resend) Jason Cooper
  2013-05-28 20:24 ` [GIT PULL 2/5] ARM: mvebu: pcie driver for v3.11 (round 2 cumulative) Jason Cooper
@ 2013-06-01  5:56 ` Olof Johansson
  1 sibling, 0 replies; 13+ messages in thread
From: Olof Johansson @ 2013-06-01  5:56 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, May 28, 2013 at 04:21:40PM -0400, Jason Cooper wrote:
> Olof,
> 
> This is a resend of the previous PR.  For mvebu/of_pci it is the exact
> same.
> 
> 
> The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:
> 
>   Linux 3.10-rc1 (2013-05-11 17:14:08 -0700)
> 
> are available in the git repository at:
> 
>   git://git.infradead.org/users/jcooper/linux.git tags/of_pci-3.11
> 
> for you to fetch changes up to 4e23d3f505e8acfeac7cc33d4113fbb5a25c3090:
> 
>   of/pci: Add of_pci_parse_bus_range() function (2013-05-19 20:30:10 +0000)
> 
> ----------------------------------------------------------------
> of/pci changes for v3.11
> 
>  - parse DT ranges property
>  - add of_pci_get_devfn()
>  - add of_pci_parse_bus_range()
> 
> Note:
>  - mvebu/pcie will depend on this branch
>  - work by LinusW and possibly Arnd will depend on this branch
> 
> ----------------------------------------------------------------
> Andrew Murray (1):
>       of/pci: Provide support for parsing PCI DT ranges property
> 
> Thierry Reding (2):
>       of/pci: Add of_pci_get_devfn() function
>       of/pci: Add of_pci_parse_bus_range() function

Merged as of/pci-helpers, merged into next/cleanup since it's a very
early branch in our dependency chain.

However:

These two seem to have received Reviewed-by's from Rob Herring, but
they're not in the patch description. The review was back in April,
so well before when they were committed.

I'm pointing it out because reviewing is hard and thankless work, and one
of the few recognitions you might get is when LWN do their statistics.
This is in particular true around DT/OF stuff since it's a firehose of
patches coming in there. So please be careful to pick them up when they
come across. 

This goes for everybody, I'm not trying to single anyone out here. I also
_don't_ need a post-mortem to why they got dropped in this particular
case, please. :)


-Olof

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

* [GIT PULL 2/5] ARM: mvebu: pcie driver for v3.11 (round 2 cumulative)
  2013-05-28 20:24 ` [GIT PULL 2/5] ARM: mvebu: pcie driver for v3.11 (round 2 cumulative) Jason Cooper
                     ` (3 preceding siblings ...)
  2013-05-29 23:22   ` [GIT PULL 2/5] ARM: mvebu: pcie driver for v3.11 (round 2 cumulative) Mike Turquette
@ 2013-06-01  6:18   ` Olof Johansson
  4 siblings, 0 replies; 13+ messages in thread
From: Olof Johansson @ 2013-06-01  6:18 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, May 28, 2013 at 04:24:33PM -0400, Jason Cooper wrote:
> 
> The following changes since commit 4e23d3f505e8acfeac7cc33d4113fbb5a25c3090:
> 
>   of/pci: Add of_pci_parse_bus_range() function (2013-05-19 20:30:10 +0000)
> 
> are available in the git repository at:
> 
>   git://git.infradead.org/users/jcooper/linux.git tags/pcie-3.11-2
> 
> for you to fetch changes up to 3d9939c92efdd4ced672b94994959ca71b141cb8:
> 
>   pci: mvebu: fix return value check in mvebu_pcie_probe() (2013-05-27 15:51:56 +0000)

Pulled.

-Olof

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

* [GIT PULL 3/5] ARM: kirkwood: pcie driver for v3.11
  2013-05-28 20:26   ` [GIT PULL 3/5] ARM: kirkwood: pcie driver for v3.11 Jason Cooper
@ 2013-06-01  6:19     ` Olof Johansson
  0 siblings, 0 replies; 13+ messages in thread
From: Olof Johansson @ 2013-06-01  6:19 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, May 28, 2013 at 04:26:32PM -0400, Jason Cooper wrote:
> 
> The following changes since commit 3d9939c92efdd4ced672b94994959ca71b141cb8:
> 
>   pci: mvebu: fix return value check in mvebu_pcie_probe() (2013-05-27 15:51:56 +0000)
> 
> are available in the git repository at:
> 
>   git://git.infradead.org/users/jcooper/linux.git tags/pcie_kw-3.11
> 
> for you to fetch changes up to 0d0632f523fa040b307688ae421a1debf79af2d7:
> 
>   arm: kirkwood: convert db-88f6281/db-88f6282 to the Device Tree (2013-05-27 16:02:13 +0000)

Pulled.


-Olof

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

* [GIT PULL 4/5] ARM: mvebu: pcie bridge enhancements for v3.11
  2013-05-28 20:28   ` [GIT PULL 4/5] ARM: mvebu: pcie bridge enhancements " Jason Cooper
@ 2013-06-01  6:24     ` Olof Johansson
  0 siblings, 0 replies; 13+ messages in thread
From: Olof Johansson @ 2013-06-01  6:24 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, May 28, 2013 at 04:28:28PM -0400, Jason Cooper wrote:
> 
> The following changes since commit 3d9939c92efdd4ced672b94994959ca71b141cb8:
> 
>   pci: mvebu: fix return value check in mvebu_pcie_probe() (2013-05-27 15:51:56 +0000)
> 
> are available in the git repository at:
> 
>   git://git.infradead.org/users/jcooper/linux.git tags/pcie_bridge-3.11
> 
> for you to fetch changes up to 6eb237c41acc1cf00b3b1176ad4a0ed3f221d630:
> 
>   pci: mvebu: fix the emulation of the status register (2013-05-27 16:01:15 +0000)

Pulled. Could have gone into the main pcie pull request though, but I'm
guessing it's split up for historical purposes.


-Olof

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

* [GIT PULL 5/5] ARM: mvebu: clock SoC reorg for v3.11
  2013-05-28 20:30   ` [GIT PULL 5/5] ARM: mvebu: clock SoC reorg " Jason Cooper
  2013-05-29 19:30     ` [GIT PULL 5/5 V2] " Jason Cooper
@ 2013-06-01  6:26     ` Olof Johansson
  1 sibling, 0 replies; 13+ messages in thread
From: Olof Johansson @ 2013-06-01  6:26 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, May 28, 2013 at 04:30:21PM -0400, Jason Cooper wrote:
> 
> The following changes since commit 3d9939c92efdd4ced672b94994959ca71b141cb8:
> 
>   pci: mvebu: fix return value check in mvebu_pcie_probe() (2013-05-27 15:51:56 +0000)
> 
> are available in the git repository at:
> 
>   git://git.infradead.org/users/jcooper/linux.git tags/seb_clk-3.11
> 
> for you to fetch changes up to 279f759aac0990402407d97b21475677f499f4ac:
> 
>   clk: mvebu: desintegrate obsolete file (2013-05-28 15:18:37 +0000)

Pulled in as mvebu/clk-cleanup.


> mvebu clock restructuring for v3.11
> 
>  - clk: mvebu
>     - reorganize by SoC to remove built up #ifdefs
>     - add clk flags per clock gate
> 
> Note: this branch only depends on mvebu/pcie in order to prevent managing a
> tricky modify/remove file merge conflict.  By rebasing on mvebu/pcie, we are
> able to build the resolution into the patch series.  The change is small, and
> has been tested by the respective authors.

BTW, it would have been fine to expose this as well, especially if
you'd let us know up front and pushed a proposed solution that we could
compare with.


-Olof

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

end of thread, other threads:[~2013-06-01  6:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-28 20:21 [GIT PULL 1/5] of/pci dependency for mvebu/arm-soc (resend) Jason Cooper
2013-05-28 20:24 ` [GIT PULL 2/5] ARM: mvebu: pcie driver for v3.11 (round 2 cumulative) Jason Cooper
2013-05-28 20:26   ` [GIT PULL 3/5] ARM: kirkwood: pcie driver for v3.11 Jason Cooper
2013-06-01  6:19     ` Olof Johansson
2013-05-28 20:28   ` [GIT PULL 4/5] ARM: mvebu: pcie bridge enhancements " Jason Cooper
2013-06-01  6:24     ` Olof Johansson
2013-05-28 20:30   ` [GIT PULL 5/5] ARM: mvebu: clock SoC reorg " Jason Cooper
2013-05-29 19:30     ` [GIT PULL 5/5 V2] " Jason Cooper
2013-06-01  6:26     ` [GIT PULL 5/5] " Olof Johansson
2013-05-29 23:22   ` [GIT PULL 2/5] ARM: mvebu: pcie driver for v3.11 (round 2 cumulative) Mike Turquette
2013-05-30  0:26     ` Jason Cooper
2013-06-01  6:18   ` Olof Johansson
2013-06-01  5:56 ` [GIT PULL 1/5] of/pci dependency for mvebu/arm-soc (resend) Olof Johansson

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.