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.

i2c: i2c-elektor: Allow building on SMP kernels

In the past, the i2c-elektor driver was broken on SMP. Since then, there
appear to have been some fixes and cleanup work (as pointed out by Wolfram
Sang) to get rid of cli/sti usage and rely on spinlocks instead. Therefore,
let's allow building the driver on SMP kernels again.

I've tested this driver on an SMP kernel on an Alpha UP2000+ for a few days
without any problems.

Signed-off-by: Magnus Lindholm <linmag7@gmail.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

authored by

Magnus Lindholm and committed by
Wolfram Sang
621e57c3 2df3bf91

+1 -1
+1 -1
drivers/i2c/busses/Kconfig
··· 1474 1474 1475 1475 config I2C_ELEKTOR 1476 1476 tristate "Elektor ISA card" 1477 - depends on ISA && HAS_IOPORT_MAP && BROKEN_ON_SMP 1477 + depends on ISA && HAS_IOPORT_MAP 1478 1478 select I2C_ALGOPCF 1479 1479 help 1480 1480 This supports the PCF8584 ISA bus I2C adapter. Say Y if you own