1. 22 8月, 2013 5 次提交
  2. 22 7月, 2013 1 次提交
  3. 10 7月, 2013 1 次提交
  4. 02 7月, 2013 1 次提交
  5. 24 6月, 2013 1 次提交
  6. 18 6月, 2013 2 次提交
  7. 14 6月, 2013 1 次提交
  8. 13 6月, 2013 3 次提交
  9. 04 6月, 2013 1 次提交
  10. 23 4月, 2013 2 次提交
  11. 18 4月, 2013 3 次提交
  12. 17 4月, 2013 4 次提交
    • S
      ARM: davinci: ensure global variables are declared · 215a084d
      Sekhar Nori 提交于
      Fix the following sparse warnings by declaring relevant
      global variables.
      
        CHECK   arch/arm/mach-davinci/usb.c
      arch/arm/mach-davinci/usb.c:134:12: warning: symbol 'da8xx_register_usb20' was not declared. Should it be static?
      arch/arm/mach-davinci/usb.c:169:12: warning: symbol 'da8xx_register_usb11' was not declared. Should it be static?
      
        CHECK   arch/arm/mach-davinci/pm.c
      arch/arm/mach-davinci/pm.c:155:12: warning: symbol 'davinci_pm_init' was not declared. Should it be static?
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      215a084d
    • S
      ARM: davinci: sram.c: fix incorrect type in assignment · 182e7961
      Sekhar Nori 提交于
      Fix missing __iomem attribute. This fixes the sparse warning:
      
        CHECK   arch/arm/mach-davinci/sram.c
      arch/arm/mach-davinci/sram.c:75:8: warning: incorrect type in assignment (different address spaces)
      arch/arm/mach-davinci/sram.c:75:8:    expected void *addr
      arch/arm/mach-davinci/sram.c:75:8:    got void [noderef] <asn:2>*
      arch/arm/mach-davinci/sram.c:81:12: warning: incorrect type in argument 1 (different address spaces)
      arch/arm/mach-davinci/sram.c:81:12:    expected void volatile [noderef] <asn:2>*addr
      arch/arm/mach-davinci/sram.c:81:12:    got void *addr
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      182e7961
    • S
      ARM: davinci: da8xx dt: make file local symbols static · 267f3c07
      Sekhar Nori 提交于
      Make some file-local functions static. This fixes the sparse
      warnings:
      
        CHECK   arch/arm/mach-davinci/da8xx-dt.c
      arch/arm/mach-davinci/da8xx-dt.c:23:13: warning: symbol 'da8xx_uart_clk_enable' was not declared. Should it be static?
      arch/arm/mach-davinci/da8xx-dt.c:40:23: warning: symbol 'da850_auxdata_lookup' was not declared. Should it be static?
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      267f3c07
    • R
      ARM: davinci: da8xx: add remoteproc support · 5c71d618
      Robert Tivy 提交于
      Add remoteproc platform device for controlling the DSP
      on da8xx. The patch uses CMA-based reservation of physical
      memory block for DSP use. A new kernel command-line parameter
      has been added to allow boot-time specification of the physical
      memory block.
      Signed-off-by: NRobert Tivy <rtivy@ti.com>
      [nsekhar@ti.com: edit commit message for readability and
      style improvements]
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      5c71d618
  13. 15 4月, 2013 7 次提交
  14. 09 4月, 2013 1 次提交
  15. 08 4月, 2013 1 次提交
  16. 04 4月, 2013 1 次提交
  17. 03 4月, 2013 2 次提交
  18. 02 4月, 2013 3 次提交