Merge branch 'drm-tda998x-devel' of git://git.armlinux.org.uk/~rmk/linux-arm into drm-next
Please incorporate support for TDA998x I2C driver CEC Signed-off-by: Dave Airlie <airlied@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180424095456.GA32460@rmk-PC.armlinux.org.uk
This commit is contained in:
16
include/linux/platform_data/tda9950.h
Normal file
16
include/linux/platform_data/tda9950.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef LINUX_PLATFORM_DATA_TDA9950_H
|
||||
#define LINUX_PLATFORM_DATA_TDA9950_H
|
||||
|
||||
struct device;
|
||||
|
||||
struct tda9950_glue {
|
||||
struct device *parent;
|
||||
unsigned long irq_flags;
|
||||
void *data;
|
||||
int (*init)(void *);
|
||||
void (*exit)(void *);
|
||||
int (*open)(void *);
|
||||
void (*release)(void *);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user