Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

bma023: Add SFI translation for this device

This needed the sfi IRQ 0xFF fix to go in first. It simply plumbs in the
bma023 driver with the firmware naming of it.

Signed-off-by: William Douglas <william.douglas@intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

William Douglas and committed by
Linus Torvalds
9f80d8b6 57e6319d

+1
+1
arch/x86/platform/mrst/mrst.c
··· 608 608 } 609 609 610 610 static const struct devs_id __initconst device_ids[] = { 611 + {"bma023", SFI_DEV_TYPE_I2C, 1, &no_platform_data}, 611 612 {"pmic_gpio", SFI_DEV_TYPE_SPI, 1, &pmic_gpio_platform_data}, 612 613 {"spi_max3111", SFI_DEV_TYPE_SPI, 0, &max3111_platform_data}, 613 614 {"i2c_max7315", SFI_DEV_TYPE_I2C, 1, &max7315_platform_data},