Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1605308

[PATCH 0/2] Hi655x: mfd/pmic: regulator: Correct dependencies

From Jeremy Linton <lintonrjeremy@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] Hi655x: mfd/pmic: regulator: Correct dependencies
Date 2017-03-21 06:00 +0100
Message-ID <tnk3L-6MU-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


In an environment where the hi655x pmic is being built as a 
standalone module, it fails to automatically load resulting
in boot failures, machine hangs, etc. First we correct this
by setting an appropriate module dependency. Then we bump the
module use count on the mfd/pmic driver so that it cannot be
unloaded when in use. Again this avoids machine crashes.

Jeremy Linton (2):
  mfd: hi655x: Reference required regulator driver
  regulator: hi655x: Bump parent pmic module use count

 drivers/mfd/hi655x-pmic.c            |  1 +
 drivers/regulator/hi655x-regulator.c | 26 ++++++++++++++++++++++++--
 2 files changed, 25 insertions(+), 2 deletions(-)

-- 
2.10.2

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] Hi655x: mfd/pmic: regulator: Correct dependencies Jeremy Linton <lintonrjeremy@gmail.com> - 2017-03-21 06:00 +0100
  [PATCH 1/2] mfd: hi655x: Reference required regulator driver Jeremy Linton <lintonrjeremy@gmail.com> - 2017-03-21 06:00 +0100
    Re: [PATCH 1/2] mfd: hi655x: Reference required regulator driver Lee Jones <lee.jones@linaro.org> - 2017-03-23 17:40 +0100

csiph-web