From mboxrd@z Thu Jan 1 00:00:00 1970 From: maxime.ripard@free-electrons.com (Maxime Ripard) Date: Wed, 14 Dec 2011 11:01:14 +0100 Subject: [PATCH v13] AT91: Add a driver for the ADC Message-ID: <1323856877-18255-1-git-send-email-maxime.ripard@free-electrons.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, Working on supporting the hardware triggers for these drivers, I made some patches that Jonathan suggested I merge with this patchset. So, basically, what changed from v12: * Indentation fixes, added some comments * Rework of the platform data. Now the SoC-specific data are directly in the driver, as it was kind of odd to declare all the triggers for the driver in the SoC files. So the driver handles all of this now. It has nice side effects, as it will also ease the transition to DT. As it introduce heavy changes, I dropped the Acked-by and Signed-off-by from the two last patches. Maxime Cc: Nicolas Ferre Cc: Patrice Vilchez Cc: Thomas Petazzoni