Re: [PATCH v1 8/8] watchdog: f71808e_wdt: rename variant-independent identifiers appropriately

2020-07-13 Thread Ahmad Fatoum
On 6/30/20 11:29 PM, Guenter Roeck wrote: > On Thu, Jun 11, 2020 at 09:17:49PM +0200, Ahmad Fatoum wrote: >> Code for the common parts of the driver, either uses watchdog_ as >> prefix for the watchdog API or f71808e_ for everything else. >> >> The driver now supports 9 more variants besides the

Re: [PATCH v1 8/8] watchdog: f71808e_wdt: rename variant-independent identifiers appropriately

2020-06-30 Thread Guenter Roeck
On Thu, Jun 11, 2020 at 09:17:49PM +0200, Ahmad Fatoum wrote: > Code for the common parts of the driver, either uses watchdog_ as > prefix for the watchdog API or f71808e_ for everything else. > > The driver now supports 9 more variants besides the f71808e, > so let's rename the common parts to st

Re: [PATCH v1 8/8] watchdog: f71808e_wdt: rename variant-independent identifiers appropriately

2020-06-11 Thread kernel test robot
Hi Ahmad, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on hwmon/hwmon-next] [also build test WARNING on linus/master linux/master v5.7 next-20200611] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also

[PATCH v1 8/8] watchdog: f71808e_wdt: rename variant-independent identifiers appropriately

2020-06-11 Thread Ahmad Fatoum
Code for the common parts of the driver, either uses watchdog_ as prefix for the watchdog API or f71808e_ for everything else. The driver now supports 9 more variants besides the f71808e, so let's rename the common parts to start with fintek_ instead. This makes code browsing easier, because it's