1. 25 3月, 2017 1 次提交
  2. 06 3月, 2017 2 次提交
  3. 07 2月, 2017 4 次提交
  4. 01 12月, 2016 2 次提交
    • A
      ARC: axs10x: really enable ARC PGU · 7badf6fe
      Alexey Brodkin 提交于
      Up until now we had ARC PGU not enabled in axs10x defconfigs trying
      to not bloat kernel image again with yet another drivers and subsystems.
      
      This change configures ARC PGU (as well as DRM bits it depends on)
      to be built as a module and so those who need LCD screen to work on
      axs10x may bundle built .ko files in their target's file-system with
      help of the following command on host:
      ------------->8-------------
      make INSTALL_MOD_PATH=_path_to_target_fs_ modules_install
      ------------->8-------------
      
      and later on target with commands as simple as:
      ------------->8-------------
      modprobe adv7511.ko
      modprobe arcpgu.ko
      ------------->8-------------
      get LCD working.
      Signed-off-by: NAlexey Brodkin <abrodkin@synopsys.com>
      Signed-off-by: NVineet Gupta <vgupta@synopsys.com>
      7badf6fe
    • V
      ARC: rename Zebu platform support to HAPS · 4988cc56
      Vineet Gupta 提交于
      There are more ARC Linux HAPS users than Zebu ones.
      
      Same kernel would work fine on both, even with embedded DT, assuming the FPGA
      bitfile configuration is same
      Suggested-by: NFrancois Bedard <fbedard@ynopsys.com>
      Signed-off-by: NVineet Gupta <vgupta@synopsys.com>
      4988cc56
  5. 30 11月, 2016 1 次提交
  6. 01 11月, 2016 1 次提交
    • A
      ARC: Enable PERF_EVENTS in nSIM driven platforms · 6227e9f0
      Alexey Brodkin 提交于
      Now when we have properly working performance counters in nSIM
      even with interrupt support (fix should be a part of upcoming
      nSIM engineering build 2016.12-005) we may enable perf support
      by default for all platforms that use nSIM for ARC cores simulation.
      
      Note 1: PCT node was missing for some reason in nsimosci.dts
              while all other nSIM-related .dts files already had
              PCT node for quite some time, so adding it now.
      
      Note 2: All defconfigs were regenerated with "make savedefconfig"
              which led to some clean-ups in nsimosci_hs_smp_defconfig:
              CONFIG_FRAMEBUFFER_CONSOLE=y was removed because it is
              automatically selected now by DRM.
      Signed-off-by: NAlexey Brodkin <abrodkin@synopsys.com>
      Signed-off-by: NVineet Gupta <vgupta@synopsys.com>
      6227e9f0
  7. 01 10月, 2016 2 次提交
  8. 13 6月, 2016 2 次提交
  9. 30 5月, 2016 1 次提交
  10. 18 5月, 2016 1 次提交
    • A
      arc: axs103_smp: Fix CPU frequency to 100MHz for dual-core · 776d7f16
      Alexey Brodkin 提交于
      The most recent release of AXS103 [v1.1] is proven to work
      at 100 MHz in dual-core mode so this change uses mentioned feature.
      For that we:
       * Update axc003_idu.dtsi with mention of really-used CPU clock freq
       * Remove clock override in AXS platform code for dual-core HW
      
      Note we're still leaving a hack for clock "downgrade" on early boot
      for quad-core hardware.
      
      Also note this change will break functionality of AXS103 v1.0 hardware.
      That means all users of AXS103 __must__ upgrade their boards with the
      most recent firmware.
      Signed-off-by: NAlexey Brodkin <abrodkin@synopsys.com>
      Signed-off-by: NVineet Gupta <vgupta@synopsys.com>
      776d7f16
  11. 13 5月, 2016 1 次提交
  12. 09 5月, 2016 5 次提交
  13. 02 5月, 2016 1 次提交
  14. 29 4月, 2016 1 次提交
    • A
      ARC: [axs10x] Specify reserved memory for frame buffer · cb2ad5e5
      Alexey Brodkin 提交于
      Allocation of a frame buffer memory in a special memory region
      allows bypassing of so-called IO Coherency aperture
      which is typically set as a range 0x8z-0xAz.
      
      I.e. all data traffic to PGU bypasses IO Coherency block
      and saves its bandwidth for other peripherals.
      
      Even though for AXS101 (which sorts ARC770 CPU) IOC is not
      an option for a sake of keeping one DT description for the
      base-board (axs10x_mb.dtsi) we're still defining reserved
      memory location in the very end of DDR.
      Signed-off-by: NAlexey Brodkin <abrodkin@synopsys.com>
      Acked-by: NVineet Gupta <vgupta@synopsys.com>
      Cc: devicetree@vger.kernel.org
      cb2ad5e5
  15. 26 4月, 2016 1 次提交
    • A
      arc: axs10x - add support of ARC PGU · b8c1eca1
      Alexey Brodkin 提交于
      Synopsys DesignWare ARC SDP boards sport ARC SDP display
      controller attached to ADV7511 HDMI encoder.
      
      That change adds desctiption of both ARC PGU and ADV7511 in
      ARC SDP'd base-board Device Tree.
      Signed-off-by: NAlexey Brodkin <abrodkin@synopsys.com>
      Cc: Rob Herring <robh+dt@kernel.org>
      Cc: Pawel Moll <pawel.moll@arm.com>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
      Cc: Kumar Gala <galak@codeaurora.org>
      Cc: Vineet Gupta <vgupta@synopsys.com>
      Cc: devicetree@vger.kernel.org
      Cc: linux-snps-arc@lists.infradead.org
      b8c1eca1
  16. 07 4月, 2016 1 次提交
  17. 17 3月, 2016 1 次提交
  18. 15 3月, 2016 1 次提交
  19. 12 3月, 2016 1 次提交
  20. 17 12月, 2015 1 次提交
  21. 07 12月, 2015 1 次提交
  22. 28 10月, 2015 4 次提交
  23. 20 8月, 2015 1 次提交
  24. 09 7月, 2015 1 次提交
  25. 25 6月, 2015 2 次提交