1. 19 6月, 2015 2 次提交
  2. 20 4月, 2015 1 次提交
  3. 05 2月, 2015 1 次提交
  4. 15 12月, 2014 1 次提交
  5. 13 10月, 2014 2 次提交
  6. 28 7月, 2014 1 次提交
  7. 11 7月, 2014 2 次提交
  8. 03 6月, 2014 1 次提交
  9. 05 4月, 2014 2 次提交
    • V
      ARC: [nsimosci] Unbork console · 61fb4bfc
      Vineet Gupta 提交于
      Despite the switch to right UART driver (prev patch), serial console
      still doesn't work due to missing CONFIG_SERIAL_OF_PLATFORM
      
      Also fix the default cmdline in DT to not refer to out-of-tree
      ARC framebuffer driver for console.
      Signed-off-by: NVineet Gupta <vgupta@synopsys.com>
      Cc: <stable@vger.kernel.org>   #3.10, 3.12, 3.13, 3.14
      Cc: Francois Bedard <Francois.Bedard@synopsys.com>
      61fb4bfc
    • M
      ARC: [nsimosci] Change .dts to use generic 8250 UART · 6eda477b
      Mischa Jonker 提交于
      The Synopsys APB DW UART has a couple of special features that are not
      in the System C model. In 3.8, the 8250_dw driver didn't really use these
      features, but from 3.9 onwards, the 8250_dw driver has become incompatible
      with our model.
      Signed-off-by: NMischa Jonker <mjonker@synopsys.com>
      Signed-off-by: NVineet Gupta <vgupta@synopsys.com>
      Cc: <stable@vger.kernel.org>   #3.10, 3.12, 3.13, 3.14
      Cc: Francois Bedard <Francois.Bedard@synopsys.com>
      6eda477b
  10. 31 3月, 2014 1 次提交
  11. 12 11月, 2013 1 次提交
  12. 11 11月, 2013 1 次提交
  13. 28 6月, 2013 2 次提交
  14. 26 6月, 2013 1 次提交
  15. 15 5月, 2013 1 次提交
  16. 07 5月, 2013 3 次提交
  17. 17 4月, 2013 1 次提交
    • V
      ARC: [kbuild] Avoid DTB rebuilds if DTS are untouched · a89516b3
      Vineet Gupta 提交于
      Currently, for every ARC kernel build I see the following:
      
      --------------->8-----------------
        DTB    arch/arc/boot/dts/angel4.dtb.S
        AS      arch/arc/boot/dts/angel4.dtb.o
        LD      arch/arc/boot/dts/built-in.o
      rm arch/arc/boot/dts/angel4.dtb.S        <-- forces rebuild next iter
        CHK     kernel/config_data.h
      --------------->8-----------------
      
      This is because *.dts.S is intermediate file in dtb generation and is by
      default deleted by make which needs a ".SECONDARY" hint to NOT do so.
      
      This could have ideally been done in scripts/Makefile.lib - for benefit
      of all, however .SECONDARY doesn't seem to work with wildcards.
      
      Thanks to Stephen for suggesting .SECONDARY (vs .PRECIOUS) and making
      that work using a non wildcard version in arch makefile.
      
      Thanks to James Hogan for pointing out that *.dtb.S now needs to be
      added to clean-files
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      Signed-off-by: NVineet Gupta <vgupta@synopsys.com>
      a89516b3
  18. 16 2月, 2013 4 次提交