1. 18 9月, 2017 1 次提交
  2. 02 9月, 2017 1 次提交
  3. 17 8月, 2017 1 次提交
  4. 16 8月, 2017 1 次提交
  5. 12 8月, 2017 1 次提交
  6. 27 7月, 2017 3 次提交
  7. 18 7月, 2017 1 次提交
    • K
      ARM: multi_v7_defconfig: Cleanup from non-existing options · 9164c754
      Krzysztof Kozlowski 提交于
      Remove options which do not exist anymore:
       - TEGRA_EMC_SCALING_ENABLE is gone since commit cab4d503 ("ARM:
         tegra: remove TEGRA_EMC_SCALING_ENABLE");
      
       - ARCH_VEXPRESS_CA9X4 is gone since commit 81cc3f86
         ("ARM: vexpress: Remove non-DT code");
      
       - OMAP_USB3 was replaced by TI_PIPE3 in commit a70143bb ("drivers:
         phy: usb3/pipe3: Adapt pipe3 driver to Generic PHY Framework");
      
       - MMC_DW_IDMAC is gone since commit 3fc7eaef ("mmc: dw_mmc: Add
         external dma interface support");
      
       - QCOM_SMD since commit 395a4805 ("soc: qcom: smd: Remove
         standalone driver");
      
       - COMMON_CLK_MAX77802 was merged into COMMON_CLK_MAX77686 in commit
         8ad313fe ("clk: max77686: Combine Maxim max77686 and max77802
         driver");
      
       - CRYPTO_DEV_TEGRA_AES is gone since commit 645af2e4 ("crypto:
         tegra - remove driver");
      Signed-off-by: NKrzysztof Kozlowski <krzk@kernel.org>
      9164c754
  8. 02 7月, 2017 1 次提交
  9. 29 6月, 2017 1 次提交
  10. 02 6月, 2017 1 次提交
  11. 16 5月, 2017 1 次提交
  12. 19 4月, 2017 1 次提交
  13. 10 4月, 2017 1 次提交
    • B
      EDAC: Remove EDAC_MM_EDAC · e3c4ff6d
      Borislav Petkov 提交于
      Move all the EDAC core functionality behind CONFIG_EDAC and get rid of
      that indirection. Update defconfigs which had it.
      
      While at it, fix dependencies such that EDAC depends on RAS for the
      tracepoints.
      Signed-off-by: NBorislav Petkov <bp@suse.de>
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: linuxppc-dev@lists.ozlabs.org
      Cc: Chris Metcalf <cmetcalf@mellanox.com>
      Cc: linux-edac@vger.kernel.org
      e3c4ff6d
  14. 31 3月, 2017 1 次提交
    • A
      multi_v7_defconfig: make Rockchip DRM drivers built-in · 4a85aae6
      Arnd Bergmann 提交于
      These cause warnings in linux-next, as the symbols have become 'bool' there:
      
      arch/arm/configs/multi_v7_defconfig:600:warning: symbol value 'm' invalid for ROCKCHIP_INNO_HDMI
      arch/arm/configs/multi_v7_defconfig:599:warning: symbol value 'm' invalid for ROCKCHIP_DW_MIPI_DSI
      arch/arm/configs/multi_v7_defconfig:598:warning: symbol value 'm' invalid for ROCKCHIP_DW_HDMI
      arch/arm/configs/multi_v7_defconfig:597:warning: symbol value 'm' invalid for ROCKCHIP_ANALOGIX_DP
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      4a85aae6
  15. 18 3月, 2017 1 次提交
  16. 06 3月, 2017 3 次提交
  17. 19 2月, 2017 1 次提交
  18. 17 2月, 2017 2 次提交
  19. 08 2月, 2017 1 次提交
  20. 04 2月, 2017 1 次提交
  21. 16 1月, 2017 1 次提交
  22. 13 1月, 2017 2 次提交
  23. 10 1月, 2017 2 次提交
  24. 03 1月, 2017 1 次提交
  25. 01 12月, 2016 1 次提交
  26. 28 11月, 2016 1 次提交
  27. 21 11月, 2016 1 次提交
    • L
      mfd: qcom-pm8xxx: Clean up PM8XXX namespace · 40a3a0f2
      Linus Walleij 提交于
      The Kconfig and file naming for the PM8xxx driver is totally
      confusing:
      
      - Kconfig options MFD_PM8XXX and MFD_PM8921_CORE, some in-kernel
        users depending on or selecting either at random.
      - A driver file named pm8921-core.c even if it is indeed
        used by the whole PM8xxx family of chips.
      - An irqchip named pm8xxx since it was (I guess) realized that
        the driver was generic for all pm8xxx PMICs.
      
      As I may want to add support for PM8901 this is starting to get
      really messy. Fix this situation by:
      
      - Remove the MFD_PM8921_CORE symbol and rely solely on MFD_PM8XXX
        and convert all users, including LEDs Kconfig and ARM defconfigs
        for qcom and multi_v7 to use that single symbol.
      - Renaming the driver to qcom-pm8xxx.c to fit along the two
        other qcom* prefixed drivers.
      - Rename functions withing the driver from 8921 to 8xxx to
        indicate it is generic.
      - Just drop the =m config from the pxa_defconfig, I have no clue
        why it is even there, it is not a Qualcomm platform. (Possibly
        older Kconfig noise from saveconfig.)
      
      Cc: Stephen Boyd <sboyd@codeaurora.org>
      Cc: Neil Armstrong <narmstrong@baylibre.com>
      Cc: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      Reviewed-by: NAndy Gross <andy.gross@linaro.org>
      Acked-by: NBjorn Andersson <bjorn.andersson@linaro.org>
      Acked-by: NJacek Anaszewski <j.anaszewski@samsung.com>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NLee Jones <lee.jones@linaro.org>
      40a3a0f2
  28. 21 10月, 2016 1 次提交
  29. 20 10月, 2016 2 次提交
  30. 19 10月, 2016 1 次提交
  31. 18 10月, 2016 2 次提交