From: Simon Horman <[email protected]> Date: Tue, 17 Apr 2018 10:50:28 +0200
> From: Kazuya Mizuguchi <[email protected]> > > This patch corrects writing 1 to reserved bits. > The write value should be 0. > > Signed-off-by: Kazuya Mizuguchi <[email protected]> > Signed-off-by: Simon Horman <[email protected]> How are we ending up in situations where the driver is trying to write non-zero values to those fields in the first place? The places creating those values should be making sure that the reserved bits are never set. If you mask out the reserved bits in the register writing locations, this just hides bugs.
