1. 02 2月, 2013 2 次提交
  2. 18 12月, 2012 3 次提交
  3. 15 11月, 2012 1 次提交
  4. 11 9月, 2012 1 次提交
  5. 31 7月, 2012 1 次提交
    • J
      ARM: 7481/1: OMAP2+: omap2plus_defconfig: enable OMAP DMA engine · 89269ef1
      Javier Martinez Canillas 提交于
      commit 13f30fc893e4610f67dd7a8b0b67aec02eac1775
      Author: Russell King <rmk+kernel@arm.linux.org.uk>
      Date:   Sat Apr 21 22:41:10 2012 +0100
      
          mmc: omap: remove private DMA API implementation
      
      removed the private DMA API implementation from the OMAP mmc host to exclusively use the DMA engine API.
      
      Unfortunately OMAP MMC and High Speed MMC host drivers don't support poll mode and only works with DMA.
      
      Since omap2plus_defconfig doesn't enable this feature by default, the
      following error is happens on an IGEPv2 Rev.C (and probably on most OMAP boards with MMC support):
      
      [    2.199981] omap_hsmmc omap_hsmmc.1: unable to obtain RX DMA engine channel 48
      [    2.215087] omap_hsmmc omap_hsmmc.0: unable to obtain RX DMA engine channel 62
      Signed-off-by: NJavier Martinez Canillas <javier@dowhile0.org>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      89269ef1
  6. 09 7月, 2012 2 次提交
  7. 28 6月, 2012 1 次提交
  8. 10 5月, 2012 1 次提交
  9. 03 5月, 2011 1 次提交
  10. 11 3月, 2011 1 次提交
  11. 18 2月, 2011 1 次提交
  12. 21 1月, 2011 1 次提交
    • D
      kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT · 6a108a14
      David Rientjes 提交于
      The meaning of CONFIG_EMBEDDED has long since been obsoleted; the option
      is used to configure any non-standard kernel with a much larger scope than
      only small devices.
      
      This patch renames the option to CONFIG_EXPERT in init/Kconfig and fixes
      references to the option throughout the kernel.  A new CONFIG_EMBEDDED
      option is added that automatically selects CONFIG_EXPERT when enabled and
      can be used in the future to isolate options that should only be
      considered for embedded systems (RISC architectures, SLOB, etc).
      
      Calling the option "EXPERT" more accurately represents its intention: only
      expert users who understand the impact of the configuration changes they
      are making should enable it.
      Reviewed-by: NIngo Molnar <mingo@elte.hu>
      Acked-by: NDavid Woodhouse <david.woodhouse@intel.com>
      Signed-off-by: NDavid Rientjes <rientjes@google.com>
      Cc: Greg KH <gregkh@suse.de>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Jens Axboe <axboe@kernel.dk>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: Robin Holt <holt@sgi.com>
      Cc: <linux-arch@vger.kernel.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      6a108a14
  13. 09 10月, 2010 1 次提交
    • T
      omap: Update omap2plus_defconfig to use ttyO instead ttyS · 6f911492
      Tony Lindgren 提交于
      With the omap-serial the device has changed from ttyS to ttyO as
      the system may have both omap-serial and 8250 ports.
      
      Note that systems using omap-serial need to be updated to use ttyO[012]
      instead of ttyS[012] in the bootloader, CONFIG_CMDLINE, /etc/inittab,
      and the root file system with mknod. Also you may need to add ttyO[012]
      to /etc/securetty.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      6f911492
  14. 30 9月, 2010 2 次提交
  15. 21 9月, 2010 3 次提交
    • T
      omap: Update omap3_defconfig for omap2 · d31f59f3
      Tony Lindgren 提交于
      We need to enable ARM_ERRATA_411920 for omap2 and
      remove the omap2 specific defconfigs.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      d31f59f3
    • S
      omap: Update and rename common defconfig for omap2plus devices · 455d4d2d
      Santosh Shilimkar 提交于
      This patch addresses below things
      
      - Renaming existing omap3_defconfig which has OMAP2, OMAP3 and OMAP4 builds
        enabled to more appropriate name 'omap2plus_defconfig'
      - L1 cache shift is suppose to be 5 on OMAP4 where as it is 6 on previous
        OMAPs. Keeping it to 5 is safer option for OMAP4 and previous OMAPs. For
        OMAP3 only build the shift would be still 6
      - Enable needed Errata's for OMAP4 to work with DMA based device drivers
      	CONFIG_PL310_ERRATA_588369=y
      	CONFIG_ARM_ERRATA_720789=y
      - Enable the Micrel ethernet controller
      	CONFIG_KS8851=y
      	CONFIG_KS8851_MLL=y
      
      With above three changes, OMAP4 ethernet, mmc etc works reliably.
      Signed-off-by: NSantosh Shilimkar <santosh.shilimkar@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      455d4d2d
    • T
      omap: Update omap3_defconfig to work with SMP_ON_UP · 61e9beaf
      Tony Lindgren 提交于
      With the recent changes to core ARM kernel code, we can now
      boot SMP kernel on UP systems. Update omap3_defconfig to
      enable SMP. This allows us to remove omap_4430sdp_defconfig.
      
      In addition to enabling SMP, we also need to disable some
      options to make the system boot:
      
      - For some reason LOCK_STAT causes tons of
        WARNING: at mm/percpu-vm.c:320 pcpu_alloc+0x2fc/0x888()
        so disable it for now.
      
      - MUSB init fails for multi-omap, disable it for now.
      
      - LOCAL_TIMERS hangs on omap4, disable it for now.
      
      Also disable DEBUG_LL as this should be only enabled for
      debugging.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      61e9beaf
  16. 10 6月, 2010 1 次提交
  17. 21 5月, 2010 2 次提交
  18. 06 5月, 2010 1 次提交
    • T
      omap2/3/4: Disable CONFIG_FB_OMAP in omap3_defconfig · aea56135
      Tony Lindgren 提交于
      Looks like CONFIG_FB_OMAP prevents somehow mounting root on MMC
      at least on zoom3 for multi-omap. Disable CONFIG_FB until the
      omap FB code is fixed.
      
      This allows booting omap3_defconfig on various omaps. Tested on
      2420-n8x0, 3430-n900, 3630-zoom3 and 4430-blaze. Note that n8x0
      still has issues with starting user space because of TLS and
      VFP.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      aea56135
  19. 05 5月, 2010 4 次提交
  20. 12 3月, 2010 1 次提交
  21. 16 2月, 2010 2 次提交
  22. 19 12月, 2009 1 次提交
  23. 03 12月, 2009 1 次提交
  24. 26 11月, 2009 1 次提交
  25. 23 11月, 2009 2 次提交
  26. 12 11月, 2009 1 次提交
  27. 23 9月, 2009 1 次提交