1. 23 4月, 2013 2 次提交
  2. 09 4月, 2013 1 次提交
  3. 12 3月, 2013 1 次提交
  4. 10 2月, 2013 3 次提交
  5. 09 2月, 2013 4 次提交
  6. 06 2月, 2013 1 次提交
  7. 24 1月, 2013 1 次提交
  8. 22 1月, 2013 1 次提交
    • R
      ARM: davinci: psc: introduce reset API · af47e6bb
      Robert Tivy 提交于
      Introduce an IP reset API for use on DaVinci SoC.
      
      There is no existing "reset" framework support for SoC devices.
      The remoteproc driver needs explicit control of the DSP's reset line.
      To support this, a new DaVinci specific API is added.
      
      This private API will disappear with DT migration.  Some discussion
      regarding a proposed DT "reset" binding is here:
      https://patchwork.kernel.org/patch/1635051/
      
      Modify davinci_clk_init() to set clk "reset" function for clocks
      that indicate PSC_LRST support.  Also fix indentation issue with
      function opening curly brace.
      Signed-off-by: NRobert Tivy <rtivy@ti.com>
      [nsekhar@ti.com: rename davinci_psc_config_reset() to davinci_psc_reset()]
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      af47e6bb
  9. 21 1月, 2013 1 次提交
    • K
      ARM: davinci: da850: add pinctrl driver DT entries · 1faaba3d
      Kumar, Anil 提交于
      For DT, DaVinci platform can use pinctrl-single driver for handling
      padconf registers.
      
      Enable PINCTRL Kconfig for MACH_DA8XX_DT platform. Add required
      pinctrl DT entries in da850 dts file.
      
       Test procedure
        1)Populate DT file with NAND node information.
        2)Populate board DT file with pinmux information for NAND.
        3)Boot and confirm NAND is detected by the kernel.
        4)cat /proc/mtd to show partitions.
      Signed-off-by: NKumar, Anil <anilkumar.v@ti.com>
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      1faaba3d
  10. 17 1月, 2013 1 次提交
  11. 15 1月, 2013 2 次提交
  12. 11 1月, 2013 1 次提交
  13. 04 1月, 2013 1 次提交
    • G
      ARM: drivers: remove __dev* attributes. · 351a102d
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: Russell King <linux@arm.linux.org.uk>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      351a102d
  14. 03 1月, 2013 1 次提交
    • V
      ARM: davinci: da8xx_register_spi() should not register SPI board info · 0273612c
      Vivien Didelot 提交于
      Without this patch, da8xx_register_spi() registers the SPI board info,
      the SPI controller, and sets its number of chipselect to the size of the
      static spi_board_info array. This is bad because a SPI board info may
      declare devices for different SPI buses, and because other code can also
      call spi_register_board_info() (e.g. a daughter board might provide
      additional SPI devices).
      
      This patch removes the spi_register_board_info() call from
      da8xx_register_spi(), renames this last one to da8xx_register_spi_bus()
      to be more explicit, takes the number of chipselect as a function
      parameter, and updates the impacted board-da8{3,5}0-evm.c, and
      board-mityomapl138.c files accordingly. It also sets the SPI platform
      data static, as it doesn't need to be exported.
      Signed-off-by: NVivien Didelot <vivien.didelot@savoirfairelinux.com>
      [nsekhar@ti.com: fixed conflicts with v3.7-rc7, converted to use pr_warn(),
      modified print messages to use __func__]
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      0273612c
  15. 25 12月, 2012 1 次提交
  16. 22 12月, 2012 1 次提交
  17. 18 12月, 2012 2 次提交
  18. 27 11月, 2012 2 次提交
  19. 20 11月, 2012 1 次提交
  20. 19 11月, 2012 1 次提交
    • L
      ARM: davinci: dm644x: fix out range signal for ED · e37212aa
      Lad, Prabhakar 提交于
      Fix the video clock setting when custom timings are used with
      pclock <= 27MHz. Existing video clock selection uses PLL2 mode
      which results in a 54MHz clock whereas using the MXI mode results
      in a 27MHz clock (which is the one actually desired).
      
      This bug affects the Enhanced Definition (ED) support on DM644x.
      Without this patch, out-range signals errors are were observed on
      the TV when viewing ED. An out-of-range signal is often caused when
      the field rate is above the rate that the television will handle.
      Signed-off-by: NLad, Prabhakar <prabhakar.lad@ti.com>
      Signed-off-by: NManjunath Hadli <manjunath.hadli@ti.com>
      Cc: Sekhar Nori <nsekhar@ti.com>
      [nsekhar@ti.com: reword commit message based on on-list discussion]
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      e37212aa
  21. 13 11月, 2012 1 次提交
  22. 30 10月, 2012 1 次提交
  23. 29 10月, 2012 6 次提交
  24. 27 10月, 2012 3 次提交