1. 12 Nov, 2012 3 commits
    • Fabio Estevam's avatar
      ARM: boot: Fix usage of kecho · 2d4d07b9
      Fabio Estevam authored
      Since commit edc88ceb (ARM: be really quiet when building with 'make -s') the
      following output is generated when building a kernel for ARM:
      
      echo '  Kernel: arch/arm/boot/Image is ready'
        Kernel: arch/arm/boot/Image is ready
        Building modules, stage 2.
      echo '  Kernel: arch/arm/boot/zImage is ready'
        Kernel: arch/arm/boot/zImage is ready
      
      As per Documentation/kbuild/makefiles.txt the correct way of using kecho is
      '@$(kecho)'.
      
      Make this change so no more unwanted 'echo' messages are displayed.
      Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      2d4d07b9
    • Arnd Bergmann's avatar
      Merge tag 'omap-for-v3.7-rc4/fixes-signed' of... · c9af5b76
      Arnd Bergmann authored
      Merge tag 'omap-for-v3.7-rc4/fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes
      
      From Tony Lindgren <tony@atomide.com>:
      
      Minor OMAP PM and hwmod fixes for v3.7-rc series via
      Kevin Hilman and Paul Walmsley.
      
      * tag 'omap-for-v3.7-rc4/fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
        ARM: OMAP4: PM: fix regulator name for VDD_MPU
        ARM: OMAP4: hwmod data: do not enable or reset the McPDM during kernel init
        ARM: OMAP2+: hwmod: add flag to prevent hwmod code from touching IP block during init
        ARM: OMAP: hwmod: wait for sysreset complete after enabling hwmod
        ARM: OMAP2+: clockdomain: Fix OMAP4 ISS clk domain to support only SWSUP
        ARM: OMAP2+: PM: add missing newline to VC warning message
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      c9af5b76
    • Arnd Bergmann's avatar
      Merge tag 'omap-for-v3.7-rc4/musb-regression-signed' of... · 69178dfe
      Arnd Bergmann authored
      Merge tag 'omap-for-v3.7-rc4/musb-regression-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes
      
      From Tony Lindgren <tony@atomide.com>:
      
      This series fixes an annoying regression to make MUSB working
      on omap4 again. Although it's getting rather late for these
      changes for the -rc cycle, it is important as many devices
      are using MUSB for charging and connectivity.
      
      With the USB PHY changes, MUSB started using the newly added
      drivers/usb/phy/omap-usb2.c driver introduced by commit
      657b306a (usb: phy: add a new driver for omap usb2 phy)
      that is using the newly introduced drivers/bus/omap-ocp2scp.c
      introduced by commit 26a84b3e (drivers: bus: add a new driver
      for omap-ocp2scp).
      
      These changes allowed dropping a lot of PHY related code from
      arch/arm/mach-omap2/omap_phy_internal.c and have it live in
      the device driver like it should with commit c9e4412a (arm: omap:
      phy: remove unused functions from omap-phy-internal.c).
      
      However, MUSB on omap4 broke with these changes for legacy
      platform data boot, and now only works with device tree for
      omap4. Unfortunately we are still few critical bindings away
      from being able to make omap4 usbale with device tree.
      
      Fix the regression properly by adding platform data support
      to the ocp2scp driver so we can avoid adding back the driver
      code to arch/arm/mach-omap2.
      
      * tag 'omap-for-v3.7-rc4/musb-regression-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
        ARM: OMAP: ocp2scp: create omap device for ocp2scp
        ARM: OMAP4: add _dev_attr_ to ocp2scp for representing usb_phy
        drivers: bus: ocp2scp: add pdata support
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      69178dfe
  2. 07 Nov, 2012 3 commits
  3. 06 Nov, 2012 7 commits
  4. 04 Nov, 2012 1 commit
  5. 03 Nov, 2012 15 commits
  6. 02 Nov, 2012 11 commits