Re: Re: [PATCH v2 0/3] gpio: intel_gpio: Fix Intel gpio driver

2020-02-03 Thread Andy Shevchenko
(initial cover letter above) I see only > > ML in To and none in Cc. > > > > from: Wolfgang Wallner via > > lists.denx.de > > to: u-boot@lists.denx.de > > date: Feb 3, 2020, 12:38 PM > > subject: [PATCH v2 0/3] gpio: intel_gpio: Fix Intel gpio driver > &g

Re: Re: [PATCH v2 0/3] gpio: intel_gpio: Fix Intel gpio driver

2020-02-03 Thread Bin Meng
ot@lists.denx.de Filter messages from this mailing list > mailed-by: lists.denx.de > unsubscribe: Unsubscribe from this mailing list > security:  Standard encryption (TLS) Learn more I can see both Simon and me are cc'ed. From: Wolfgang Wallner To: u-boot@lists.denx.de Cc: Simon Glass , Bin Meng , Wolfgang Wallner Subject: [PATCH v2 0/3] gpio: intel_gpio: Fix Intel gpio driver Date: Mon, 3 Feb 2020 11:38:03 +0100 Message-Id: <20200203103806.29445-1-wolfgang.wall...@br-automation.com> Regards, Bin

Re: Re: [PATCH v2 0/3] gpio: intel_gpio: Fix Intel gpio driver

2020-02-03 Thread Andy Shevchenko
g and Simon Glass as CC). > > Does it look different for you? Yes, for example for this mail (initial cover letter above) I see only ML in To and none in Cc. from: Wolfgang Wallner via lists.denx.de to: u-boot@lists.denx.de date: Feb 3, 2020, 12:38 PM subject: [PATCH v2 0/3] gpio: intel_gpio: Fix

Antwort: Re: [PATCH v2 0/3] gpio: intel_gpio: Fix Intel gpio driver

2020-02-03 Thread Wolfgang Wallner
Hi Andy, > -"Andy Shevchenko" schrieb: - > On Mon, Feb 3, 2020 at 12:38 PM Wolfgang Wallner > wrote: > > > > > > This series fixes some issues in the Intel gpio driver. > > I have tested it on an Apollo Lake device, where U-Boot is booted as a > > coreboot payload. > > > When you send

Re: [PATCH v2 0/3] gpio: intel_gpio: Fix Intel gpio driver

2020-02-03 Thread Andy Shevchenko
On Mon, Feb 3, 2020 at 12:38 PM Wolfgang Wallner wrote: > > > This series fixes some issues in the Intel gpio driver. > I have tested it on an Apollo Lake device, where U-Boot is booted as a > coreboot payload. > When you send series, be sure you put all maintainers (not me, but like Bin) to

[PATCH v2 0/3] gpio: intel_gpio: Fix Intel gpio driver

2020-02-03 Thread Wolfgang Wallner
This series fixes some issues in the Intel gpio driver. I have tested it on an Apollo Lake device, where U-Boot is booted as a coreboot payload. Changes in v2: - Fixed typo in the commit description - Fixed the same error in both intel_gpio_direction_output() and intel_gpio_set_value() (Thanks