[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1426726150-983-1-git-send-email-dmitry.torokhov@gmail.com>
Date: Wed, 18 Mar 2015 17:49:07 -0700
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: Borislav Petkov <bp@...en8.de>,
Doug Thompson <dougthompson@...ssion.com>,
Tejun Heo <tj@...nel.org>
Cc: linux-kernel@...r.kernel.org, linux-edac@...r.kernel.org,
Mauro Carvalho Chehab <mchehab@....samsung.com>,
Tetsuo Handa <penguin-kernel@...ove.SAKURA.ne.jp>,
Olof Johansson <olof@...om.net>,
Arjan van de Ven <arjan@...ux.intel.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
"Luis R . Rodriguez" <mcgrof@...e.com>
Subject: [RFC/RFT] amd64_edac: avoid doing post-probe setup
While testing asynchronous probing Luis noticed that this driver was
failing to initialize. It is happening because the driver tries to check
the result of binding, assuming that it is done synchronously, and either
abort the loading, or perform some additional setup steps. This series
tried to work around it by moving these post-binding steps into probe() to
be executed when binding node 0.
Untested as I do not have AMD boxes.
Thanks!
--
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists