[U-Boot] [PATCH v2] patman: separate emails in CC list with NULs

2019-10-22 Thread Dmitry Torokhov
There is a contributor in Linux kernel with a comma in their name, which confuses patman and results in invalid to- or cc- addresses on some patches. To avoid this, let's use \0 as a separator when generating cc file. Signed-off-by: Dmitry Torokhov --- Changes in v2: - updated test cas

[U-Boot] [PATCH] patman: separate emails in CC list with NULs

2019-10-18 Thread Dmitry Torokhov
There is a contributor in Linux kernel with a comma in their name, which confuses patman and results in invalid to- or cc- addresses on some patches. To avoid this, let's use \0 as a separator when generating cc file. Signed-off-by: Dmitry Torokhov --- tools/patman/patman.py | 2 +-

Re: [U-Boot] [PATCH v3] Input: keyboard - add device tree bindings for simple key matrixes

2012-01-03 Thread Dmitry Torokhov
On Tue, Jan 03, 2012 at 05:06:15PM +, Russell King - ARM Linux wrote: > On Tue, Jan 03, 2012 at 08:44:32AM -0800, Dmitry Torokhov wrote: > > On Tue, Jan 03, 2012 at 04:29:30PM +, Russell King - ARM Linux wrote: > > > On Tue, Jan 03, 2012 at 08:22:21AM -0800, Simon Glass

Re: [U-Boot] [PATCH v3] Input: keyboard - add device tree bindings for simple key matrixes

2012-01-03 Thread Dmitry Torokhov
On Tue, Jan 03, 2012 at 04:29:30PM +, Russell King - ARM Linux wrote: > On Tue, Jan 03, 2012 at 08:22:21AM -0800, Simon Glass wrote: > > Can the Linux key codes fit in 8 bits? > > That depends on your point of view. > > If you hack on X, then the answer is yes and you ignore the squeels of >