[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1440061956-29064-1-git-send-email-mpa@pengutronix.de>
Date: Thu, 20 Aug 2015 11:12:31 +0200
From: Markus Pargmann <mpa@...gutronix.de>
To: Mark Brown <broonie@...nel.org>
Cc: linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
kernel@...gutronix.de, Irina Tirdea <irina.tirdea@...el.com>,
Markus Pargmann <mpa@...gutronix.de>
Subject: [PATCH v2 0/5] regmap: fixes
Hi,
These are some regmap fixes from the previous series
"Regmap max_raw_io and bmc150 SPI support". They are now splitted from the
other patches.
Changes in v2:
- Fixed free_context typo
- use_single_rw is now internally split into use_single_read/write
- Removed patches that wrongly tried to fix things
- Added simpler patches which check for the existence of bus->read/write to
avoid null dereferences
Best Regards,
Markus
Markus Pargmann (5):
regmap: Add missing comments about struct regmap_bus
regmap: Fix regmap_bulk_write for bus writes
regmap: Split use_single_rw internally into use_single_read/write
regmap: regmap_raw_read return error on !bus->read
regmap: No multi_write support if bus->write does not exist
drivers/base/regmap/internal.h | 6 ++++--
drivers/base/regmap/regcache.c | 2 +-
drivers/base/regmap/regmap-irq.c | 4 ++--
drivers/base/regmap/regmap.c | 31 ++++++++++++++++++++++++++-----
include/linux/regmap.h | 4 +++-
5 files changed, 36 insertions(+), 11 deletions(-)
--
2.4.6
--
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