[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-arm] [Qemu-devel] [PATCH 2/2] i2c: Move the bus class to i2c.h
From: |
Linus Walleij |
Subject: |
Re: [Qemu-arm] [Qemu-devel] [PATCH 2/2] i2c: Move the bus class to i2c.h |
Date: |
Thu, 22 Feb 2018 16:39:19 +0100 |
On Tue, Feb 20, 2018 at 2:06 PM, Corey Minyard <address@hidden> wrote:
> On 02/19/2018 09:25 AM, Peter Maydell wrote:
>>
>> On 19 February 2018 at 15:20, <address@hidden> wrote:
>>>
>>> From: Corey Minyard <address@hidden>
>>>
>>> Some devices need access to it.
>>>
>>> Signed-off-by: Corey Minyard <address@hidden>
>>> ---
>>> hw/i2c/core.c | 17 -----------------
>>> include/hw/i2c/i2c.h | 17 +++++++++++++++++
>>> 2 files changed, 17 insertions(+), 17 deletions(-)
>>
>> Reviewed-by: Peter Maydell <address@hidden>
>
>
> Linus, Philippe, do you want me to submit this, or do you want
> to take it? You can pull it from:
>
> https://github.com/cminyard/qemu.git tags/i2c-bus-move
I don't have any commit rights, if you can push this to the
QEMU master I will happily rebase my stuff and resubmit :)
Yours,
Linus Walleij
- Re: [Qemu-arm] [PATCH 2/3] hw/sii9022: Add support for Silicon Image SII9022, (continued)
- [Qemu-arm] [PATCH 3/3] arm/vexpress: Add proper display connector emulation, Linus Walleij, 2018/02/17
- Re: [Qemu-arm] [Qemu-devel] [PATCH 3/3] arm/vexpress: Add proper display connector emulation, Philippe Mathieu-Daudé, 2018/02/17
- Re: [Qemu-arm] [Qemu-devel] [PATCH 3/3] arm/vexpress: Add proper display connector emulation, Linus Walleij, 2018/02/19
- Re: [Qemu-arm] [Qemu-devel] [PATCH 3/3] arm/vexpress: Add proper display connector emulation, Corey Minyard, 2018/02/19
- [Qemu-arm] [PATCH 0/2] Move the bus class to i2c.h, minyard, 2018/02/19
- [Qemu-arm] [PATCH 2/2] i2c: Move the bus class to i2c.h, minyard, 2018/02/19
- Re: [Qemu-arm] [Qemu-devel] [PATCH 2/2] i2c: Move the bus class to i2c.h, Peter Maydell, 2018/02/19
- Re: [Qemu-arm] [Qemu-devel] [PATCH 2/2] i2c: Move the bus class to i2c.h, Corey Minyard, 2018/02/20
- Re: [Qemu-arm] [Qemu-devel] [PATCH 2/2] i2c: Move the bus class to i2c.h,
Linus Walleij <=
- Re: [Qemu-arm] [Qemu-devel] [PATCH 2/2] i2c: Move the bus class to i2c.h, Peter Maydell, 2018/02/22
- Re: [Qemu-arm] [Qemu-devel] [PATCH 2/2] i2c: Move the bus class to i2c.h, Linus Walleij, 2018/02/22
- Re: [Qemu-arm] [PATCH 2/2] i2c: Move the bus class to i2c.h, Linus Walleij, 2018/02/22
- [Qemu-arm] [PATCH 1/2] i2c: Fix some brace style issues, minyard, 2018/02/19
- Re: [Qemu-arm] [Qemu-devel] [PATCH 1/2] i2c: Fix some brace style issues, Peter Maydell, 2018/02/19
- Re: [Qemu-arm] [PATCH 1/2] i2c: Fix some brace style issues, Linus Walleij, 2018/02/22
Re: [Qemu-arm] [PATCH 1/3] hw/i2c-ddc: Do not fail writes, Peter Maydell, 2018/02/22