1. 08 1月, 2016 2 次提交
    • R
      ARM: pxa: add defconfig covering all the boards · 3168eb33
      Robert Jarzmik 提交于
      Add a defconfig covering all known pxa board, ie. all selectable machine
      files in arch/arm/mach-pxa/*.c.
      
      This defconfig was built by doing :
       - aggregation of all known defconfigs by cat
      	am200epdkit_defconfig
      	cm_x2xx_defconfig
      	cm_x300_defconfig
      	colibri_pxa270_defconfig
      	colibri_pxa300_defconfig
      	corgi_defconfig
      	em_x270_defconfig
      	eseries_pxa_defconfig
      	ezx_defconfig
      	h5000_defconfig
      	imote2_defconfig
      	lpd270_defconfig
      	lubbock_defconfig
      	magician_defconfig
      	mainstone_defconfig
      	multi_v7_defconfig
      	palmz72_defconfig
      	pcm027_defconfig
      	pxa255-idp_defconfig
      	pxa3xx_defconfig
      	raumfeld_defconfig
      	spitz_defconfig
      	trizeps4_defconfig
      	viper_defconfig
      	xcep_defconfig
      	zeus_defconfig
       - manual make menuconfig to ensure :
         - all pxa implementation were selected
         - all drivers were transformed into modules rather than builtin
           => as a consequence this single kernel will rely on an initramfs
           => as kernel size matters on pxa, each machine can take the subset
              of modules required for it to work
         - all missed configurations are selected verified by :
           => grep -i pxa .config | grep "is not set"
           => this should only show the left on purpose options (either not
              selectable or sharpsl exception below)
       - CONFIG_PXA_SHARPSL was disabled
         This breaks the boot very early on any non Sharp platform, see
         head-sharpsl.S
      
      This defconfig was tested as booting up to the login phase on :
       - lubbock (pxa25x)
       - mainstone (pxa27x)
       - zylonite (pxa3xx)
      
      The completion of this work will require to :
       - parse manually all the arch/arm/mach-pxa/*c files, look for all
         platform devices added, and verify they are all in pxa_defconfig
       - do the same to ensure all pxa specific drivers (leds, gpio, ...) are
         included
      Signed-off-by: NRobert Jarzmik <robert.jarzmik@free.fr>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      3168eb33
    • A
      Merge Rockchip pmdomain fix into next/defconfig · b9e24d30
      Arnd Bergmann 提交于
      Commit e330eb86 ("ARM: multi_v7_defconfig: enable Rockchip io-domain
      driver") turns on a driver that was broken on 4.4-rc3 and fixed in 4.4-rc4.
      
      This backmerges in the bugfix from mainline to keep the defconfig branch
      testable by itself.
      
      * commit 'd7b53fd9':
        drm/rockchip: vop: Correct enabled clocks during setup
        drm/i915: Don't override output type for DDI HDMI
        drm/i915: Don't compare has_drrs strictly in pipe config
        drm/i915: Mark uneven memory banks on gen4 desktop as unknown swizzling
      b9e24d30
  2. 07 1月, 2016 2 次提交
  3. 01 1月, 2016 2 次提交
  4. 31 12月, 2015 1 次提交
  5. 23 12月, 2015 10 次提交
  6. 22 12月, 2015 1 次提交
    • O
      Merge tag 'samsung-defconfig-4.5' of... · a67c7129
      Olof Johansson 提交于
      Merge tag 'samsung-defconfig-4.5' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/defconfig
      
      Defconfig (exynos and multi_v7) changes for Exynos based boards for 4.5:
      1. Enable Maxim 8997 and 77693 family drivers (charger, extcon, LED,
         RTC, haptic/motor, regulator).
      2. Build ChromeOS EC drivers as modules on multi_v7.
      3. Enable drivers important for Exynos4210-based Universal C210 board.
      4. Enable NFSv4 client.
      5. On exynos_defconfig set some options to a value recommended
         by systemd. This also makes it more consistent with multi_v7.
      
      * tag 'samsung-defconfig-4.5' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
        ARM: exynos_defconfig: Set recommended options for systemd
        ARM: exynos_defconfig: Enable NFSv4 client
        ARM: exynos_defconfig: Add drivers for Exynos4210 Universal C210 board
        ARM: multi_v7_defconfig: Build ChromeOS EC drivers as modules
        ARM: multi_v7_defconfig: Enable Maxim 77693 LED and haptic drivers
        ARM: multi_v7_defconfig: Enable Maxim 8997 family drivers
        ARM: exynos_defconfig: Enable Maxim 77693 LED and haptic drivers
        ARM: exynos_defconfig: Enable Maxim 8997 family drivers
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      a67c7129
  7. 21 12月, 2015 1 次提交
  8. 18 12月, 2015 1 次提交
  9. 17 12月, 2015 1 次提交
  10. 16 12月, 2015 11 次提交
  11. 15 12月, 2015 3 次提交
  12. 14 12月, 2015 3 次提交
  13. 11 12月, 2015 2 次提交