An error occurred fetching the project authors.
  1. 27 Mar, 2017 1 commit
  2. 21 Feb, 2017 1 commit
    • Nathan Fontenot's avatar
      powerpc/pseries: Revert 'Auto-online hotplugged memory' · 943db62c
      Nathan Fontenot authored
      This reverts commit ec999072 ("powerpc/pseries: Auto-online
      hotplugged memory"), and 9dc51281 ("powerpc: Fix unused function
      warning 'lmb_to_memblock'").
      
      Using the auto-online acpability does online added memory but does not
      update the associated device struct to indicate that the memory is
      online. This causes the pseries memory DLPAR code to fail when trying to
      remove a LMB that was previously removed and added back. This happens
      when validating that the LMB is removable.
      
      This patch reverts to the previous behavior of calling device_online()
      to online the LMB when it is DLPAR added and moves the lmb_to_memblock()
      routine out of CONFIG_MEMORY_HOTREMOVE now that we call it for add.
      
      Fixes: ec999072 ("powerpc/pseries: Auto-online hotplugged memory")
      Cc: stable@vger.kernel.org # v4.8+
      Signed-off-by: default avatarNathan Fontenot <nfont@linux.vnet.ibm.com>
      Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
      943db62c
  3. 08 Feb, 2017 1 commit
  4. 02 Feb, 2017 1 commit
  5. 30 Nov, 2016 1 commit
  6. 18 Nov, 2016 1 commit
  7. 14 Nov, 2016 2 commits
  8. 04 Oct, 2016 4 commits
  9. 15 Jul, 2016 1 commit
  10. 08 Jul, 2016 1 commit
  11. 29 Sep, 2015 1 commit
    • Michael Ellerman's avatar
      powerpc/configs: Re-enable CONFIG_SCSI_DH · 6b98f2be
      Michael Ellerman authored
      Commit 086b91d0 ("scsi_dh: integrate into the core SCSI code")
      changed CONFIG_SCSI_DH from tristate to bool.
      
      Our defconfigs have CONFIG_SCSI_DH=m, which the kconfig machinery warns
      us is invalid, but instead of converting it to =y it leaves it unset.
      This means we loose the CONFIG_SCSI_DH code and everything that depends
      on it.
      
      So convert the values in the defconfigs to =y.
      
      Fixes: 086b91d0 ("scsi_dh: integrate into the core SCSI code")
      Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
      6b98f2be
  12. 27 Aug, 2015 1 commit
  13. 18 Aug, 2015 1 commit
    • Vaibhav Jain's avatar
      powerpc/pseries: enable RTC class support · e0ad784b
      Vaibhav Jain authored
      A working rtc kernel driver is needed so that hwclock can synchronize
      system clock to rtc during shutdown/boot. We already have a powernv
      platform rtc driver located at drivers/rtc/rtc-opal.c. However it depends
      on CONFIG_RTC_CLASS which is disabled by default. Hence the driver isn't
      enabled and not compiled for the powernv kernel.
      
      We fix this by enabling rtc class support in pseries defconfig which
      enables this driver and compiles it into the pseries kernel. In case
      CONFIG_PPC_POWERNV is not enabled we fallback to 'Generic RTC support'
      driver which emulates the legacy 'PC RTC driver'.
      Signed-off-by: default avatarVaibhav Jain <vaibhav@linux.vnet.ibm.com>
      Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
      e0ad784b
  14. 04 Jun, 2015 1 commit
  15. 02 Jun, 2015 1 commit
  16. 21 Jan, 2015 5 commits
  17. 20 Jan, 2015 1 commit
  18. 30 Nov, 2014 1 commit
  19. 24 Sep, 2014 1 commit
  20. 09 Sep, 2014 1 commit
  21. 07 Apr, 2014 1 commit
  22. 23 Mar, 2014 2 commits
  23. 30 Oct, 2013 3 commits
  24. 25 Jul, 2013 1 commit
  25. 25 Jun, 2013 1 commit
  26. 15 Feb, 2013 1 commit
  27. 10 Jan, 2013 3 commits