1. 07 4月, 2017 2 次提交
  2. 06 3月, 2017 1 次提交
  3. 08 2月, 2017 1 次提交
  4. 10 1月, 2017 1 次提交
  5. 03 8月, 2016 1 次提交
    • A
      Revert "ARM: aspeed: adapt defconfigs for new CONFIG_PRINTK_TIME" · 7a376ac1
      Arnd Bergmann 提交于
      The patch that this was preparing for made it into neither v4.7 nor
      v4.8, so we should back this out as well to avoid the opposite
      warning:
      
        arch/arm/configs/aspeed_g5_defconfig:62:warning: symbol value '1' invalid for PRINTK_TIME
        arch/arm/configs/aspeed_g4_defconfig:61:warning: symbol value '1' invalid for PRINTK_TIME
      
      Sorry for not catching this earlier.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Fixes: 0ef659a3 ("ARM: aspeed: adapt defconfigs for new CONFIG_PRINTK_TIME")
      Cc: stable@vger.kernel.org # v4.7
      7a376ac1
  6. 11 5月, 2016 1 次提交
    • A
      ARM: aspeed: adapt defconfigs for new CONFIG_PRINTK_TIME · 0ef659a3
      Arnd Bergmann 提交于
      Commit 94ea9c7a579f ("lib, switch CONFIG_PRINTK_TIME to int") changes
      the type of CONFIG_PRINTK_TIME and adapts all existing defconfig files,
      while we add two new defconfig files with d0bc3483 ("arm/configs:
      Add Aspeed defconfig"), with the old type.
      
      This changes the two new defconfig files to match the other ones.
      As a result, we get harmless warnings for the arm-soc defconfig
      branch by itself, but everything will work when 4.7-rc1 is out.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      0ef659a3
  7. 09 5月, 2016 1 次提交