summaryrefslogtreecommitdiff
path: root/scripts/git.orderFile
diff options
context:
space:
mode:
authorStephan Gerhold <stephan@gerhold.net>2020-12-02 09:35:51 +0100
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2021-01-14 20:56:09 +0000
commitb6bc1b4ffad4a55c9461707833dc45de2e4367cc (patch)
treea62bb100e387c2540bb2ed347758d061f750147f /scripts/git.orderFile
parenta06b63a1200bd40fd20fa695739e479e2b2ae948 (diff)
downloadkernel-b6bc1b4ffad4a55c9461707833dc45de2e4367cc.tar.gz
dt-bindings: iio: accel: bma255: Fix bmc150/bmi055 compatible
The bmc150-accel-i2c.c driver has an "_accel" suffix for the compatibles of BMC150 and BMI055. This is necessary because BMC150 contains both accelerometer (bosch,bmc150_accel) and magnetometer (bosch,bmc150_magn) and therefore "bosch,bmc150" would be ambiguous. However, the binding documentation suggests using "bosch,bmc150". Add the "_accel" suffix for BMC150 and BMI055 so the binding docs match what is expected by the driver. Fixes: 6259551cf19b ("iio: accel: bmc150-accel: Add DT bindings") Signed-off-by: Stephan Gerhold <stephan@gerhold.net> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Rob Herring <robh@kernel.org> Cc: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20201202083551.7753-1-stephan@gerhold.net Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'scripts/git.orderFile')
0 files changed, 0 insertions, 0 deletions
gs (MS_xyz -> SB_xyz)Linus Torvalds 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds 2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton 2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells 2017-07-11affs: Implement show_optionsDavid Howells 2017-05-05fs/affs: add rename exchangeFabian Frederick 2017-05-05fs/affs: add rename2 to prepare multiple methodsFabian Frederick 2017-04-26fs/affs: bugfix: Write files greater than page size on OFSFabian Frederick 2017-04-26fs/affs: bugfix: enable writes on OFS disksFabian Frederick 2017-04-26fs/affs: remove node generation checkFabian Frederick 2017-04-26fs/affs: import amigaffs.hFabian Frederick 2017-04-26fs/affs: bugfix: make symbolic links work againFabian Frederick 2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar 2017-02-27fs/affs: make export work with cold dcacheFabian Frederick 2017-02-27fs/affs/namei.c: forward declarations clean-upFabian Frederick 2017-02-27fs/affs: add prefix to some functionsFabian Frederick 2017-02-27fs/affs: use octal for permissionsFabian Frederick 2017-02-27fs/affs: make affs exportableFabian Frederick 2017-02-27fs/affs: add validation block functionFabian Frederick 2017-02-27fs/affs: remove reference to affs_parent_ino()Fabian Frederick 2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi 2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro 2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani 2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi 2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi 2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara