* [GIT PULL 1/6] omap non-urgent fixes for v3.13 merge window
@ 2013-10-12 1:44 Tony Lindgren
2013-10-12 1:44 ` [GIT PULL 2/6] omap pdata and dt preparation changes " Tony Lindgren
` (4 more replies)
0 siblings, 5 replies; 11+ messages in thread
From: Tony Lindgren @ 2013-10-12 1:44 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 15c03dd4859ab16f9212238f29dd315654aa94f6:
Linux 3.12-rc3 (2013-09-29 15:02:38 -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-signed
for you to fetch changes up to 8ff875e7f93e900e7a7e78f1c9c05a22b33c27cf:
ARM: mach-omap1: Fix omap1510_fpga_init_irq() implicit declarations. (2013-10-08 11:04:22 -0700)
----------------------------------------------------------------
Fixes for omaps that were not considered urgent for the -rc series.
Just minor build fixes, removal of dead code, and a patch to
use the die ID for increasing boot time entropy.
----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (1):
ARM: OMAP1: fix incorrect placement of __initdata tag
Linus Walleij (1):
ARM: OMAP2+: throw the die id into the entropy pool
Majunath Goudar (1):
ARM: mach-omap1: Fix omap1510_fpga_init_irq() implicit declarations.
Michael Opdenacker (1):
ARM: OMAP: remove deprecated IRQF_DISABLED
arch/arm/mach-omap1/common.h | 3 +++
arch/arm/mach-omap1/fpga.c | 3 +--
arch/arm/mach-omap1/gpio15xx.c | 8 ++++----
arch/arm/mach-omap1/gpio16xx.c | 22 +++++++++++-----------
arch/arm/mach-omap1/gpio7xx.c | 30 +++++++++++++++---------------
arch/arm/mach-omap1/pm.c | 1 -
arch/arm/mach-omap1/time.c | 2 +-
arch/arm/mach-omap1/timer32k.c | 2 +-
arch/arm/mach-omap2/id.c | 12 ++++++++++++
arch/arm/mach-omap2/timer.c | 2 +-
arch/arm/plat-omap/dma.c | 1 -
11 files changed, 49 insertions(+), 37 deletions(-)
^ permalink raw reply [flat|nested] 11+ messages in thread* [GIT PULL 2/6] omap pdata and dt preparation changes for v3.13 merge window 2013-10-12 1:44 [GIT PULL 1/6] omap non-urgent fixes for v3.13 merge window Tony Lindgren @ 2013-10-12 1:44 ` Tony Lindgren 2013-10-12 1:44 ` [GIT PULL 3/6] omap hwmod " Tony Lindgren ` (3 subsequent siblings) 4 siblings, 0 replies; 11+ messages in thread From: Tony Lindgren @ 2013-10-12 1:44 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/quirk-signed for you to fetch changes up to 8d71528343c69ce387bd5fdb4fd8dc2b9f69d97c: ARM: configs: omap2plus_defconfig: enable dwc3 and dependencies (2013-10-11 15:41:25 -0700) ---------------------------------------------------------------- Changes needed to prepare for making omap3 device tree only: - Always build in board-generic, and add pdata quirks and auxdata support for it so we have all the pdata related quirks in the same place. - Merge of the drivers/pinctrl changes that are needed for PM to continue working on omap3 and also needed for other omaps eventually. The three pinctrl related patches have been acked by Linus Walleij and are pulled into both the pinctrl tree and this branch. - Few defconfig related changes for drivers needed. ---------------------------------------------------------------- Aaro Koskinen (1): ARM: OMAP2+: pdata-quirks: set internal clock source for MMC2 on N950/N9 Felipe Balbi (1): ARM: configs: omap2plus_defconfig: enable dwc3 and dependencies Javier Martinez Canillas (2): ARM: OMAP2+: pdata-quirks: add legacy display init for IGEPv2 board ARM: OMAP2+: igep0020: use display init from dss-common Tony Lindgren (14): ARM: OMAP2+: Always build in board-generic ARM: OMAP2+: Add quirk support for legacy platform data init ARM: OMAP2+: Use pdata quirk support for board-generic.c ARM: OMAP2+: Use pdata quirks for wl12xx legacy init pinctrl: single: Prepare for supporting SoC specific features pinctrl: single: Add support for wake-up interrupts pinctrl: single: Add support for auxdata Merge tag 'pinctrl-single-for-linus-for-v3.13-signed' into omap-for-v3.13/quirk ARM: OMAP2+: Add support for auxdata ARM: OMAP: Move DT wake-up event handling over to use pinctrl-single-omap ARM: OMAP2+: Use pdata quirks for wl12xx for omap3 evm and zoom3 ARM: OMAP2+: Add minimal 8250 support for GPMC ARM: OMAP2+: Run make savedefconfig on omap2plus_defconfig to shrink it ARM: OMAP2+: Add WLAN modules and of_serial to omap2plus_defconfig .../devicetree/bindings/pinctrl/pinctrl-single.txt | 11 + arch/arm/boot/dts/omap3.dtsi | 4 + arch/arm/boot/dts/omap4.dtsi | 4 + arch/arm/configs/omap2plus_defconfig | 109 +++--- arch/arm/mach-omap2/Kconfig | 10 +- arch/arm/mach-omap2/Makefile | 2 +- arch/arm/mach-omap2/board-generic.c | 36 +- arch/arm/mach-omap2/board-igep0020.c | 41 +-- arch/arm/mach-omap2/common.h | 3 + arch/arm/mach-omap2/devices.c | 38 -- arch/arm/mach-omap2/dss-common.c | 44 +++ arch/arm/mach-omap2/dss-common.h | 1 + arch/arm/mach-omap2/gpmc.c | 38 ++ arch/arm/mach-omap2/mux.c | 8 +- arch/arm/mach-omap2/pdata-quirks.c | 174 ++++++++++ arch/arm/mach-omap2/prm3xxx.h | 8 +- arch/arm/mach-omap2/prm44xx_54xx.h | 8 +- arch/arm/mach-omap2/prm_common.c | 11 + drivers/pinctrl/pinctrl-single.c | 383 ++++++++++++++++++++- include/linux/platform_data/pinctrl-single.h | 12 + 20 files changed, 751 insertions(+), 194 deletions(-) create mode 100644 arch/arm/mach-omap2/pdata-quirks.c create mode 100644 include/linux/platform_data/pinctrl-single.h ^ permalink raw reply [flat|nested] 11+ messages in thread
* [GIT PULL 3/6] omap hwmod changes for v3.13 merge window 2013-10-12 1:44 [GIT PULL 1/6] omap non-urgent fixes for v3.13 merge window Tony Lindgren 2013-10-12 1:44 ` [GIT PULL 2/6] omap pdata and dt preparation changes " Tony Lindgren @ 2013-10-12 1:44 ` Tony Lindgren 2013-10-12 1:44 ` [GIT PULL 4/6] omap device tree " Tony Lindgren ` (2 subsequent siblings) 4 siblings, 0 replies; 11+ messages in thread From: Tony Lindgren @ 2013-10-12 1:44 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/hwmod-signed for you to fetch changes up to 254f57a92987b6cde6004f58d6b847813dfb9e0e: ARM: OMAP5: hwmod: add missing ocp2scp hwmod data (2013-10-11 15:37:05 -0700) ---------------------------------------------------------------- omap hwmod related changes via Paul Walmsley <paul@pwsan.com>: Some OMAP hwmod changes for 3.13. Significant changes here include: - support for moving some of the hwmod flags to DT data - support for the SSI, hardware spinlock, USB host/TLL, and RNG IP blocks for various OMAPs - a fix that again decouples hwmod data changes from unrelated DT data patchsets Basic test logs are available at: http://www.pwsan.com/omap/testlogs/prcm_fixes_v3.13/20131009094936/ ---------------------------------------------------------------- Benoit Cousson (1): ARM: OMAP5: hwmod: add missing ocp2scp hwmod data Lokesh Vutla (1): ARM: AM33xx: hwmod: Add RNG module data Rajendra Nayak (2): ARM: OMAP2+: hwmod: cleanup HWMOD_INIT_NO_RESET usage ARM: OMAP2+: hwmod: Extract no-idle and no-reset info from DT Roger Quadros (1): ARM: OMAP5: hwmod data: Add USB Host and TLL modules Sebastian Reichel (1): ARM: OMAP2+: hwmod data: Add SSI information Suman Anna (3): ARM: OMAP2+: hwmod: check for module address space during init ARM: OMAP5: hwmod data: Add spinlock data ARM: AM33xx: hwmod_data: add the sysc configuration for spinlock Tony Lindgren (1): Merge tag 'for-v3.13/hwmod' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v3.13/hwmod arch/arm/mach-omap2/omap_hwmod.c | 49 ++++-- arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 67 +++++++-- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 48 ++++++ arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 6 +- arch/arm/mach-omap2/omap_hwmod_54xx_data.c | 230 ++++++++++++++++++++++++++++- 5 files changed, 370 insertions(+), 30 deletions(-) ^ permalink raw reply [flat|nested] 11+ messages in thread
* [GIT PULL 4/6] omap device tree changes for v3.13 merge window 2013-10-12 1:44 [GIT PULL 1/6] omap non-urgent fixes for v3.13 merge window Tony Lindgren 2013-10-12 1:44 ` [GIT PULL 2/6] omap pdata and dt preparation changes " Tony Lindgren 2013-10-12 1:44 ` [GIT PULL 3/6] omap hwmod " Tony Lindgren @ 2013-10-12 1:44 ` Tony Lindgren 2013-10-12 1:44 ` [GIT PULL 6/6] omap soc " Tony Lindgren 2013-10-12 1:44 ` [GIT PULL 5/6] omap display and board pdata " Tony Lindgren 4 siblings, 0 replies; 11+ messages in thread From: Tony Lindgren @ 2013-10-12 1:44 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/dt-signed for you to fetch changes up to 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) ---------------------------------------------------------------- omap device tree related changes via Benoit Cousson <bcousson@baylibre.com>: Add the minimal DTS support for DRA7xx based SoC core. Add the initial support for N900 and gta04 phones. Enable USB3 on OMAP5 evm board. Add support for cryto accelerators Add new IGEP AQUILA board Add AM33XX EDMA support Update HSUSB node to use the reset-gpios fmwk ---------------------------------------------------------------- Aaro Koskinen (1): ARM: dts: omap3-devkit8000: fix a typo in GMPC node Afzal Mohammed (2): ARM: dts: AM4372: cpu(s) node per latest binding ARM: dts: AM4372: add few nodes Alexander Holler (1): ARM: dts: am335x-bone: add CD for mmc1 Alexandre Belloni (1): ARM: dts: AM33XX: Add PMU support Balaji T K (4): ARM: dts: am335x-bone-common: correct mux mode for cmd line ARM: dts: am335x-evm[sdk]: switch mmc1 to 4-bit mode ARM: dts: dra7-evm: Add mmc1 node for micro-sd support ARM: dts: dra7-evm: Add mmc2 node for eMMC support Benoit Parrot (1): ARM: dts: AM33XX: Add LCDC info into am335x-evm Dan Murphy (1): ARM: dts: AM33XX: add ethernet alias's for am33xx Darren Etheridge (1): ARM: dts: AM33XX beagle black: add pinmux and hdmi node to enable display Enric Balletbo i Serra (2): ARM: dts: AM33XX: Add support for IGEP COM AQUILA ARM: dts: AM33XX: Add support for IGEP AQUILA EXPANSION board. Felipe Balbi (1): ARM: dts: OMAP5: add palmas-usb node Javier Martinez Canillas (8): ARM: dts: omap3-igep: add pinmux node for GPIO LED configuration ARM: dts: omap3-igep0020: add mux conf for GPIO LEDs ARM: dts: omap3-igep0030: add mux conf for GPIO LED ARM: dts: AM33XX: use pinmux node defined in included file ARM: dts: AM33XX: don't redefine OCP bus and device nodes ARM: dts: omap3-igep: Add USB OTG support ARM: dts: omap3-igep0020: Add HS USB Host support ARM: dts: omap3-igep0020: use standard constant for IRQ flags Joel Fernandes (5): ARM: dts: OMAP4: Add AES node ARM: dts: OMAP4: Add DES3DES node ARM: dts: AM33XX: Fix AES interrupt number ARM: dts: AM437X: Add AES node ARM: dts: AM437X: Add DES node Keerthy (1): ARM: dts: DRA7: Add TPS659038 PMIC nodes Kishon Vijay Abraham I (1): ARM: dts: omap5-uevm: Split SMPS10 in two nodes Koen Kooi (3): ARM: dts: am335x-boneblack: add eMMC DT entry ARM: dts: am335x-bone-common: switch mmc1 to 4-bit mode ARM: dts: am335x-bone-common: add cpu0 and mmc1 triggers Lars Poeschel (1): ARM: dts: AM33xx: Correct gpio #interrupt-cells property Lee Jones (7): ARM: dts: Remove '0x's from OMAP2420 H4 DTS file ARM: dts: Remove '0x's from OMAP3 IGEP0020 DTS file ARM: dts: Remove '0x's from OMAP3 IGEP0030 DTS file ARM: dts: Remove '0x's from OMAP3 DTS file ARM: dts: Remove '0x's from OMAP3430 SDP DTS file ARM: dts: Remove '0x's from OMAP4 DTS file ARM: dts: Remove '0x's from OMAP5 DTS file Marek Belisko (1): ARM: dts: Add devicetree for gta04 board. Mark A. Greer (2): ARM: dts: AM33XX: Add SHAM data and documentation ARM: dts: AM33XX: Add AES data and documentation Matt Porter (3): ARM: dts: AM33XX: Add EDMA support ARM: dts: AM33XX: Add SPI DMA support ARM: dts: AM33XX: Add MMC support and documentation Nishanth Menon (2): ARM: dts: am335x-boneblack: move fixed regulator to board level ARM: dts: omap5-uevm: mark TWL6037 as system-power-controller Pavel Machek (1): ARM: dts: N900: Add device tree R Sricharan (1): ARM: dts: DRA7: Add the dts files for dra7 SoC and dra7-evm board Roger Quadros (6): ARM: dts: omap3-beagle: Make USB host pin naming consistent ARM: dts: omap3-beagle: Use reset-gpios for hsusb2_reset ARM: dts: omap4-panda: Use reset-gpios for hsusb1_reset ARM: dts: omap5-uevm: Use reset-gpios for hsusb2/3_reset ARM: dts: omap3-beagle-xm: Add USB Host support ARM: dts: omap3-beagle: Add USB OTG PHY details Ruslan Bilovol (1): ARM: dts: twl6030: Move common configuration for OMAP4 boards in a separate dtsi file Tony Lindgren (1): Merge tag 'for_3.13/dts_signed' of git://git.kernel.org/.../bcousson/linux-omap-dt into omap-for-v3.13/dt .../devicetree/bindings/crypto/omap-aes.txt | 31 + .../devicetree/bindings/crypto/omap-sham.txt | 28 + .../devicetree/bindings/mmc/ti-omap-hsmmc.txt | 26 +- arch/arm/boot/dts/Makefile | 6 +- arch/arm/boot/dts/am335x-base0033.dts | 16 + arch/arm/boot/dts/am335x-bone-common.dtsi | 311 +++++---- arch/arm/boot/dts/am335x-bone.dts | 18 + arch/arm/boot/dts/am335x-boneblack.dts | 61 ++ arch/arm/boot/dts/am335x-evm.dts | 721 ++++++++++++--------- arch/arm/boot/dts/am335x-evmsk.dts | 422 ++++++------ arch/arm/boot/dts/am335x-igep0033.dtsi | 265 ++++++++ arch/arm/boot/dts/am33xx.dtsi | 103 ++- arch/arm/boot/dts/am4372.dtsi | 361 +++++++++++ arch/arm/boot/dts/dra7-evm.dts | 271 ++++++++ arch/arm/boot/dts/dra7.dtsi | 575 ++++++++++++++++ arch/arm/boot/dts/omap2420-h4.dts | 6 +- arch/arm/boot/dts/omap3-beagle-xm.dts | 65 +- arch/arm/boot/dts/omap3-beagle.dts | 44 +- arch/arm/boot/dts/omap3-devkit8000.dts | 2 +- arch/arm/boot/dts/omap3-gta04.dts | 168 +++++ arch/arm/boot/dts/omap3-igep.dtsi | 11 + arch/arm/boot/dts/omap3-igep0020.dts | 70 +- arch/arm/boot/dts/omap3-igep0030.dts | 17 +- arch/arm/boot/dts/omap3-n900.dts | 92 +++ arch/arm/boot/dts/omap3.dtsi | 2 +- arch/arm/boot/dts/omap3430-sdp.dts | 22 +- arch/arm/boot/dts/omap4-panda-common.dtsi | 39 +- arch/arm/boot/dts/omap4-sdp.dts | 21 +- arch/arm/boot/dts/omap4.dtsi | 20 +- arch/arm/boot/dts/omap5-uevm.dts | 52 +- arch/arm/boot/dts/omap5.dtsi | 6 +- arch/arm/boot/dts/twl6030_omap4.dtsi | 38 ++ include/dt-bindings/pinctrl/dra.h | 50 ++ 33 files changed, 3130 insertions(+), 810 deletions(-) create mode 100644 Documentation/devicetree/bindings/crypto/omap-aes.txt create mode 100644 Documentation/devicetree/bindings/crypto/omap-sham.txt create mode 100644 arch/arm/boot/dts/am335x-base0033.dts create mode 100644 arch/arm/boot/dts/am335x-igep0033.dtsi create mode 100644 arch/arm/boot/dts/dra7-evm.dts create mode 100644 arch/arm/boot/dts/dra7.dtsi create mode 100644 arch/arm/boot/dts/omap3-gta04.dts create mode 100644 arch/arm/boot/dts/omap3-n900.dts create mode 100644 arch/arm/boot/dts/twl6030_omap4.dtsi create mode 100644 include/dt-bindings/pinctrl/dra.h ^ permalink raw reply [flat|nested] 11+ messages in thread
* [GIT PULL 6/6] omap soc changes for v3.13 merge window 2013-10-12 1:44 [GIT PULL 1/6] omap non-urgent fixes for v3.13 merge window Tony Lindgren ` (2 preceding siblings ...) 2013-10-12 1:44 ` [GIT PULL 4/6] omap device tree " Tony Lindgren @ 2013-10-12 1:44 ` Tony Lindgren 2013-10-12 1:44 ` [GIT PULL 5/6] omap display and board pdata " Tony Lindgren 4 siblings, 0 replies; 11+ messages in thread From: Tony Lindgren @ 2013-10-12 1:44 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/soc-take2 for you to fetch changes up to d5da94b88efebc375bfcbab6bb0e59a6e8a6571e: ARM: OMAP2+: Fix build error for realtime counter init if not enabled (2013-10-11 17:28:04 -0700) ---------------------------------------------------------------- SoC related changes for omaps to support the realtime counter on newer omaps, and to fail early for omap5 es1.0 SoCs that don't have any support merged for them in the mainline tree. ---------------------------------------------------------------- Nishanth Menon (1): ARM: OMAP5: id: Remove ES1.0 support R Sricharan (1): ARM: OMAP5/DRA7: realtime_counter: Configure CNTFRQ register Sricharan R (1): ARM: OMAP2+: DRA7: realtime_counter: Add ratio registers for 20MHZ sys-clk frequency Tony Lindgren (1): ARM: OMAP2+: Fix build error for realtime counter init if not enabled arch/arm/mach-omap2/id.c | 8 ++++---- arch/arm/mach-omap2/omap-secure.h | 4 ++++ arch/arm/mach-omap2/omap-smp.c | 7 +++++++ arch/arm/mach-omap2/soc.h | 2 -- arch/arm/mach-omap2/timer.c | 17 +++++++++++++++++ 5 files changed, 32 insertions(+), 6 deletions(-) ^ permalink raw reply [flat|nested] 11+ messages in thread
* [GIT PULL 5/6] omap display and board pdata changes for v3.13 merge window 2013-10-12 1:44 [GIT PULL 1/6] omap non-urgent fixes for v3.13 merge window Tony Lindgren ` (3 preceding siblings ...) 2013-10-12 1:44 ` [GIT PULL 6/6] omap soc " Tony Lindgren @ 2013-10-12 1:44 ` Tony Lindgren 4 siblings, 0 replies; 11+ messages in thread From: Tony Lindgren @ 2013-10-12 1:44 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/board-signed for you to fetch changes up to 9e490f486ea9ce7644be913e03ee5ccdf1be20f7: Merge branch 'omap-for-v3.13/n900' into omap-for-v3.13/board (2013-10-11 16:14:23 -0700) ---------------------------------------------------------------- Platform data changes for omaps for the display subsystem and n900 secure mode changes. Note that the n900 secure mode changes will still be needed for device tree based booting also. ---------------------------------------------------------------- Archit Taneja (4): ARM: OMAP2+: drm: Don't build device for DMM ARM: OMAP2+: display: Create omapdrm device inside omap_display_init ARM: OMAP2+: display: Create omapvrfb and omapfb devices inside omap_display_init ARM: OMAP2+: display: Create omap_vout device inside omap_display_init Pali Rohr (3): ARM: OMAP3: Add secure function omap_smc3() which calling instruction smc #1 ARM: OMAP3: RX-51: ARM errata 430973 workaround RX-51: Add support for OMAP3 ROM Random Number Generator Tony Lindgren (1): Merge branch 'omap-for-v3.13/n900' into omap-for-v3.13/board arch/arm/mach-omap2/Makefile | 6 +-- arch/arm/mach-omap2/board-rx51-peripherals.c | 19 +++++++ arch/arm/mach-omap2/board-rx51.c | 12 +++++ arch/arm/mach-omap2/cclock3xxx_data.c | 1 + arch/arm/mach-omap2/devices.c | 10 ++-- arch/arm/mach-omap2/display.c | 28 ++++++++++ arch/arm/mach-omap2/display.h | 4 ++ arch/arm/mach-omap2/drm.c | 24 ++------- arch/arm/mach-omap2/fb.c | 14 ++--- arch/arm/mach-omap2/omap-secure.c | 76 ++++++++++++++++++++++++++++ arch/arm/mach-omap2/omap-secure.h | 13 +++++ arch/arm/mach-omap2/omap-smc.S | 21 +++++++- 12 files changed, 191 insertions(+), 37 deletions(-) ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <5258a9a6.4a17e00a.5fb3.ffff9bf3SMTPIN_ADDED_MISSING@mx.google.com>]
* [GIT PULL 3/6] omap hwmod changes for v3.13 merge window [not found] <5258a9a6.4a17e00a.5fb3.ffff9bf3SMTPIN_ADDED_MISSING@mx.google.com> @ 2013-10-14 22:44 ` Kevin Hilman 2013-10-15 4:11 ` Olof Johansson 0 siblings, 1 reply; 11+ messages in thread From: Kevin Hilman @ 2013-10-14 22:44 UTC (permalink / raw) To: linux-arm-kernel Tony Lindgren <tony@atomide.com> writes: > 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/hwmod-signed > > for you to fetch changes up to 254f57a92987b6cde6004f58d6b847813dfb9e0e: > > ARM: OMAP5: hwmod: add missing ocp2scp hwmod data (2013-10-11 15:37:05 -0700) > > ---------------------------------------------------------------- > omap hwmod related changes via Paul Walmsley <paul@pwsan.com>: > > Some OMAP hwmod changes for 3.13. Significant changes here include: > > - support for moving some of the hwmod flags to DT data > > - support for the SSI, hardware spinlock, USB host/TLL, and RNG IP > blocks for various OMAPs > > - a fix that again decouples hwmod data changes from unrelated DT data > patchsets > > Basic test logs are available at: > > http://www.pwsan.com/omap/testlogs/prcm_fixes_v3.13/20131009094936/ > > ---------------------------------------------------------------- Pulled into next/soc, Thanks, Kevin ^ permalink raw reply [flat|nested] 11+ messages in thread
* [GIT PULL 3/6] omap hwmod changes for v3.13 merge window 2013-10-14 22:44 ` [GIT PULL 3/6] omap hwmod " Kevin Hilman @ 2013-10-15 4:11 ` Olof Johansson [not found] ` <CAGa+x84a2b4DWqu0YT=NVt_SMYpyPkL1ZdzTXnocoZZjNzi9mw@mail.gmail.com> 0 siblings, 1 reply; 11+ messages in thread From: Olof Johansson @ 2013-10-15 4:11 UTC (permalink / raw) To: linux-arm-kernel On Mon, Oct 14, 2013 at 03:44:44PM -0700, Kevin Hilman wrote: > Tony Lindgren <tony@atomide.com> writes: > > > 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/hwmod-signed > > > > for you to fetch changes up to 254f57a92987b6cde6004f58d6b847813dfb9e0e: > > > > ARM: OMAP5: hwmod: add missing ocp2scp hwmod data (2013-10-11 15:37:05 -0700) > > > > ---------------------------------------------------------------- > > omap hwmod related changes via Paul Walmsley <paul@pwsan.com>: > > > > Some OMAP hwmod changes for 3.13. Significant changes here include: > > > > - support for moving some of the hwmod flags to DT data > > > > - support for the SSI, hardware spinlock, USB host/TLL, and RNG IP > > blocks for various OMAPs > > > > - a fix that again decouples hwmod data changes from unrelated DT data > > patchsets > > > > Basic test logs are available at: > > > > http://www.pwsan.com/omap/testlogs/prcm_fixes_v3.13/20131009094936/ > > > > ---------------------------------------------------------------- > > Pulled into next/soc, > > Thanks, > > Kevin Hm, looks like my BBB hit this on v3.12-rc4-493-g1a9df23, which is pushed to to-build but not for-next yet. I'm guessing this might be what Kevin pinged me about on IRC today but I was out and unavailable most of the day. [ 0.169527] ------------[ cut here ]------------ [ 0.169585] WARNING: CPU: 0 PID: 1 at ../../arch/arm/mach-omap2/omap_hwmod.c:2438 _init+0x338/0x37c() [ 0.169602] omap_hwmod: spinlock: doesn't have mpu register target base [ 0.169616] Modules linked in: [ 0.169647] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.12.0-rc4-00493-g1a9df23 #1 [ 0.169701] [<c001ba40>] (unwind_backtrace+0x0/0xec) from [<c0017b80>] (show_stack+0x10/0x14) [ 0.169735] [<c0017b80>] (show_stack+0x10/0x14) from [<c051ad90>] (dump_stack+0x7c/0x94) [ 0.169768] [<c051ad90>] (dump_stack+0x7c/0x94) from [<c0045be0>] (warn_slowpath_common+0x6c/0x90) [ 0.169796] [<c0045be0>] (warn_slowpath_common+0x6c/0x90) from [<c0045c34>] (warn_slowpath_fmt+0x30/0x40) [ 0.169825] [<c0045c34>] (warn_slowpath_fmt+0x30/0x40) from [<c076e868>] (_init+0x338/0x37c) [ 0.169855] [<c076e868>] (_init+0x338/0x37c) from [<c076ed80>] (__omap_hwmod_setup_all+0x40/0x8c) [ 0.169886] [<c076ed80>] (__omap_hwmod_setup_all+0x40/0x8c) from [<c0008848>] (do_one_initcall+0xe8/0x14c) [ 0.169924] [<c0008848>] (do_one_initcall+0xe8/0x14c) from [<c0762b84>] (kernel_init_freeable+0x104/0x1c4) [ 0.169963] [<c0762b84>] (kernel_init_freeable+0x104/0x1c4) from [<c0514c90>] (kernel_init+0x8/0x150) [ 0.170002] [<c0514c90>] (kernel_init+0x8/0x150) from [<c0013bc8>] (ret_from_fork+0x14/0x2c) [ 0.170221] ---[ end trace 1b75b31a2719ed1c ]--- -Olof ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <CAGa+x84a2b4DWqu0YT=NVt_SMYpyPkL1ZdzTXnocoZZjNzi9mw@mail.gmail.com>]
* [GIT PULL 3/6] omap hwmod changes for v3.13 merge window [not found] ` <CAGa+x84a2b4DWqu0YT=NVt_SMYpyPkL1ZdzTXnocoZZjNzi9mw@mail.gmail.com> @ 2013-10-15 4:30 ` Olof Johansson 2013-10-15 7:28 ` Paul Walmsley 2013-10-15 14:00 ` Kevin Hilman 0 siblings, 2 replies; 11+ messages in thread From: Olof Johansson @ 2013-10-15 4:30 UTC (permalink / raw) To: linux-arm-kernel On Mon, Oct 14, 2013 at 9:25 PM, Kevin Hilman <khilman@linaro.org> wrote: > > On Oct 14, 2013 9:12 PM, "Olof Johansson" <olof@lixom.net> wrote: >> >> On Mon, Oct 14, 2013 at 03:44:44PM -0700, Kevin Hilman wrote: >> > Tony Lindgren <tony@atomide.com> writes: >> > >> > > 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/hwmod-signed >> > > >> > > for you to fetch changes up to >> > > 254f57a92987b6cde6004f58d6b847813dfb9e0e: >> > > >> > > ARM: OMAP5: hwmod: add missing ocp2scp hwmod data (2013-10-11 >> > > 15:37:05 -0700) >> > > >> > > ---------------------------------------------------------------- >> > > omap hwmod related changes via Paul Walmsley <paul@pwsan.com>: >> > > >> > > Some OMAP hwmod changes for 3.13. Significant changes here include: >> > > >> > > - support for moving some of the hwmod flags to DT data >> > > >> > > - support for the SSI, hardware spinlock, USB host/TLL, and RNG IP >> > > blocks for various OMAPs >> > > >> > > - a fix that again decouples hwmod data changes from unrelated DT data >> > > patchsets >> > > >> > > Basic test logs are available at: >> > > >> > > http://www.pwsan.com/omap/testlogs/prcm_fixes_v3.13/20131009094936/ >> > > >> > > ---------------------------------------------------------------- >> > >> > Pulled into next/soc, >> > >> > Thanks, >> > >> > Kevin >> >> Hm, looks like my BBB hit this on v3.12-rc4-493-g1a9df23, which is pushed >> to >> to-build but not for-next yet. I'm guessing this might be what Kevin >> pinged me >> about on IRC today but I was out and unavailable most of the day. > > Hmmm... mine seems to have booted fine on that build... > http://lists.linaro.org/pipermail/kernel-build-reports/2013-October/000666.html Well, it's a WARN_ON() not a panic, so my script probably shouldn't have aborted the boot (and your script should have reported it :-). Check your local log to see if you have something in there? -Olof ^ permalink raw reply [flat|nested] 11+ messages in thread
* [GIT PULL 3/6] omap hwmod changes for v3.13 merge window 2013-10-15 4:30 ` Olof Johansson @ 2013-10-15 7:28 ` Paul Walmsley 2013-10-15 14:00 ` Kevin Hilman 1 sibling, 0 replies; 11+ messages in thread From: Paul Walmsley @ 2013-10-15 7:28 UTC (permalink / raw) To: linux-arm-kernel Hi folks On Mon, 14 Oct 2013, Olof Johansson wrote: > On Mon, Oct 14, 2013 at 9:25 PM, Kevin Hilman <khilman@linaro.org> wrote: > > > > On Oct 14, 2013 9:12 PM, "Olof Johansson" <olof@lixom.net> wrote: > >> > >> On Mon, Oct 14, 2013 at 03:44:44PM -0700, Kevin Hilman wrote: > >> > Tony Lindgren <tony@atomide.com> writes: > >> > > >> > > 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/hwmod-signed > >> > > > >> > > for you to fetch changes up to > >> > > 254f57a92987b6cde6004f58d6b847813dfb9e0e: > >> > > > >> > > ARM: OMAP5: hwmod: add missing ocp2scp hwmod data (2013-10-11 > >> > > 15:37:05 -0700) > >> > > > >> > > ---------------------------------------------------------------- > >> > > omap hwmod related changes via Paul Walmsley <paul@pwsan.com>: > >> > > > >> > > Some OMAP hwmod changes for 3.13. Significant changes here include: > >> > > > >> > > - support for moving some of the hwmod flags to DT data > >> > > > >> > > - support for the SSI, hardware spinlock, USB host/TLL, and RNG IP > >> > > blocks for various OMAPs > >> > > > >> > > - a fix that again decouples hwmod data changes from unrelated DT data > >> > > patchsets > >> > > > >> > > Basic test logs are available at: > >> > > > >> > > http://www.pwsan.com/omap/testlogs/prcm_fixes_v3.13/20131009094936/ > >> > > > >> > > ---------------------------------------------------------------- > >> > > >> > Pulled into next/soc, > >> > > >> > Thanks, > >> > > >> > Kevin > >> > >> Hm, looks like my BBB hit this on v3.12-rc4-493-g1a9df23, which is pushed > >> to > >> to-build but not for-next yet. I'm guessing this might be what Kevin > >> pinged me > >> about on IRC today but I was out and unavailable most of the day. > > > > Hmmm... mine seems to have booted fine on that build... > > http://lists.linaro.org/pipermail/kernel-build-reports/2013-October/000666.html > > Well, it's a WARN_ON() not a panic, so my script probably shouldn't > have aborted the boot (and your script should have reported it :-). > Check your local log to see if you have something in there? The boot warnings can be seen here: (which is linked via the pull request above): http://www.pwsan.com/omap/testlogs/prcm_fixes_v3.13/20131009094936/boot/am335xbonelt/am335x-bone/am335xbonelt_log.txt ... omap_hwmod: spinlock: doesn't have mpu register target base ... omap_hwmod: rng: doesn't have mpu register target base ... The spinlock warning on AM335x will be resolved when this patch is merged: https://lkml.org/lkml/2013/10/10/650 The rng warning will be resolved when this patch is merged: http://marc.info/?l=linux-arm-kernel&m=137778078331134&w=2 The WARN_ON() seems a bit heavy-handed, and I'd support replacing it with a pr_warn(); but on the other hand, it certainly seems to have attracted attention to a problem that prevents these devices from being usable :-) - Paul ^ permalink raw reply [flat|nested] 11+ messages in thread
* [GIT PULL 3/6] omap hwmod changes for v3.13 merge window 2013-10-15 4:30 ` Olof Johansson 2013-10-15 7:28 ` Paul Walmsley @ 2013-10-15 14:00 ` Kevin Hilman 1 sibling, 0 replies; 11+ messages in thread From: Kevin Hilman @ 2013-10-15 14:00 UTC (permalink / raw) To: linux-arm-kernel On Mon, Oct 14, 2013 at 9:30 PM, Olof Johansson <olof@lixom.net> wrote: > On Mon, Oct 14, 2013 at 9:25 PM, Kevin Hilman <khilman@linaro.org> wrote: >> >> On Oct 14, 2013 9:12 PM, "Olof Johansson" <olof@lixom.net> wrote: >>> >>> On Mon, Oct 14, 2013 at 03:44:44PM -0700, Kevin Hilman wrote: >>> > Tony Lindgren <tony@atomide.com> writes: >>> > >>> > > 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/hwmod-signed >>> > > >>> > > for you to fetch changes up to >>> > > 254f57a92987b6cde6004f58d6b847813dfb9e0e: >>> > > >>> > > ARM: OMAP5: hwmod: add missing ocp2scp hwmod data (2013-10-11 >>> > > 15:37:05 -0700) >>> > > >>> > > ---------------------------------------------------------------- >>> > > omap hwmod related changes via Paul Walmsley <paul@pwsan.com>: >>> > > >>> > > Some OMAP hwmod changes for 3.13. Significant changes here include: >>> > > >>> > > - support for moving some of the hwmod flags to DT data >>> > > >>> > > - support for the SSI, hardware spinlock, USB host/TLL, and RNG IP >>> > > blocks for various OMAPs >>> > > >>> > > - a fix that again decouples hwmod data changes from unrelated DT data >>> > > patchsets >>> > > >>> > > Basic test logs are available at: >>> > > >>> > > http://www.pwsan.com/omap/testlogs/prcm_fixes_v3.13/20131009094936/ >>> > > >>> > > ---------------------------------------------------------------- >>> > >>> > Pulled into next/soc, >>> > >>> > Thanks, >>> > >>> > Kevin >>> >>> Hm, looks like my BBB hit this on v3.12-rc4-493-g1a9df23, which is pushed >>> to >>> to-build but not for-next yet. I'm guessing this might be what Kevin >>> pinged me >>> about on IRC today but I was out and unavailable most of the day. >> >> Hmmm... mine seems to have booted fine on that build... >> http://lists.linaro.org/pipermail/kernel-build-reports/2013-October/000666.html > > Well, it's a WARN_ON() not a panic, so my script probably shouldn't > have aborted the boot (and your script should have reported it :-). Yes indeed, it's been on my todo list to catch/report those. > Check your local log to see if you have something in there? Yup, there are a few backtraces due to the warns. Kevin ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2013-10-15 14:00 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-12 1:44 [GIT PULL 1/6] omap non-urgent fixes for v3.13 merge window Tony Lindgren
2013-10-12 1:44 ` [GIT PULL 2/6] omap pdata and dt preparation changes " Tony Lindgren
2013-10-12 1:44 ` [GIT PULL 3/6] omap hwmod " Tony Lindgren
2013-10-12 1:44 ` [GIT PULL 4/6] omap device tree " Tony Lindgren
2013-10-12 1:44 ` [GIT PULL 6/6] omap soc " Tony Lindgren
2013-10-12 1:44 ` [GIT PULL 5/6] omap display and board pdata " Tony Lindgren
[not found] <5258a9a6.4a17e00a.5fb3.ffff9bf3SMTPIN_ADDED_MISSING@mx.google.com>
2013-10-14 22:44 ` [GIT PULL 3/6] omap hwmod " Kevin Hilman
2013-10-15 4:11 ` Olof Johansson
[not found] ` <CAGa+x84a2b4DWqu0YT=NVt_SMYpyPkL1ZdzTXnocoZZjNzi9mw@mail.gmail.com>
2013-10-15 4:30 ` Olof Johansson
2013-10-15 7:28 ` Paul Walmsley
2013-10-15 14:00 ` Kevin Hilman
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).