Merge tag 'v3.7-rc8' into spi/next

Linux 3.7-rc8
This commit is contained in:
Grant Likely
2012-12-07 17:02:47 +00:00
487 changed files with 5178 additions and 3086 deletions

View File

@@ -46,8 +46,9 @@ struct ads7846_platform_data {
u16 debounce_rep; /* additional consecutive good readings
* required after the first two */
int gpio_pendown; /* the GPIO used to decide the pendown
* state if get_pendown_state == NULL
*/
* state if get_pendown_state == NULL */
int gpio_pendown_debounce; /* platform specific debounce time for
* the gpio_pendown */
int (*get_pendown_state)(void);
int (*filter_init) (const struct ads7846_platform_data *pdata,
void **filter_data);