Re: [PATCH v2] mfd: lpc_ich: Separate device cells for clarity

2015-09-23 Thread Aaron Sierra
- Original Message - > From: "Lee Jones" > Sent: Tuesday, September 22, 2015 7:31:19 PM > > On Tue, 22 Sep 2015, Aaron Sierra wrote: > > > The lpc_ich_cells array gives the wrong impression about the > > relationship between the watchdog and GPIO devices. They are > > completely distinct

Re: [PATCH v2] mfd: lpc_ich: Separate device cells for clarity

2015-09-22 Thread Lee Jones
On Tue, 22 Sep 2015, Aaron Sierra wrote: > The lpc_ich_cells array gives the wrong impression about the > relationship between the watchdog and GPIO devices. They are > completely distinct devices, so this patch separates the > array into distinct mfd_cell structs per device. > > A side effect of