Skip to content
  1. Apr 03, 2015
  2. Apr 02, 2015
  3. Apr 01, 2015
  4. Feb 26, 2015
  5. Feb 23, 2015
  6. Jan 28, 2015
  7. Jan 16, 2015
  8. Jan 15, 2015
  9. Jan 14, 2015
  10. Jan 11, 2015
  11. Jan 09, 2015
  12. Jan 06, 2015
  13. Jan 02, 2015
  14. Dec 30, 2014
    • Steev Klimaszewski's avatar
      Add USB_EHCI_EXYNOS to multi_v7_defconfig · 007487f1
      Steev Klimaszewski authored
      
      
      Currently we enable Exynos devices in the multi v7 defconfig, however, when
      testing on my ODROID-U3, I noticed that USB was not working.  Enabling this
      option causes USB to work, which enables networking support as well since the
      ODROID-U3 has networking on the USB bus.
      
      [arnd] Support for odroid-u3 was added in 3.10, so it would be nice to
      backport this fix at least that far.
      
      Signed-off-by: default avatarSteev Klimaszewski <steev@gentoo.org>
      Cc: stable@vger.kernel.org # 3.10
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      007487f1
  15. Dec 15, 2014
  16. Dec 05, 2014
  17. Nov 28, 2014
  18. Nov 20, 2014
  19. Nov 19, 2014
    • Tyler Baker's avatar
      ARM: multi_v7_defconfig: fix failure setting CPU voltage by enabling dependent I2C controller · 49e41938
      Tyler Baker authored
      
      
      This patch fixes a long standing issue introduced during the 3.16 merge window.
      Shortly after the merge, exynos5250-based arndale boards began to produce the
      following errors:
      
      kern.err kernel:  exynos-cpufreq exynos-cpufreq: failed to set cpu voltage
      kern.err kernel:  cpufreq: __target_index: Failed to change cpu frequency: -22
      
      Further analysis revealed that the S5M8767 voltage regulator used on the
      exynos5250-based arndale board utilizes the S3C2410 I2C controller. If the
      S3C2410 I2C controller driver is not enabled, the S5M8767 voltage regulator
      fails to probe. Therefore a dependency exists between these two drivers.
      In the exynos_defconfig both CONFIG_REGULATOR_S5M8767 and CONFIG_I2C_S3C2410
      options are enabled, and no errors are produced. However, in the
      multi_v7_defconfig only the CONFIG_REGULATOR_S5M8767 option is enabled and the
      errors are present. So let's enable the CONFIG_I2C_S3C2410 option in the
      multi_v7_defconfig to allow the S5M8767 voltage regulator to probe.
      
      Signed-off-by: default avatarTyler Baker <tyler.baker@linaro.org>
      Acked-by: default avatarKukjin Kim <kgene.kim@samsung.com>
      Signed-off-by: default avatarKevin Hilman <khilman@linaro.org>
      49e41938
  20. Nov 18, 2014
  21. Oct 28, 2014
  22. Oct 24, 2014
  23. Oct 20, 2014
  24. Sep 26, 2014
  25. Sep 25, 2014
  26. Sep 24, 2014
  27. Sep 04, 2014
  28. Sep 03, 2014
  29. Aug 23, 2014
    • Soren Brinkmann's avatar
      ARM: multi_v7_defconfig: Enable Zynq/Xilinx drivers · b80c0662
      Soren Brinkmann authored
      
      
      This is a squashed series from Soren:
      
      "I went through the defconfig and searched for Zynq drivers. The result
      is this series of patches. The first few are all for Zynq and pretty
      much straight forward. The second half is mostly soft-IP, I think. That
      soft-IP works with Zynq devices, but I'm not sure whether those should
      go into the multi_v7 defconfig."
      
      Soren Brinkmann (11):
        ARM: multi_v7_defconfig: Enable Zynq cpuidle driver
        ARM: multi_v7_defconfig: Enable Zynq/Xilinx CAN driver
        ARM: multi_v7_defconfig: Enable XADC driver
        ARM: multi_v7_defconfig: Enable Zynq SPI driver
        ARM: multi_v7_defconfig: Enable Zynq GPIO driver
        ARM: multi_v7_defconfig: Enable Xilinx I2C driver
        ARM: multi_v7_defconfig: Enable Xilinx SPI driver
        ARM: multi_v7_defconfig: Enable Xilinx GPIO driver
        ARM: multi_v7_defconfig: Enable Xilinx VDMA driver
        ARM: multi_v7_defconfig: Enable Xilinx emaclite driver
        ARM: multi_v7_defconfig: Enable Xilinx watchdog timer
      
      Signed-off-by: default avatarSoren Brinkmann <soren.brinkmann@xilinx.com>
      [olof: Added commit message from series envelope email, squashed to
      one patch]
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      b80c0662
  30. Aug 18, 2014
  31. Aug 03, 2014
  32. Jul 31, 2014
  33. Jul 28, 2014
Loading