https://github.com/torvalds/linux
Revision f23d8719e76fd32828ae6f1b55e4659144467742 authored by Linus Torvalds on 19 May 2019, 18:47:03 UTC, committed by Linus Torvalds on 19 May 2019, 18:47:03 UTC
Pull i2c updates from Wolfram Sang:
 "Some I2C core API additions which are kind of simple but enhance error
  checking for users a lot, especially by returning errno now.

  There are wrappers to still support the old API but it will be removed
  once all users are converted"

* 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
  i2c: core: add device-managed version of i2c_new_dummy
  i2c: core: improve return value handling of i2c_new_device and i2c_new_dummy
2 parent s c4d36b6 + b8f5fe3
Raw File
Tip revision: f23d8719e76fd32828ae6f1b55e4659144467742 authored by Linus Torvalds on 19 May 2019, 18:47:03 UTC
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Tip revision: f23d871
COPYING
The Linux Kernel is provided under:

	SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note

Being under the terms of the GNU General Public License version 2 only,
according with:

	LICENSES/preferred/GPL-2.0

With an explicit syscall exception, as stated at:

	LICENSES/exceptions/Linux-syscall-note

In addition, other licenses may also apply. Please see:

	Documentation/process/license-rules.rst

for more details.
back to top