From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946001AbcHRM57 (ORCPT ); Thu, 18 Aug 2016 08:57:59 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:43970 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1945897AbcHRM56 (ORCPT ); Thu, 18 Aug 2016 08:57:58 -0400 From: Sebastian Andrzej Siewior To: linux-kernel@vger.kernel.org Cc: Peter Zijlstra , Ingo Molnar , rt@linutronix.de, Thomas Petazzoni , Neil Brown Subject: cpu hotplug: convert more drivers Date: Thu, 18 Aug 2016 14:57:15 +0200 Message-Id: <20160818125731.27256-1-bigeasy@linutronix.de> X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The first patch removes no the longer used CPU_STARTING & CPU_DYING notifier from the core code. The remaining patches convert drivers to the new interface. Most of them can be applied right away. A few (raid5, mvneta) use the new multi instance interface which has been posted recently [0]. The whole series including the multi intance support is also available at git://git.kernel.org/pub/scm/linux/kernel/git/bigeasy/hotplug-staging.git hp_queue [0] http://lkml.kernel.org/r/1471024183-12666-1-git-send-email-bigeasy@linutronix.de Cc: Thomas Petazzoni Cc: Neil Brown