Re: [PATCH v2 00/10] Random cleanup patches

2022-06-03 Thread Bernhard Beschow
On Sat, May 21, 2022 at 11:55 AM Mark Cave-Ayland < mark.cave-ayl...@ilande.co.uk> wrote: > On 20/05/2022 19:00, Bernhard Beschow wrote: > > > v2: > > * Omit removal of isa_connect_gpio_out() (Mark) > > > > v1: > > This patch series contains random cleanups that I made while studying > the code. >

Re: [PATCH v2 00/10] Random cleanup patches

2022-05-23 Thread Daniel Henrique Barboza
On 5/21/22 06:55, Mark Cave-Ayland wrote: On 20/05/2022 19:00, Bernhard Beschow wrote: v2: * Omit removal of isa_connect_gpio_out() (Mark) v1: This patch series contains random cleanups that I made while studying the code. Bernhard Beschow (10):    hw: Reuse TYPE_I8042 define    hw/audio/c

Re: [PATCH v2 00/10] Random cleanup patches

2022-05-21 Thread Mark Cave-Ayland
On 20/05/2022 19:00, Bernhard Beschow wrote: v2: * Omit removal of isa_connect_gpio_out() (Mark) v1: This patch series contains random cleanups that I made while studying the code. Bernhard Beschow (10): hw: Reuse TYPE_I8042 define hw/audio/cs4231a: Const'ify global tables hw/i386/pc:

[PATCH v2 00/10] Random cleanup patches

2022-05-20 Thread Bernhard Beschow
v2: * Omit removal of isa_connect_gpio_out() (Mark) v1: This patch series contains random cleanups that I made while studying the code. Bernhard Beschow (10): hw: Reuse TYPE_I8042 define hw/audio/cs4231a: Const'ify global tables hw/i386/pc: Unexport PC_CPU_MODEL_IDS macro hw/i386/pc: Unex