]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/spi/orion_spi.c
lis3: reorder functions to make forward decl obsolete
[karo-tx-linux.git] / drivers / spi / orion_spi.c
index b872bfaf4bd2c0e4706c1551db8da94324622983..c8b0babdc2a6f346466cf90a9eed21e261be6e68 100644 (file)
@@ -364,6 +364,11 @@ static int orion_spi_setup(struct spi_device *spi)
                return -EINVAL;
        }
 
+       /* Fix ac timing if required.   */
+       if (orion_spi->spi_info->enable_clock_fix)
+               orion_spi_setbits(orion_spi, ORION_SPI_IF_CONFIG_REG,
+                                 (1 << 14));
+
        if (spi->bits_per_word == 0)
                spi->bits_per_word = 8;
 
@@ -491,7 +496,7 @@ static int __init orion_spi_probe(struct platform_device *pdev)
        }
 
        if (!request_mem_region(r->start, (r->end - r->start) + 1,
-                               pdev->dev.bus_id)) {
+                               dev_name(&pdev->dev))) {
                status = -EBUSY;
                goto out;
        }