1. 19 12月, 2011 1 次提交
  2. 24 10月, 2011 1 次提交
    • A
      mfd: remove CONFIG_MFD_SUPPORT · 8a0a8e8e
      Arnd Bergmann 提交于
      We currently have two symbols to control compilation the MFD subsystem,
      MFD_SUPPORT and MFD_CORE. The MFD_SUPPORT is actually not required
      at all, it only hides the submenu when not set, with the effect that
      Kconfig warns about missing dependencies when another driver selects
      an MFD driver while MFD_SUPPORT is disabled. Turning the MFD submenu
      back from menuconfig into a plain menu simplifies the Kconfig syntax
      for those kinds of users and avoids the surprise when the menu
      suddenly appears because another driver was enabled that selects this
      symbol.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      8a0a8e8e
  3. 05 10月, 2011 1 次提交
  4. 02 10月, 2011 1 次提交
  5. 06 8月, 2011 1 次提交
  6. 05 7月, 2011 1 次提交
  7. 17 5月, 2011 1 次提交
  8. 09 3月, 2011 1 次提交
  9. 24 2月, 2011 1 次提交
  10. 23 2月, 2011 1 次提交
  11. 17 2月, 2011 2 次提交
  12. 28 1月, 2011 1 次提交
  13. 22 12月, 2010 2 次提交
  14. 21 12月, 2010 1 次提交
  15. 18 12月, 2010 2 次提交
  16. 08 12月, 2010 1 次提交
  17. 01 12月, 2010 2 次提交
  18. 17 11月, 2010 5 次提交
  19. 09 10月, 2010 2 次提交
    • P
      OMAP2+: Kconfig: disallow builds for boards that don't use the currently-selected SoC · 6515e489
      Paul Walmsley 提交于
      Currently, if, for example, CONFIG_ARCH_OMAP2420 is not selected, OMAP2420
      board files can still be included in the build.  This results in link errors:
      
      arch/arm/mach-omap2/built-in.o: In function `omap_generic_map_io':
      .../arch/arm/mach-omap2/board-generic.c:51: undefined reference to `omap2_set_globals_242x'
      arch/arm/mach-omap2/built-in.o: In function `omap_h4_init':
      .../arch/arm/mach-omap2/board-h4.c:330: undefined reference to `omap2420_mux_init'
      arch/arm/mach-omap2/built-in.o: In function `omap_h4_map_io':
      .../arch/arm/mach-omap2/board-h4.c:373: undefined reference to `omap2_set_globals_242x'
      arch/arm/mach-omap2/built-in.o: In function `omap_apollon_init':
      .../arch/arm/mach-omap2/board-apollon.c:325: undefined reference to `omap2420_mux_init'
      arch/arm/mach-omap2/built-in.o: In function `omap_apollon_map_io':
      .../arch/arm/mach-omap2/board-apollon.c:353: undefined reference to `omap2_set_globals_242x'
      make: *** [.tmp_vmlinux1] Error 1
      
      Fix this by making the boards depend on the Kconfig option for the
      specific SoC that they use.
      
      Also, while here, fix the mach-omap2/board-generic.c file to remove the
      dependency on OMAP2420.
      
      Charulatha Varadarajan <charu@ti.com> caught a typo - thanks Charu.
      Signed-off-by: NPaul Walmsley <paul@pwsan.com>
      Cc: Tony Lindgren <tony@atomide.com>
      Cc: Charulatha Varadarajan <charu@ti.com>
      6515e489
    • E
      omap3: Add minimal OMAP3 IGEP module support · e844b1da
      Enric Balletbo i Serra 提交于
      The OMAP3 IGEP module is a low-power, high performance production-ready
      system-on-module (SOM) based on TI's OMAP3 family. More about this
      board at www.igep.es.
      Signed-off-by: NEnric Balletbo i Serra <eballetbo@gmail.com>
      [tony@atomide.com: updated for the mmc changes and to be selected by default]
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      e844b1da
  20. 30 9月, 2010 1 次提交
    • G
      OMAP: SERIAL: Enable omap-serial driver in Kconfig · 12a75da2
      Govindraj.R 提交于
      Enable omap-serial driver in /mach-omap2/Kconfig and
      move 8250 driver selection for zoom boards. With omap-serial
      driver addition all omap-uarts can be handled with
      omap-serial driver.
      
      With addition of omap-serial driver console parameter
      needs be changed in bootargs from ttyS* should be
      replaced with ttyO* [O --> OMAP not ZERO]
      
      For example: ttyS0[UART1 on 3430SDP] changes to ttyO0.
      
      But with some boards that do not use omap-uart as console uart.
      we need to handle them with 8250 driver. Ex: ZOOM2/3.
      For zoom2/3 board we need to use 8250 serial driver and
      console parameter will remain ttyS0 which basically uses
      a Quad uart placed on the debug board connected through a
      gpio line.
      Signed-off-by: NGovindraj.R <govindraj.raja@ti.com>
      Signed-off-by: NKevin Hilman <khilman@deeprootsystems.com>
      12a75da2
  21. 29 9月, 2010 1 次提交
  22. 28 9月, 2010 1 次提交
  23. 21 9月, 2010 1 次提交
    • 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
  24. 02 8月, 2010 1 次提交
  25. 05 7月, 2010 7 次提交