linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/19] mfd: Lots of clean-ups
@ 2015-12-07 11:50 Lee Jones
  2015-12-07 11:50 ` [PATCH 01/19] mfd: aat2870-core: Remove unnecessary 'out of memory' message Lee Jones
                   ` (18 more replies)
  0 siblings, 19 replies; 23+ messages in thread
From: Lee Jones @ 2015-12-07 11:50 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel

Over the next few months, I plan to run some of our protection systems;
Checkpatch, Smatch, Sparse and Coccinelle etc on the subsystem and do my
best to eliminate some of the issues unearthed.

This is the first submission that takes care of some (reasonable)
Checkpatch warnings/errors on files [A-D].

If MAINTAINERS lists file maintainers, they have been Cc'ed.

Lee Jones (19):
  mfd: aat2870-core: Remove unnecessary 'out of memory' message
  mfd: ab3100-core.c: Fix multiple warnings reported by Checkpatch
  mfd: ab2100-otp: Remove pointless 'out of memory' error message
  mfd: ab8500-core: Fix many warnings reported by Checkpatch
  mfd: ab8500-debugfs: Clean-up non-conforming commenting and print
    formatting
  mfd: ab8500-gpadc: Squash a whole bunch of Checkpatch warnings and one
    error
  mfd: ab8500-sysctrl: Fix Constify, printk => pr_info and formatting
    issues
  mfd: adp5520: Some trivial 'no space before tab' fixes
  mfd: arizona-core: msleep() is unreliable for anything <20ms use
    usleep_range() instead
  mfd: arizona-i2c: Add blank line formatting after declaration
  mfd: as3711: Repair OOM and 'line over 80 chars' formatting warnings
  mfd: asic3: Fix a plethora of Checkpatch errors and warnings
  mfd: cros_ec_i2c: Fix trivial 'tabs before spaces' whitespace issue.
  mfd: cros_ec_spi: Repair comparison ordering issue
  mfd: cs5535-mfd: Add missing line spacing and make local array static
  mfd: da903x: Fix white space and split string issues
  mfd: da9052-i2c: Fix tabbing/whitespace issue
  mfd: da9052-irq: Fix trivial 'space before comma' error
  mfd: davinci_voicecodec: Remove pointless 'out of memory' error
    message

 drivers/mfd/aat2870-core.c       |   5 +-
 drivers/mfd/ab3100-core.c        |  23 +++----
 drivers/mfd/ab3100-otp.c         |   5 +-
 drivers/mfd/ab8500-core.c        |  24 +++----
 drivers/mfd/ab8500-debugfs.c     |  25 ++++---
 drivers/mfd/ab8500-gpadc.c       | 145 ++++++++++++++++++++-------------------
 drivers/mfd/ab8500-sysctrl.c     |  13 ++--
 drivers/mfd/adp5520.c            |   6 +-
 drivers/mfd/arizona-core.c       |   8 +--
 drivers/mfd/arizona-i2c.c        |   2 +
 drivers/mfd/as3711.c             |  28 ++++----
 drivers/mfd/asic3.c              |  27 ++++----
 drivers/mfd/cros_ec_i2c.c        |   2 +-
 drivers/mfd/cros_ec_spi.c        |   4 +-
 drivers/mfd/cs5535-mfd.c         |   6 +-
 drivers/mfd/da903x.c             |  10 +--
 drivers/mfd/da9052-i2c.c         |   2 +-
 drivers/mfd/da9052-irq.c         |   2 +-
 drivers/mfd/davinci_voicecodec.c |   5 +-
 19 files changed, 170 insertions(+), 172 deletions(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2015-12-08 15:45 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-07 11:50 [PATCH 00/19] mfd: Lots of clean-ups Lee Jones
2015-12-07 11:50 ` [PATCH 01/19] mfd: aat2870-core: Remove unnecessary 'out of memory' message Lee Jones
2015-12-07 11:50 ` [PATCH 02/19] mfd: ab3100-core.c: Fix multiple warnings reported by Checkpatch Lee Jones
2015-12-07 11:50 ` [PATCH 03/19] mfd: ab2100-otp: Remove pointless 'out of memory' error message Lee Jones
2015-12-07 11:50 ` [PATCH 04/19] mfd: ab8500-core: Fix many warnings reported by Checkpatch Lee Jones
2015-12-07 11:50 ` [PATCH 05/19] mfd: ab8500-debugfs: Clean-up non-conforming commenting and print formatting Lee Jones
2015-12-07 11:50 ` [PATCH 06/19] mfd: ab8500-gpadc: Squash a whole bunch of Checkpatch warnings and one error Lee Jones
2015-12-07 11:50 ` [PATCH 07/19] mfd: ab8500-sysctrl: Fix Constify, printk => pr_info and formatting issues Lee Jones
2015-12-07 11:50 ` [PATCH 08/19] mfd: adp5520: Some trivial 'no space before tab' fixes Lee Jones
2015-12-07 11:50 ` [PATCH 09/19] mfd: arizona-core: msleep() is unreliable for anything <20ms use usleep_range() instead Lee Jones
2015-12-08 14:33   ` Charles Keepax
2015-12-08 15:45     ` Lee Jones
2015-12-07 11:50 ` [PATCH 10/19] mfd: arizona-i2c: Add blank line formatting after declaration Lee Jones
2015-12-08 14:33   ` Charles Keepax
2015-12-07 11:50 ` [PATCH 11/19] mfd: as3711: Repair OOM and 'line over 80 chars' formatting warnings Lee Jones
2015-12-07 11:50 ` [PATCH 12/19] mfd: asic3: Fix a plethora of Checkpatch errors and warnings Lee Jones
2015-12-07 11:50 ` [PATCH 13/19] mfd: cros_ec_i2c: Fix trivial 'tabs before spaces' whitespace issue Lee Jones
2015-12-07 11:50 ` [PATCH 14/19] mfd: cros_ec_spi: Repair comparison ordering issue Lee Jones
2015-12-07 11:50 ` [PATCH 15/19] mfd: cs5535-mfd: Add missing line spacing and make local array static Lee Jones
2015-12-07 11:50 ` [PATCH 16/19] mfd: da903x: Fix white space and split string issues Lee Jones
2015-12-07 11:50 ` [PATCH 17/19] mfd: da9052-i2c: Fix tabbing/whitespace issue Lee Jones
2015-12-07 11:50 ` [PATCH 18/19] mfd: da9052-irq: Fix trivial 'space before comma' error Lee Jones
2015-12-07 11:50 ` [PATCH 19/19] mfd: davinci_voicecodec: Remove pointless 'out of memory' error message Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).