mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 18:21:49 +00:00
dbd3a87095
In order to support multiple ST platform devices, a new symbol 'st_get_plat_device' earlier needed to be exported by the arch/XX/brd-XX.c file which intends to add the ST platform device. On removing this dependency, now inside ST driver maintain the array of ST platform devices that would be registered. As of now let id=0, as and when we end up having such platforms where mutliple ST devices can exist, id would come from protocol drivers (BT, FM and GPS) as to on which platform device they want to register to. Signed-off-by: Pavan Savoy <pavan_savoy@ti.com> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> |
||
---|---|---|
.. | ||
bt_drv.c | ||
bt_drv.h | ||
fm.h | ||
Kconfig | ||
Makefile | ||
st_core.c | ||
st_core.h | ||
st_kim.c | ||
st_kim.h | ||
st_ll.c | ||
st_ll.h | ||
st.h | ||
sysfs-uim | ||
TODO |