LinuxLists
Users
About
Kieran Bingham (
[email protected]
)
Number of posts: 35 (0.02 per day)
First post: 2016-04-29 15:03:28
Last post: 2020-04-15 22:43:53
Date
List
Subject
2020-04-15 22:43:53
linux-kernel
Re: [RFC PATCH v2 2/6] i2c: allow DT nodes without 'compatible'
2020-04-15 22:29:51
linux-kernel
Re: [RFC PATCH v2 4/6] i2c: of: error message unification
2020-04-15 22:28:22
linux-kernel
Re: [RFC PATCH v2 3/6] i2c: of: remove superfluous parameter from exported function
2016-12-28 09:47:20
linux-kernel
Re: [PATCH 1/1] [media] v4l: rcar_fdp1: use %4.4s to format a 4-byte string
2016-11-15 09:49:20
linux-kernel
Re: [PATCHv7 08/11] i2c: match vendorless strings on the internal string length
2016-11-15 09:48:51
linux-kernel
Re: [PATCHv7 07/11] i2c: match dt-style device names from sysfs interface
2016-11-07 22:05:47
linux-kernel
Re: [PATCHv7 10/11] mfd: as3722: Rid driver of superfluous I2C device ID structure
2016-11-07 12:50:19
linux-kernel
[PATCHv7 01/11] i2c: Add pointer dereference protection to i2c_match_id()
2016-11-07 12:49:41
linux-kernel
[PATCHv7 05/11] i2c: Export i2c_match_id() for direct use by device drivers
2016-11-07 12:49:26
linux-kernel
[PATCHv7 07/11] i2c: match dt-style device names from sysfs interface
2016-11-07 12:49:05
linux-kernel
[PATCHv7 09/11] mfd: 88pm860x: Move over to new I2C device .probe() call
2016-11-07 12:48:50
linux-kernel
[PATCHv7 10/11] mfd: as3722: Rid driver of superfluous I2C device ID structure
2016-11-07 12:48:36
linux-kernel
[PATCHv7 11/11] [TESTPATCH] rtc: convert ds1307 to interim probe_new
2016-11-07 12:48:30
linux-kernel
[PATCHv7 08/11] i2c: match vendorless strings on the internal string length
2016-11-07 12:48:23
linux-kernel
[PATCHv7 06/11] i2c: Provide a temporary .probe_new() call-back type
2016-11-07 12:48:17
linux-kernel
[PATCHv7 03/11] i2c: Match using traditional OF methods, then by vendor-less compatible strings
2016-11-07 12:48:15
linux-kernel
[PATCHv7 04/11] i2c: Make I2C ID tables non-mandatory for DT'ed devices
2016-11-07 12:48:10
linux-kernel
[PATCHv7 02/11] i2c: Add the ability to match device to compatible string without an of_node
2016-11-07 12:48:06
linux-kernel
[PATCHv7 00/11] i2c: Relax mandatory I2C ID table passing
2016-10-31 15:01:57
linux-kernel
Re: [PATCHv6 08/11] i2c: match vendorless strings on the internal string length
2016-10-25 16:44:18
linux-kernel
[PATCHv6 06/11] i2c: Provide a temporary .probe_new() call-back type
2016-10-25 16:44:15
linux-kernel
[PATCHv6 04/11] i2c: Make I2C ID tables non-mandatory for DT'ed devices
2016-10-25 16:43:48
linux-kernel
[PATCHv6 07/11] i2c: match dt-style device names from sysfs interface
2016-10-25 16:42:59
linux-kernel
[PATCHv6 09/11] mfd: 88pm860x: Move over to new I2C device .probe() call
2016-10-25 16:42:58
linux-kernel
[PATCHv6 08/11] i2c: match vendorless strings on the internal string length
2016-10-25 16:42:55
linux-kernel
[PATCHv6 10/11] mfd: as3722: Rid driver of superfluous I2C device ID structure
2016-10-25 16:42:54
linux-kernel
[PATCHv6 11/11] [TESTPATCH] rtc: convert ds1307 to interim probe_new
2016-10-25 16:42:28
linux-kernel
[PATCHv6 03/11] i2c: Match using traditional OF methods, then by vendor-less compatible strings
2016-10-25 16:42:26
linux-kernel
[PATCHv6 05/11] i2c: Export i2c_match_id() for direct use by device drivers
2016-10-25 16:42:19
linux-kernel
[PATCHv6 02/11] i2c: Add the ability to match device to compatible string without an of_node
2016-10-25 16:42:16
linux-kernel
[PATCHv6 01/11] i2c: Add pointer dereference protection to i2c_match_id()
2016-10-25 16:42:08
linux-kernel
[PATCHv6 00/11] i2c: Relax mandatory I2C ID table passing
2016-10-18 15:56:56
linux-kernel
Re: [PATCH 1/2] scripts/gdb: add lx-fdtdump command
2016-10-18 15:28:12
linux-kernel
Re: [PATCH 2/2] scripts/gdb: fixup some pep8 errors in proc.py
2016-04-29 15:03:28
linux-kernel
Re: [PATCH] Fix issue with dmesg.py and python 3.X