From mboxrd@z Thu Jan 1 00:00:00 1970 From: edubezval@gmail.com (Eduardo Valentin) Date: Thu, 19 Jan 2017 20:23:25 -0800 Subject: [PATCH V9] thermal: bcm2835: add thermal driver for bcm2835 soc In-Reply-To: <20170120041400.GA24617@localhost.localdomain> References: <1483808145-6206-1-git-send-email-kernel@martin.sperl.org> <20170120041400.GA24617@localhost.localdomain> Message-ID: <20170120042323.GA6651@localhost.localdomain> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Jan 19, 2017 at 08:14:02PM -0800, Eduardo Valentin wrote: > Hello Martin, > > On Sat, Jan 07, 2017 at 04:55:45PM +0000, kernel at martin.sperl.org wrote: > > From: Martin Sperl > > > > Add basic thermal driver for bcm2835 SOC. > > > > This driver currently relies on the firmware setting up the > > tsense HW block and does not set it up itself. > > > > Signed-off-by: Martin Sperl > > Acked-by: Eric Anholt > > Acked-by: Stefan Wahren > > > > Also, I am getting this warn from sparse: drivers/thermal/bcm2835_thermal.c:110:16: warning: cast truncates bits from constant value (3ffffffffff00 becomes ffffff00) drivers/thermal/bcm2835_thermal.c:134:16: warning: cast truncates bits from constant value (3ffffffffff becomes ffffffff) Have you seen this?