123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749 |
- /*
- * Copyright (C) 2005 Stephen Street / StreetFire Sound Labs
- * Copyright (C) 2013, Intel Corporation
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
- #include <linux/bitops.h>
- #include <linux/init.h>
- #include <linux/module.h>
- #include <linux/device.h>
- #include <linux/ioport.h>
- #include <linux/errno.h>
- #include <linux/err.h>
- #include <linux/interrupt.h>
- #include <linux/kernel.h>
- #include <linux/pci.h>
- #include <linux/platform_device.h>
- #include <linux/spi/pxa2xx_spi.h>
- #include <linux/spi/spi.h>
- #include <linux/delay.h>
- #include <linux/gpio.h>
- #include <linux/slab.h>
- #include <linux/clk.h>
- #include <linux/pm_runtime.h>
- #include <linux/acpi.h>
- #include "spi-pxa2xx.h"
- MODULE_AUTHOR("Stephen Street");
- MODULE_DESCRIPTION("PXA2xx SSP SPI Controller");
- MODULE_LICENSE("GPL");
- MODULE_ALIAS("platform:pxa2xx-spi");
- #define TIMOUT_DFLT 1000
- /*
- * for testing SSCR1 changes that require SSP restart, basically
- * everything except the service and interrupt enables, the pxa270 developer
- * manual says only SSCR1_SCFR, SSCR1_SPH, SSCR1_SPO need to be in this
- * list, but the PXA255 dev man says all bits without really meaning the
- * service and interrupt enables
- */
- #define SSCR1_CHANGE_MASK (SSCR1_TTELP | SSCR1_TTE | SSCR1_SCFR \
- | SSCR1_ECRA | SSCR1_ECRB | SSCR1_SCLKDIR \
- | SSCR1_SFRMDIR | SSCR1_RWOT | SSCR1_TRAIL \
- | SSCR1_IFS | SSCR1_STRF | SSCR1_EFWR \
- | SSCR1_RFT | SSCR1_TFT | SSCR1_MWDS \
- | SSCR1_SPH | SSCR1_SPO | SSCR1_LBM)
- #define QUARK_X1000_SSCR1_CHANGE_MASK (QUARK_X1000_SSCR1_STRF \
- | QUARK_X1000_SSCR1_EFWR \
- | QUARK_X1000_SSCR1_RFT \
- | QUARK_X1000_SSCR1_TFT \
- | SSCR1_SPH | SSCR1_SPO | SSCR1_LBM)
- #define LPSS_GENERAL_REG_RXTO_HOLDOFF_DISABLE BIT(24)
- #define LPSS_CS_CONTROL_SW_MODE BIT(0)
- #define LPSS_CS_CONTROL_CS_HIGH BIT(1)
- #define LPSS_CS_CONTROL_CS_SEL_SHIFT 8
- #define LPSS_CS_CONTROL_CS_SEL_MASK (3 << LPSS_CS_CONTROL_CS_SEL_SHIFT)
- #define LPSS_CAPS_CS_EN_SHIFT 9
- #define LPSS_CAPS_CS_EN_MASK (0xf << LPSS_CAPS_CS_EN_SHIFT)
- struct lpss_config {
- /* LPSS offset from drv_data->ioaddr */
- unsigned offset;
- /* Register offsets from drv_data->lpss_base or -1 */
- int reg_general;
- int reg_ssp;
- int reg_cs_ctrl;
- int reg_capabilities;
- /* FIFO thresholds */
- u32 rx_threshold;
- u32 tx_threshold_lo;
- u32 tx_threshold_hi;
- };
- /* Keep these sorted with enum pxa_ssp_type */
- static const struct lpss_config lpss_platforms[] = {
- { /* LPSS_LPT_SSP */
- .offset = 0x800,
- .reg_general = 0x08,
- .reg_ssp = 0x0c,
- .reg_cs_ctrl = 0x18,
- .reg_capabilities = -1,
- .rx_threshold = 64,
- .tx_threshold_lo = 160,
- .tx_threshold_hi = 224,
- },
- { /* LPSS_BYT_SSP */
- .offset = 0x400,
- .reg_general = 0x08,
- .reg_ssp = 0x0c,
- .reg_cs_ctrl = 0x18,
- .reg_capabilities = -1,
- .rx_threshold = 64,
- .tx_threshold_lo = 160,
- .tx_threshold_hi = 224,
- },
- { /* LPSS_SPT_SSP */
- .offset = 0x200,
- .reg_general = -1,
- .reg_ssp = 0x20,
- .reg_cs_ctrl = 0x24,
- .reg_capabilities = -1,
- .rx_threshold = 1,
- .tx_threshold_lo = 32,
- .tx_threshold_hi = 56,
- },
- { /* LPSS_BXT_SSP */
- .offset = 0x200,
- .reg_general = -1,
- .reg_ssp = 0x20,
- .reg_cs_ctrl = 0x24,
- .reg_capabilities = 0xfc,
- .rx_threshold = 1,
- .tx_threshold_lo = 16,
- .tx_threshold_hi = 48,
- },
- };
- static inline const struct lpss_config
- *lpss_get_config(const struct driver_data *drv_data)
- {
- return &lpss_platforms[drv_data->ssp_type - LPSS_LPT_SSP];
- }
- static bool is_lpss_ssp(const struct driver_data *drv_data)
- {
- switch (drv_data->ssp_type) {
- case LPSS_LPT_SSP:
- case LPSS_BYT_SSP:
- case LPSS_SPT_SSP:
- case LPSS_BXT_SSP:
- return true;
- default:
- return false;
- }
- }
- static bool is_quark_x1000_ssp(const struct driver_data *drv_data)
- {
- return drv_data->ssp_type == QUARK_X1000_SSP;
- }
- static u32 pxa2xx_spi_get_ssrc1_change_mask(const struct driver_data *drv_data)
- {
- switch (drv_data->ssp_type) {
- case QUARK_X1000_SSP:
- return QUARK_X1000_SSCR1_CHANGE_MASK;
- default:
- return SSCR1_CHANGE_MASK;
- }
- }
- static u32
- pxa2xx_spi_get_rx_default_thre(const struct driver_data *drv_data)
- {
- switch (drv_data->ssp_type) {
- case QUARK_X1000_SSP:
- return RX_THRESH_QUARK_X1000_DFLT;
- default:
- return RX_THRESH_DFLT;
- }
- }
- static bool pxa2xx_spi_txfifo_full(const struct driver_data *drv_data)
- {
- u32 mask;
- switch (drv_data->ssp_type) {
- case QUARK_X1000_SSP:
- mask = QUARK_X1000_SSSR_TFL_MASK;
- break;
- default:
- mask = SSSR_TFL_MASK;
- break;
- }
- return (pxa2xx_spi_read(drv_data, SSSR) & mask) == mask;
- }
- static void pxa2xx_spi_clear_rx_thre(const struct driver_data *drv_data,
- u32 *sccr1_reg)
- {
- u32 mask;
- switch (drv_data->ssp_type) {
- case QUARK_X1000_SSP:
- mask = QUARK_X1000_SSCR1_RFT;
- break;
- default:
- mask = SSCR1_RFT;
- break;
- }
- *sccr1_reg &= ~mask;
- }
- static void pxa2xx_spi_set_rx_thre(const struct driver_data *drv_data,
- u32 *sccr1_reg, u32 threshold)
- {
- switch (drv_data->ssp_type) {
- case QUARK_X1000_SSP:
- *sccr1_reg |= QUARK_X1000_SSCR1_RxTresh(threshold);
- break;
- default:
- *sccr1_reg |= SSCR1_RxTresh(threshold);
- break;
- }
- }
- static u32 pxa2xx_configure_sscr0(const struct driver_data *drv_data,
- u32 clk_div, u8 bits)
- {
- switch (drv_data->ssp_type) {
- case QUARK_X1000_SSP:
- return clk_div
- | QUARK_X1000_SSCR0_Motorola
- | QUARK_X1000_SSCR0_DataSize(bits > 32 ? 8 : bits)
- | SSCR0_SSE;
- default:
- return clk_div
- | SSCR0_Motorola
- | SSCR0_DataSize(bits > 16 ? bits - 16 : bits)
- | SSCR0_SSE
- | (bits > 16 ? SSCR0_EDSS : 0);
- }
- }
- /*
- * Read and write LPSS SSP private registers. Caller must first check that
- * is_lpss_ssp() returns true before these can be called.
- */
- static u32 __lpss_ssp_read_priv(struct driver_data *drv_data, unsigned offset)
- {
- WARN_ON(!drv_data->lpss_base);
- return readl(drv_data->lpss_base + offset);
- }
- static void __lpss_ssp_write_priv(struct driver_data *drv_data,
- unsigned offset, u32 value)
- {
- WARN_ON(!drv_data->lpss_base);
- writel(value, drv_data->lpss_base + offset);
- }
- /*
- * lpss_ssp_setup - perform LPSS SSP specific setup
- * @drv_data: pointer to the driver private data
- *
- * Perform LPSS SSP specific setup. This function must be called first if
- * one is going to use LPSS SSP private registers.
- */
- static void lpss_ssp_setup(struct driver_data *drv_data)
- {
- const struct lpss_config *config;
- u32 value;
- config = lpss_get_config(drv_data);
- drv_data->lpss_base = drv_data->ioaddr + config->offset;
- /* Enable software chip select control */
- value = __lpss_ssp_read_priv(drv_data, config->reg_cs_ctrl);
- value &= ~(LPSS_CS_CONTROL_SW_MODE | LPSS_CS_CONTROL_CS_HIGH);
- value |= LPSS_CS_CONTROL_SW_MODE | LPSS_CS_CONTROL_CS_HIGH;
- __lpss_ssp_write_priv(drv_data, config->reg_cs_ctrl, value);
- /* Enable multiblock DMA transfers */
- if (drv_data->master_info->enable_dma) {
- __lpss_ssp_write_priv(drv_data, config->reg_ssp, 1);
- if (config->reg_general >= 0) {
- value = __lpss_ssp_read_priv(drv_data,
- config->reg_general);
- value |= LPSS_GENERAL_REG_RXTO_HOLDOFF_DISABLE;
- __lpss_ssp_write_priv(drv_data,
- config->reg_general, value);
- }
- }
- }
- static void lpss_ssp_cs_control(struct driver_data *drv_data, bool enable)
- {
- const struct lpss_config *config;
- u32 value, cs;
- config = lpss_get_config(drv_data);
- value = __lpss_ssp_read_priv(drv_data, config->reg_cs_ctrl);
- if (enable) {
- cs = drv_data->cur_msg->spi->chip_select;
- cs <<= LPSS_CS_CONTROL_CS_SEL_SHIFT;
- if (cs != (value & LPSS_CS_CONTROL_CS_SEL_MASK)) {
- /*
- * When switching another chip select output active
- * the output must be selected first and wait 2 ssp_clk
- * cycles before changing state to active. Otherwise
- * a short glitch will occur on the previous chip
- * select since output select is latched but state
- * control is not.
- */
- value &= ~LPSS_CS_CONTROL_CS_SEL_MASK;
- value |= cs;
- __lpss_ssp_write_priv(drv_data,
- config->reg_cs_ctrl, value);
- ndelay(1000000000 /
- (drv_data->master->max_speed_hz / 2));
- }
- value &= ~LPSS_CS_CONTROL_CS_HIGH;
- } else {
- value |= LPSS_CS_CONTROL_CS_HIGH;
- }
- __lpss_ssp_write_priv(drv_data, config->reg_cs_ctrl, value);
- }
- static void cs_assert(struct driver_data *drv_data)
- {
- struct chip_data *chip = drv_data->cur_chip;
- if (drv_data->ssp_type == CE4100_SSP) {
- pxa2xx_spi_write(drv_data, SSSR, drv_data->cur_chip->frm);
- return;
- }
- if (chip->cs_control) {
- chip->cs_control(PXA2XX_CS_ASSERT);
- return;
- }
- if (gpio_is_valid(chip->gpio_cs)) {
- gpio_set_value(chip->gpio_cs, chip->gpio_cs_inverted);
- return;
- }
- if (is_lpss_ssp(drv_data))
- lpss_ssp_cs_control(drv_data, true);
- }
- static void cs_deassert(struct driver_data *drv_data)
- {
- struct chip_data *chip = drv_data->cur_chip;
- if (drv_data->ssp_type == CE4100_SSP)
- return;
- if (chip->cs_control) {
- chip->cs_control(PXA2XX_CS_DEASSERT);
- return;
- }
- if (gpio_is_valid(chip->gpio_cs)) {
- gpio_set_value(chip->gpio_cs, !chip->gpio_cs_inverted);
- return;
- }
- if (is_lpss_ssp(drv_data))
- lpss_ssp_cs_control(drv_data, false);
- }
- int pxa2xx_spi_flush(struct driver_data *drv_data)
- {
- unsigned long limit = loops_per_jiffy << 1;
- do {
- while (pxa2xx_spi_read(drv_data, SSSR) & SSSR_RNE)
- pxa2xx_spi_read(drv_data, SSDR);
- } while ((pxa2xx_spi_read(drv_data, SSSR) & SSSR_BSY) && --limit);
- write_SSSR_CS(drv_data, SSSR_ROR);
- return limit;
- }
- static int null_writer(struct driver_data *drv_data)
- {
- u8 n_bytes = drv_data->n_bytes;
- if (pxa2xx_spi_txfifo_full(drv_data)
- || (drv_data->tx == drv_data->tx_end))
- return 0;
- pxa2xx_spi_write(drv_data, SSDR, 0);
- drv_data->tx += n_bytes;
- return 1;
- }
- static int null_reader(struct driver_data *drv_data)
- {
- u8 n_bytes = drv_data->n_bytes;
- while ((pxa2xx_spi_read(drv_data, SSSR) & SSSR_RNE)
- && (drv_data->rx < drv_data->rx_end)) {
- pxa2xx_spi_read(drv_data, SSDR);
- drv_data->rx += n_bytes;
- }
- return drv_data->rx == drv_data->rx_end;
- }
- static int u8_writer(struct driver_data *drv_data)
- {
- if (pxa2xx_spi_txfifo_full(drv_data)
- || (drv_data->tx == drv_data->tx_end))
- return 0;
- pxa2xx_spi_write(drv_data, SSDR, *(u8 *)(drv_data->tx));
- ++drv_data->tx;
- return 1;
- }
- static int u8_reader(struct driver_data *drv_data)
- {
- while ((pxa2xx_spi_read(drv_data, SSSR) & SSSR_RNE)
- && (drv_data->rx < drv_data->rx_end)) {
- *(u8 *)(drv_data->rx) = pxa2xx_spi_read(drv_data, SSDR);
- ++drv_data->rx;
- }
- return drv_data->rx == drv_data->rx_end;
- }
- static int u16_writer(struct driver_data *drv_data)
- {
- if (pxa2xx_spi_txfifo_full(drv_data)
- || (drv_data->tx == drv_data->tx_end))
- return 0;
- pxa2xx_spi_write(drv_data, SSDR, *(u16 *)(drv_data->tx));
- drv_data->tx += 2;
- return 1;
- }
- static int u16_reader(struct driver_data *drv_data)
- {
- while ((pxa2xx_spi_read(drv_data, SSSR) & SSSR_RNE)
- && (drv_data->rx < drv_data->rx_end)) {
- *(u16 *)(drv_data->rx) = pxa2xx_spi_read(drv_data, SSDR);
- drv_data->rx += 2;
- }
- return drv_data->rx == drv_data->rx_end;
- }
- static int u32_writer(struct driver_data *drv_data)
- {
- if (pxa2xx_spi_txfifo_full(drv_data)
- || (drv_data->tx == drv_data->tx_end))
- return 0;
- pxa2xx_spi_write(drv_data, SSDR, *(u32 *)(drv_data->tx));
- drv_data->tx += 4;
- return 1;
- }
- static int u32_reader(struct driver_data *drv_data)
- {
- while ((pxa2xx_spi_read(drv_data, SSSR) & SSSR_RNE)
- && (drv_data->rx < drv_data->rx_end)) {
- *(u32 *)(drv_data->rx) = pxa2xx_spi_read(drv_data, SSDR);
- drv_data->rx += 4;
- }
- return drv_data->rx == drv_data->rx_end;
- }
- void *pxa2xx_spi_next_transfer(struct driver_data *drv_data)
- {
- struct spi_message *msg = drv_data->cur_msg;
- struct spi_transfer *trans = drv_data->cur_transfer;
- /* Move to next transfer */
- if (trans->transfer_list.next != &msg->transfers) {
- drv_data->cur_transfer =
- list_entry(trans->transfer_list.next,
- struct spi_transfer,
- transfer_list);
- return RUNNING_STATE;
- } else
- return DONE_STATE;
- }
- /* caller already set message->status; dma and pio irqs are blocked */
- static void giveback(struct driver_data *drv_data)
- {
- struct spi_transfer* last_transfer;
- struct spi_message *msg;
- msg = drv_data->cur_msg;
- drv_data->cur_msg = NULL;
- drv_data->cur_transfer = NULL;
- last_transfer = list_last_entry(&msg->transfers, struct spi_transfer,
- transfer_list);
- /* Delay if requested before any change in chip select */
- if (last_transfer->delay_usecs)
- udelay(last_transfer->delay_usecs);
- /* Drop chip select UNLESS cs_change is true or we are returning
- * a message with an error, or next message is for another chip
- */
- if (!last_transfer->cs_change)
- cs_deassert(drv_data);
- else {
- struct spi_message *next_msg;
- /* Holding of cs was hinted, but we need to make sure
- * the next message is for the same chip. Don't waste
- * time with the following tests unless this was hinted.
- *
- * We cannot postpone this until pump_messages, because
- * after calling msg->complete (below) the driver that
- * sent the current message could be unloaded, which
- * could invalidate the cs_control() callback...
- */
- /* get a pointer to the next message, if any */
- next_msg = spi_get_next_queued_message(drv_data->master);
- /* see if the next and current messages point
- * to the same chip
- */
- if (next_msg && next_msg->spi != msg->spi)
- next_msg = NULL;
- if (!next_msg || msg->state == ERROR_STATE)
- cs_deassert(drv_data);
- }
- drv_data->cur_chip = NULL;
- spi_finalize_current_message(drv_data->master);
- }
- static void reset_sccr1(struct driver_data *drv_data)
- {
- struct chip_data *chip = drv_data->cur_chip;
- u32 sccr1_reg;
- sccr1_reg = pxa2xx_spi_read(drv_data, SSCR1) & ~drv_data->int_cr1;
- switch (drv_data->ssp_type) {
- case QUARK_X1000_SSP:
- sccr1_reg &= ~QUARK_X1000_SSCR1_RFT;
- break;
- default:
- sccr1_reg &= ~SSCR1_RFT;
- break;
- }
- sccr1_reg |= chip->threshold;
- pxa2xx_spi_write(drv_data, SSCR1, sccr1_reg);
- }
- static void int_error_stop(struct driver_data *drv_data, const char* msg)
- {
- /* Stop and reset SSP */
- write_SSSR_CS(drv_data, drv_data->clear_sr);
- reset_sccr1(drv_data);
- if (!pxa25x_ssp_comp(drv_data))
- pxa2xx_spi_write(drv_data, SSTO, 0);
- pxa2xx_spi_flush(drv_data);
- pxa2xx_spi_write(drv_data, SSCR0,
- pxa2xx_spi_read(drv_data, SSCR0) & ~SSCR0_SSE);
- dev_err(&drv_data->pdev->dev, "%s\n", msg);
- drv_data->cur_msg->state = ERROR_STATE;
- tasklet_schedule(&drv_data->pump_transfers);
- }
- static void int_transfer_complete(struct driver_data *drv_data)
- {
- /* Stop SSP */
- write_SSSR_CS(drv_data, drv_data->clear_sr);
- reset_sccr1(drv_data);
- if (!pxa25x_ssp_comp(drv_data))
- pxa2xx_spi_write(drv_data, SSTO, 0);
- /* Update total byte transferred return count actual bytes read */
- drv_data->cur_msg->actual_length += drv_data->len -
- (drv_data->rx_end - drv_data->rx);
- /* Transfer delays and chip select release are
- * handled in pump_transfers or giveback
- */
- /* Move to next transfer */
- drv_data->cur_msg->state = pxa2xx_spi_next_transfer(drv_data);
- /* Schedule transfer tasklet */
- tasklet_schedule(&drv_data->pump_transfers);
- }
- static irqreturn_t interrupt_transfer(struct driver_data *drv_data)
- {
- u32 irq_mask = (pxa2xx_spi_read(drv_data, SSCR1) & SSCR1_TIE) ?
- drv_data->mask_sr : drv_data->mask_sr & ~SSSR_TFS;
- u32 irq_status = pxa2xx_spi_read(drv_data, SSSR) & irq_mask;
- if (irq_status & SSSR_ROR) {
- int_error_stop(drv_data, "interrupt_transfer: fifo overrun");
- return IRQ_HANDLED;
- }
- if (irq_status & SSSR_TINT) {
- pxa2xx_spi_write(drv_data, SSSR, SSSR_TINT);
- if (drv_data->read(drv_data)) {
- int_transfer_complete(drv_data);
- return IRQ_HANDLED;
- }
- }
- /* Drain rx fifo, Fill tx fifo and prevent overruns */
- do {
- if (drv_data->read(drv_data)) {
- int_transfer_complete(drv_data);
- return IRQ_HANDLED;
- }
- } while (drv_data->write(drv_data));
- if (drv_data->read(drv_data)) {
- int_transfer_complete(drv_data);
- return IRQ_HANDLED;
- }
- if (drv_data->tx == drv_data->tx_end) {
- u32 bytes_left;
- u32 sccr1_reg;
- sccr1_reg = pxa2xx_spi_read(drv_data, SSCR1);
- sccr1_reg &= ~SSCR1_TIE;
- /*
- * PXA25x_SSP has no timeout, set up rx threshould for the
- * remaining RX bytes.
- */
- if (pxa25x_ssp_comp(drv_data)) {
- u32 rx_thre;
- pxa2xx_spi_clear_rx_thre(drv_data, &sccr1_reg);
- bytes_left = drv_data->rx_end - drv_data->rx;
- switch (drv_data->n_bytes) {
- case 4:
- bytes_left >>= 1;
- case 2:
- bytes_left >>= 1;
- }
- rx_thre = pxa2xx_spi_get_rx_default_thre(drv_data);
- if (rx_thre > bytes_left)
- rx_thre = bytes_left;
- pxa2xx_spi_set_rx_thre(drv_data, &sccr1_reg, rx_thre);
- }
- pxa2xx_spi_write(drv_data, SSCR1, sccr1_reg);
- }
- /* We did something */
- return IRQ_HANDLED;
- }
- static irqreturn_t ssp_int(int irq, void *dev_id)
- {
- struct driver_data *drv_data = dev_id;
- u32 sccr1_reg;
- u32 mask = drv_data->mask_sr;
- u32 status;
- /*
- * The IRQ might be shared with other peripherals so we must first
- * check that are we RPM suspended or not. If we are we assume that
- * the IRQ was not for us (we shouldn't be RPM suspended when the
- * interrupt is enabled).
- */
- if (pm_runtime_suspended(&drv_data->pdev->dev))
- return IRQ_NONE;
- /*
- * If the device is not yet in RPM suspended state and we get an
- * interrupt that is meant for another device, check if status bits
- * are all set to one. That means that the device is already
- * powered off.
- */
- status = pxa2xx_spi_read(drv_data, SSSR);
- if (status == ~0)
- return IRQ_NONE;
- sccr1_reg = pxa2xx_spi_read(drv_data, SSCR1);
- /* Ignore possible writes if we don't need to write */
- if (!(sccr1_reg & SSCR1_TIE))
- mask &= ~SSSR_TFS;
- /* Ignore RX timeout interrupt if it is disabled */
- if (!(sccr1_reg & SSCR1_TINTE))
- mask &= ~SSSR_TINT;
- if (!(status & mask))
- return IRQ_NONE;
- if (!drv_data->cur_msg) {
- pxa2xx_spi_write(drv_data, SSCR0,
- pxa2xx_spi_read(drv_data, SSCR0)
- & ~SSCR0_SSE);
- pxa2xx_spi_write(drv_data, SSCR1,
- pxa2xx_spi_read(drv_data, SSCR1)
- & ~drv_data->int_cr1);
- if (!pxa25x_ssp_comp(drv_data))
- pxa2xx_spi_write(drv_data, SSTO, 0);
- write_SSSR_CS(drv_data, drv_data->clear_sr);
- dev_err(&drv_data->pdev->dev,
- "bad message state in interrupt handler\n");
- /* Never fail */
- return IRQ_HANDLED;
- }
- return drv_data->transfer_handler(drv_data);
- }
- /*
- * The Quark SPI has an additional 24 bit register (DDS_CLK_RATE) to multiply
- * input frequency by fractions of 2^24. It also has a divider by 5.
- *
- * There are formulas to get baud rate value for given input frequency and
- * divider parameters, such as DDS_CLK_RATE and SCR:
- *
- * Fsys = 200MHz
- *
- * Fssp = Fsys * DDS_CLK_RATE / 2^24 (1)
- * Baud rate = Fsclk = Fssp / (2 * (SCR + 1)) (2)
- *
- * DDS_CLK_RATE either 2^n or 2^n / 5.
- * SCR is in range 0 .. 255
- *
- * Divisor = 5^i * 2^j * 2 * k
- * i = [0, 1] i = 1 iff j = 0 or j > 3
- * j = [0, 23] j = 0 iff i = 1
- * k = [1, 256]
- * Special case: j = 0, i = 1: Divisor = 2 / 5
- *
- * Accordingly to the specification the recommended values for DDS_CLK_RATE
- * are:
- * Case 1: 2^n, n = [0, 23]
- * Case 2: 2^24 * 2 / 5 (0x666666)
- * Case 3: less than or equal to 2^24 / 5 / 16 (0x33333)
- *
- * In all cases the lowest possible value is better.
- *
- * The function calculates parameters for all cases and chooses the one closest
- * to the asked baud rate.
- */
- static unsigned int quark_x1000_get_clk_div(int rate, u32 *dds)
- {
- unsigned long xtal = 200000000;
- unsigned long fref = xtal / 2; /* mandatory division by 2,
- see (2) */
- /* case 3 */
- unsigned long fref1 = fref / 2; /* case 1 */
- unsigned long fref2 = fref * 2 / 5; /* case 2 */
- unsigned long scale;
- unsigned long q, q1, q2;
- long r, r1, r2;
- u32 mul;
- /* Case 1 */
- /* Set initial value for DDS_CLK_RATE */
- mul = (1 << 24) >> 1;
- /* Calculate initial quot */
- q1 = DIV_ROUND_UP(fref1, rate);
- /* Scale q1 if it's too big */
- if (q1 > 256) {
- /* Scale q1 to range [1, 512] */
- scale = fls_long(q1 - 1);
- if (scale > 9) {
- q1 >>= scale - 9;
- mul >>= scale - 9;
- }
- /* Round the result if we have a remainder */
- q1 += q1 & 1;
- }
- /* Decrease DDS_CLK_RATE as much as we can without loss in precision */
- scale = __ffs(q1);
- q1 >>= scale;
- mul >>= scale;
- /* Get the remainder */
- r1 = abs(fref1 / (1 << (24 - fls_long(mul))) / q1 - rate);
- /* Case 2 */
- q2 = DIV_ROUND_UP(fref2, rate);
- r2 = abs(fref2 / q2 - rate);
- /*
- * Choose the best between two: less remainder we have the better. We
- * can't go case 2 if q2 is greater than 256 since SCR register can
- * hold only values 0 .. 255.
- */
- if (r2 >= r1 || q2 > 256) {
- /* case 1 is better */
- r = r1;
- q = q1;
- } else {
- /* case 2 is better */
- r = r2;
- q = q2;
- mul = (1 << 24) * 2 / 5;
- }
- /* Check case 3 only if the divisor is big enough */
- if (fref / rate >= 80) {
- u64 fssp;
- u32 m;
- /* Calculate initial quot */
- q1 = DIV_ROUND_UP(fref, rate);
- m = (1 << 24) / q1;
- /* Get the remainder */
- fssp = (u64)fref * m;
- do_div(fssp, 1 << 24);
- r1 = abs(fssp - rate);
- /* Choose this one if it suits better */
- if (r1 < r) {
- /* case 3 is better */
- q = 1;
- mul = m;
- }
- }
- *dds = mul;
- return q - 1;
- }
- static unsigned int ssp_get_clk_div(struct driver_data *drv_data, int rate)
- {
- unsigned long ssp_clk = drv_data->master->max_speed_hz;
- const struct ssp_device *ssp = drv_data->ssp;
- rate = min_t(int, ssp_clk, rate);
- if (ssp->type == PXA25x_SSP || ssp->type == CE4100_SSP)
- return (ssp_clk / (2 * rate) - 1) & 0xff;
- else
- return (ssp_clk / rate - 1) & 0xfff;
- }
- static unsigned int pxa2xx_ssp_get_clk_div(struct driver_data *drv_data,
- int rate)
- {
- struct chip_data *chip = drv_data->cur_chip;
- unsigned int clk_div;
- switch (drv_data->ssp_type) {
- case QUARK_X1000_SSP:
- clk_div = quark_x1000_get_clk_div(rate, &chip->dds_rate);
- break;
- default:
- clk_div = ssp_get_clk_div(drv_data, rate);
- break;
- }
- return clk_div << 8;
- }
- static void pump_transfers(unsigned long data)
- {
- struct driver_data *drv_data = (struct driver_data *)data;
- struct spi_message *message = NULL;
- struct spi_transfer *transfer = NULL;
- struct spi_transfer *previous = NULL;
- struct chip_data *chip = NULL;
- u32 clk_div = 0;
- u8 bits = 0;
- u32 speed = 0;
- u32 cr0;
- u32 cr1;
- u32 dma_thresh = drv_data->cur_chip->dma_threshold;
- u32 dma_burst = drv_data->cur_chip->dma_burst_size;
- u32 change_mask = pxa2xx_spi_get_ssrc1_change_mask(drv_data);
- /* Get current state information */
- message = drv_data->cur_msg;
- transfer = drv_data->cur_transfer;
- chip = drv_data->cur_chip;
- /* Handle for abort */
- if (message->state == ERROR_STATE) {
- message->status = -EIO;
- giveback(drv_data);
- return;
- }
- /* Handle end of message */
- if (message->state == DONE_STATE) {
- message->status = 0;
- giveback(drv_data);
- return;
- }
- /* Delay if requested at end of transfer before CS change */
- if (message->state == RUNNING_STATE) {
- previous = list_entry(transfer->transfer_list.prev,
- struct spi_transfer,
- transfer_list);
- if (previous->delay_usecs)
- udelay(previous->delay_usecs);
- /* Drop chip select only if cs_change is requested */
- if (previous->cs_change)
- cs_deassert(drv_data);
- }
- /* Check if we can DMA this transfer */
- if (!pxa2xx_spi_dma_is_possible(transfer->len) && chip->enable_dma) {
- /* reject already-mapped transfers; PIO won't always work */
- if (message->is_dma_mapped
- || transfer->rx_dma || transfer->tx_dma) {
- dev_err(&drv_data->pdev->dev,
- "pump_transfers: mapped transfer length of "
- "%u is greater than %d\n",
- transfer->len, MAX_DMA_LEN);
- message->status = -EINVAL;
- giveback(drv_data);
- return;
- }
- /* warn ... we force this to PIO mode */
- dev_warn_ratelimited(&message->spi->dev,
- "pump_transfers: DMA disabled for transfer length %ld "
- "greater than %d\n",
- (long)drv_data->len, MAX_DMA_LEN);
- }
- /* Setup the transfer state based on the type of transfer */
- if (pxa2xx_spi_flush(drv_data) == 0) {
- dev_err(&drv_data->pdev->dev, "pump_transfers: flush failed\n");
- message->status = -EIO;
- giveback(drv_data);
- return;
- }
- drv_data->n_bytes = chip->n_bytes;
- drv_data->tx = (void *)transfer->tx_buf;
- drv_data->tx_end = drv_data->tx + transfer->len;
- drv_data->rx = transfer->rx_buf;
- drv_data->rx_end = drv_data->rx + transfer->len;
- drv_data->rx_dma = transfer->rx_dma;
- drv_data->tx_dma = transfer->tx_dma;
- drv_data->len = transfer->len;
- drv_data->write = drv_data->tx ? chip->write : null_writer;
- drv_data->read = drv_data->rx ? chip->read : null_reader;
- /* Change speed and bit per word on a per transfer */
- bits = transfer->bits_per_word;
- speed = transfer->speed_hz;
- clk_div = pxa2xx_ssp_get_clk_div(drv_data, speed);
- if (bits <= 8) {
- drv_data->n_bytes = 1;
- drv_data->read = drv_data->read != null_reader ?
- u8_reader : null_reader;
- drv_data->write = drv_data->write != null_writer ?
- u8_writer : null_writer;
- } else if (bits <= 16) {
- drv_data->n_bytes = 2;
- drv_data->read = drv_data->read != null_reader ?
- u16_reader : null_reader;
- drv_data->write = drv_data->write != null_writer ?
- u16_writer : null_writer;
- } else if (bits <= 32) {
- drv_data->n_bytes = 4;
- drv_data->read = drv_data->read != null_reader ?
- u32_reader : null_reader;
- drv_data->write = drv_data->write != null_writer ?
- u32_writer : null_writer;
- }
- /*
- * if bits/word is changed in dma mode, then must check the
- * thresholds and burst also
- */
- if (chip->enable_dma) {
- if (pxa2xx_spi_set_dma_burst_and_threshold(chip,
- message->spi,
- bits, &dma_burst,
- &dma_thresh))
- dev_warn_ratelimited(&message->spi->dev,
- "pump_transfers: DMA burst size reduced to match bits_per_word\n");
- }
- /* NOTE: PXA25x_SSP _could_ use external clocking ... */
- cr0 = pxa2xx_configure_sscr0(drv_data, clk_div, bits);
- if (!pxa25x_ssp_comp(drv_data))
- dev_dbg(&message->spi->dev, "%u Hz actual, %s\n",
- drv_data->master->max_speed_hz
- / (1 + ((cr0 & SSCR0_SCR(0xfff)) >> 8)),
- chip->enable_dma ? "DMA" : "PIO");
- else
- dev_dbg(&message->spi->dev, "%u Hz actual, %s\n",
- drv_data->master->max_speed_hz / 2
- / (1 + ((cr0 & SSCR0_SCR(0x0ff)) >> 8)),
- chip->enable_dma ? "DMA" : "PIO");
- message->state = RUNNING_STATE;
- drv_data->dma_mapped = 0;
- if (pxa2xx_spi_dma_is_possible(drv_data->len))
- drv_data->dma_mapped = pxa2xx_spi_map_dma_buffers(drv_data);
- if (drv_data->dma_mapped) {
- /* Ensure we have the correct interrupt handler */
- drv_data->transfer_handler = pxa2xx_spi_dma_transfer;
- pxa2xx_spi_dma_prepare(drv_data, dma_burst);
- /* Clear status and start DMA engine */
- cr1 = chip->cr1 | dma_thresh | drv_data->dma_cr1;
- pxa2xx_spi_write(drv_data, SSSR, drv_data->clear_sr);
- pxa2xx_spi_dma_start(drv_data);
- } else {
- /* Ensure we have the correct interrupt handler */
- drv_data->transfer_handler = interrupt_transfer;
- /* Clear status */
- cr1 = chip->cr1 | chip->threshold | drv_data->int_cr1;
- write_SSSR_CS(drv_data, drv_data->clear_sr);
- }
- if (is_lpss_ssp(drv_data)) {
- if ((pxa2xx_spi_read(drv_data, SSIRF) & 0xff)
- != chip->lpss_rx_threshold)
- pxa2xx_spi_write(drv_data, SSIRF,
- chip->lpss_rx_threshold);
- if ((pxa2xx_spi_read(drv_data, SSITF) & 0xffff)
- != chip->lpss_tx_threshold)
- pxa2xx_spi_write(drv_data, SSITF,
- chip->lpss_tx_threshold);
- }
- if (is_quark_x1000_ssp(drv_data) &&
- (pxa2xx_spi_read(drv_data, DDS_RATE) != chip->dds_rate))
- pxa2xx_spi_write(drv_data, DDS_RATE, chip->dds_rate);
- /* see if we need to reload the config registers */
- if ((pxa2xx_spi_read(drv_data, SSCR0) != cr0)
- || (pxa2xx_spi_read(drv_data, SSCR1) & change_mask)
- != (cr1 & change_mask)) {
- /* stop the SSP, and update the other bits */
- pxa2xx_spi_write(drv_data, SSCR0, cr0 & ~SSCR0_SSE);
- if (!pxa25x_ssp_comp(drv_data))
- pxa2xx_spi_write(drv_data, SSTO, chip->timeout);
- /* first set CR1 without interrupt and service enables */
- pxa2xx_spi_write(drv_data, SSCR1, cr1 & change_mask);
- /* restart the SSP */
- pxa2xx_spi_write(drv_data, SSCR0, cr0);
- } else {
- if (!pxa25x_ssp_comp(drv_data))
- pxa2xx_spi_write(drv_data, SSTO, chip->timeout);
- }
- cs_assert(drv_data);
- /* after chip select, release the data by enabling service
- * requests and interrupts, without changing any mode bits */
- pxa2xx_spi_write(drv_data, SSCR1, cr1);
- }
- static int pxa2xx_spi_transfer_one_message(struct spi_master *master,
- struct spi_message *msg)
- {
- struct driver_data *drv_data = spi_master_get_devdata(master);
- drv_data->cur_msg = msg;
- /* Initial message state*/
- drv_data->cur_msg->state = START_STATE;
- drv_data->cur_transfer = list_entry(drv_data->cur_msg->transfers.next,
- struct spi_transfer,
- transfer_list);
- /* prepare to setup the SSP, in pump_transfers, using the per
- * chip configuration */
- drv_data->cur_chip = spi_get_ctldata(drv_data->cur_msg->spi);
- /* Mark as busy and launch transfers */
- tasklet_schedule(&drv_data->pump_transfers);
- return 0;
- }
- static int pxa2xx_spi_unprepare_transfer(struct spi_master *master)
- {
- struct driver_data *drv_data = spi_master_get_devdata(master);
- /* Disable the SSP now */
- pxa2xx_spi_write(drv_data, SSCR0,
- pxa2xx_spi_read(drv_data, SSCR0) & ~SSCR0_SSE);
- return 0;
- }
- static int setup_cs(struct spi_device *spi, struct chip_data *chip,
- struct pxa2xx_spi_chip *chip_info)
- {
- int err = 0;
- if (chip == NULL || chip_info == NULL)
- return 0;
- /* NOTE: setup() can be called multiple times, possibly with
- * different chip_info, release previously requested GPIO
- */
- if (gpio_is_valid(chip->gpio_cs))
- gpio_free(chip->gpio_cs);
- /* If (*cs_control) is provided, ignore GPIO chip select */
- if (chip_info->cs_control) {
- chip->cs_control = chip_info->cs_control;
- return 0;
- }
- if (gpio_is_valid(chip_info->gpio_cs)) {
- err = gpio_request(chip_info->gpio_cs, "SPI_CS");
- if (err) {
- dev_err(&spi->dev, "failed to request chip select GPIO%d\n",
- chip_info->gpio_cs);
- return err;
- }
- chip->gpio_cs = chip_info->gpio_cs;
- chip->gpio_cs_inverted = spi->mode & SPI_CS_HIGH;
- err = gpio_direction_output(chip->gpio_cs,
- !chip->gpio_cs_inverted);
- }
- return err;
- }
- static int setup(struct spi_device *spi)
- {
- struct pxa2xx_spi_chip *chip_info = NULL;
- struct chip_data *chip;
- const struct lpss_config *config;
- struct driver_data *drv_data = spi_master_get_devdata(spi->master);
- uint tx_thres, tx_hi_thres, rx_thres;
- switch (drv_data->ssp_type) {
- case QUARK_X1000_SSP:
- tx_thres = TX_THRESH_QUARK_X1000_DFLT;
- tx_hi_thres = 0;
- rx_thres = RX_THRESH_QUARK_X1000_DFLT;
- break;
- case LPSS_LPT_SSP:
- case LPSS_BYT_SSP:
- case LPSS_SPT_SSP:
- case LPSS_BXT_SSP:
- config = lpss_get_config(drv_data);
- tx_thres = config->tx_threshold_lo;
- tx_hi_thres = config->tx_threshold_hi;
- rx_thres = config->rx_threshold;
- break;
- default:
- tx_thres = TX_THRESH_DFLT;
- tx_hi_thres = 0;
- rx_thres = RX_THRESH_DFLT;
- break;
- }
- /* Only alloc on first setup */
- chip = spi_get_ctldata(spi);
- if (!chip) {
- chip = kzalloc(sizeof(struct chip_data), GFP_KERNEL);
- if (!chip)
- return -ENOMEM;
- if (drv_data->ssp_type == CE4100_SSP) {
- if (spi->chip_select > 4) {
- dev_err(&spi->dev,
- "failed setup: cs number must not be > 4.\n");
- kfree(chip);
- return -EINVAL;
- }
- chip->frm = spi->chip_select;
- } else
- chip->gpio_cs = -1;
- chip->enable_dma = 0;
- chip->timeout = TIMOUT_DFLT;
- }
- /* protocol drivers may change the chip settings, so...
- * if chip_info exists, use it */
- chip_info = spi->controller_data;
- /* chip_info isn't always needed */
- chip->cr1 = 0;
- if (chip_info) {
- if (chip_info->timeout)
- chip->timeout = chip_info->timeout;
- if (chip_info->tx_threshold)
- tx_thres = chip_info->tx_threshold;
- if (chip_info->tx_hi_threshold)
- tx_hi_thres = chip_info->tx_hi_threshold;
- if (chip_info->rx_threshold)
- rx_thres = chip_info->rx_threshold;
- chip->enable_dma = drv_data->master_info->enable_dma;
- chip->dma_threshold = 0;
- if (chip_info->enable_loopback)
- chip->cr1 = SSCR1_LBM;
- } else if (ACPI_HANDLE(&spi->dev)) {
- /*
- * Slave devices enumerated from ACPI namespace don't
- * usually have chip_info but we still might want to use
- * DMA with them.
- */
- chip->enable_dma = drv_data->master_info->enable_dma;
- }
- chip->lpss_rx_threshold = SSIRF_RxThresh(rx_thres);
- chip->lpss_tx_threshold = SSITF_TxLoThresh(tx_thres)
- | SSITF_TxHiThresh(tx_hi_thres);
- /* set dma burst and threshold outside of chip_info path so that if
- * chip_info goes away after setting chip->enable_dma, the
- * burst and threshold can still respond to changes in bits_per_word */
- if (chip->enable_dma) {
- /* set up legal burst and threshold for dma */
- if (pxa2xx_spi_set_dma_burst_and_threshold(chip, spi,
- spi->bits_per_word,
- &chip->dma_burst_size,
- &chip->dma_threshold)) {
- dev_warn(&spi->dev,
- "in setup: DMA burst size reduced to match bits_per_word\n");
- }
- }
- switch (drv_data->ssp_type) {
- case QUARK_X1000_SSP:
- chip->threshold = (QUARK_X1000_SSCR1_RxTresh(rx_thres)
- & QUARK_X1000_SSCR1_RFT)
- | (QUARK_X1000_SSCR1_TxTresh(tx_thres)
- & QUARK_X1000_SSCR1_TFT);
- break;
- default:
- chip->threshold = (SSCR1_RxTresh(rx_thres) & SSCR1_RFT) |
- (SSCR1_TxTresh(tx_thres) & SSCR1_TFT);
- break;
- }
- chip->cr1 &= ~(SSCR1_SPO | SSCR1_SPH);
- chip->cr1 |= (((spi->mode & SPI_CPHA) != 0) ? SSCR1_SPH : 0)
- | (((spi->mode & SPI_CPOL) != 0) ? SSCR1_SPO : 0);
- if (spi->mode & SPI_LOOP)
- chip->cr1 |= SSCR1_LBM;
- if (spi->bits_per_word <= 8) {
- chip->n_bytes = 1;
- chip->read = u8_reader;
- chip->write = u8_writer;
- } else if (spi->bits_per_word <= 16) {
- chip->n_bytes = 2;
- chip->read = u16_reader;
- chip->write = u16_writer;
- } else if (spi->bits_per_word <= 32) {
- chip->n_bytes = 4;
- chip->read = u32_reader;
- chip->write = u32_writer;
- }
- spi_set_ctldata(spi, chip);
- if (drv_data->ssp_type == CE4100_SSP)
- return 0;
- return setup_cs(spi, chip, chip_info);
- }
- static void cleanup(struct spi_device *spi)
- {
- struct chip_data *chip = spi_get_ctldata(spi);
- struct driver_data *drv_data = spi_master_get_devdata(spi->master);
- if (!chip)
- return;
- if (drv_data->ssp_type != CE4100_SSP && gpio_is_valid(chip->gpio_cs))
- gpio_free(chip->gpio_cs);
- kfree(chip);
- }
- #ifdef CONFIG_PCI
- #ifdef CONFIG_ACPI
- static const struct acpi_device_id pxa2xx_spi_acpi_match[] = {
- { "INT33C0", LPSS_LPT_SSP },
- { "INT33C1", LPSS_LPT_SSP },
- { "INT3430", LPSS_LPT_SSP },
- { "INT3431", LPSS_LPT_SSP },
- { "80860F0E", LPSS_BYT_SSP },
- { "8086228E", LPSS_BYT_SSP },
- { },
- };
- MODULE_DEVICE_TABLE(acpi, pxa2xx_spi_acpi_match);
- static int pxa2xx_spi_get_port_id(struct acpi_device *adev)
- {
- unsigned int devid;
- int port_id = -1;
- if (adev && adev->pnp.unique_id &&
- !kstrtouint(adev->pnp.unique_id, 0, &devid))
- port_id = devid;
- return port_id;
- }
- #else /* !CONFIG_ACPI */
- static int pxa2xx_spi_get_port_id(struct acpi_device *adev)
- {
- return -1;
- }
- #endif
- /*
- * PCI IDs of compound devices that integrate both host controller and private
- * integrated DMA engine. Please note these are not used in module
- * autoloading and probing in this module but matching the LPSS SSP type.
- */
- static const struct pci_device_id pxa2xx_spi_pci_compound_match[] = {
- /* SPT-LP */
- { PCI_VDEVICE(INTEL, 0x9d29), LPSS_SPT_SSP },
- { PCI_VDEVICE(INTEL, 0x9d2a), LPSS_SPT_SSP },
- /* SPT-H */
- { PCI_VDEVICE(INTEL, 0xa129), LPSS_SPT_SSP },
- { PCI_VDEVICE(INTEL, 0xa12a), LPSS_SPT_SSP },
- /* BXT */
- { PCI_VDEVICE(INTEL, 0x0ac2), LPSS_BXT_SSP },
- { PCI_VDEVICE(INTEL, 0x0ac4), LPSS_BXT_SSP },
- { PCI_VDEVICE(INTEL, 0x0ac6), LPSS_BXT_SSP },
- /* APL */
- { PCI_VDEVICE(INTEL, 0x5ac2), LPSS_BXT_SSP },
- { PCI_VDEVICE(INTEL, 0x5ac4), LPSS_BXT_SSP },
- { PCI_VDEVICE(INTEL, 0x5ac6), LPSS_BXT_SSP },
- { },
- };
- static bool pxa2xx_spi_idma_filter(struct dma_chan *chan, void *param)
- {
- struct device *dev = param;
- if (dev != chan->device->dev->parent)
- return false;
- return true;
- }
- static struct pxa2xx_spi_master *
- pxa2xx_spi_init_pdata(struct platform_device *pdev)
- {
- struct pxa2xx_spi_master *pdata;
- struct acpi_device *adev;
- struct ssp_device *ssp;
- struct resource *res;
- const struct acpi_device_id *adev_id = NULL;
- const struct pci_device_id *pcidev_id = NULL;
- int type;
- adev = ACPI_COMPANION(&pdev->dev);
- if (dev_is_pci(pdev->dev.parent))
- pcidev_id = pci_match_id(pxa2xx_spi_pci_compound_match,
- to_pci_dev(pdev->dev.parent));
- else if (adev)
- adev_id = acpi_match_device(pdev->dev.driver->acpi_match_table,
- &pdev->dev);
- else
- return NULL;
- if (adev_id)
- type = (int)adev_id->driver_data;
- else if (pcidev_id)
- type = (int)pcidev_id->driver_data;
- else
- return NULL;
- pdata = devm_kzalloc(&pdev->dev, sizeof(*pdata), GFP_KERNEL);
- if (!pdata)
- return NULL;
- res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
- if (!res)
- return NULL;
- ssp = &pdata->ssp;
- ssp->phys_base = res->start;
- ssp->mmio_base = devm_ioremap_resource(&pdev->dev, res);
- if (IS_ERR(ssp->mmio_base))
- return NULL;
- if (pcidev_id) {
- pdata->tx_param = pdev->dev.parent;
- pdata->rx_param = pdev->dev.parent;
- pdata->dma_filter = pxa2xx_spi_idma_filter;
- }
- ssp->clk = devm_clk_get(&pdev->dev, NULL);
- ssp->irq = platform_get_irq(pdev, 0);
- ssp->type = type;
- ssp->pdev = pdev;
- ssp->port_id = pxa2xx_spi_get_port_id(adev);
- pdata->num_chipselect = 1;
- pdata->enable_dma = true;
- return pdata;
- }
- #else /* !CONFIG_PCI */
- static inline struct pxa2xx_spi_master *
- pxa2xx_spi_init_pdata(struct platform_device *pdev)
- {
- return NULL;
- }
- #endif
- static int pxa2xx_spi_probe(struct platform_device *pdev)
- {
- struct device *dev = &pdev->dev;
- struct pxa2xx_spi_master *platform_info;
- struct spi_master *master;
- struct driver_data *drv_data;
- struct ssp_device *ssp;
- const struct lpss_config *config;
- int status;
- u32 tmp;
- platform_info = dev_get_platdata(dev);
- if (!platform_info) {
- platform_info = pxa2xx_spi_init_pdata(pdev);
- if (!platform_info) {
- dev_err(&pdev->dev, "missing platform data\n");
- return -ENODEV;
- }
- }
- ssp = pxa_ssp_request(pdev->id, pdev->name);
- if (!ssp)
- ssp = &platform_info->ssp;
- if (!ssp->mmio_base) {
- dev_err(&pdev->dev, "failed to get ssp\n");
- return -ENODEV;
- }
- master = spi_alloc_master(dev, sizeof(struct driver_data));
- if (!master) {
- dev_err(&pdev->dev, "cannot alloc spi_master\n");
- pxa_ssp_free(ssp);
- return -ENOMEM;
- }
- drv_data = spi_master_get_devdata(master);
- drv_data->master = master;
- drv_data->master_info = platform_info;
- drv_data->pdev = pdev;
- drv_data->ssp = ssp;
- master->dev.parent = &pdev->dev;
- master->dev.of_node = pdev->dev.of_node;
- /* the spi->mode bits understood by this driver: */
- master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH | SPI_LOOP;
- master->bus_num = ssp->port_id;
- master->dma_alignment = DMA_ALIGNMENT;
- master->cleanup = cleanup;
- master->setup = setup;
- master->transfer_one_message = pxa2xx_spi_transfer_one_message;
- master->unprepare_transfer_hardware = pxa2xx_spi_unprepare_transfer;
- master->auto_runtime_pm = true;
- drv_data->ssp_type = ssp->type;
- drv_data->ioaddr = ssp->mmio_base;
- drv_data->ssdr_physical = ssp->phys_base + SSDR;
- if (pxa25x_ssp_comp(drv_data)) {
- switch (drv_data->ssp_type) {
- case QUARK_X1000_SSP:
- master->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32);
- break;
- default:
- master->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 16);
- break;
- }
- drv_data->int_cr1 = SSCR1_TIE | SSCR1_RIE;
- drv_data->dma_cr1 = 0;
- drv_data->clear_sr = SSSR_ROR;
- drv_data->mask_sr = SSSR_RFS | SSSR_TFS | SSSR_ROR;
- } else {
- master->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32);
- drv_data->int_cr1 = SSCR1_TIE | SSCR1_RIE | SSCR1_TINTE;
- drv_data->dma_cr1 = DEFAULT_DMA_CR1;
- drv_data->clear_sr = SSSR_ROR | SSSR_TINT;
- drv_data->mask_sr = SSSR_TINT | SSSR_RFS | SSSR_TFS | SSSR_ROR;
- }
- status = request_irq(ssp->irq, ssp_int, IRQF_SHARED, dev_name(dev),
- drv_data);
- if (status < 0) {
- dev_err(&pdev->dev, "cannot get IRQ %d\n", ssp->irq);
- goto out_error_master_alloc;
- }
- /* Setup DMA if requested */
- if (platform_info->enable_dma) {
- status = pxa2xx_spi_dma_setup(drv_data);
- if (status) {
- dev_dbg(dev, "no DMA channels available, using PIO\n");
- platform_info->enable_dma = false;
- }
- }
- /* Enable SOC clock */
- clk_prepare_enable(ssp->clk);
- master->max_speed_hz = clk_get_rate(ssp->clk);
- /* Load default SSP configuration */
- pxa2xx_spi_write(drv_data, SSCR0, 0);
- switch (drv_data->ssp_type) {
- case QUARK_X1000_SSP:
- tmp = QUARK_X1000_SSCR1_RxTresh(RX_THRESH_QUARK_X1000_DFLT)
- | QUARK_X1000_SSCR1_TxTresh(TX_THRESH_QUARK_X1000_DFLT);
- pxa2xx_spi_write(drv_data, SSCR1, tmp);
- /* using the Motorola SPI protocol and use 8 bit frame */
- pxa2xx_spi_write(drv_data, SSCR0,
- QUARK_X1000_SSCR0_Motorola
- | QUARK_X1000_SSCR0_DataSize(8));
- break;
- default:
- tmp = SSCR1_RxTresh(RX_THRESH_DFLT) |
- SSCR1_TxTresh(TX_THRESH_DFLT);
- pxa2xx_spi_write(drv_data, SSCR1, tmp);
- tmp = SSCR0_SCR(2) | SSCR0_Motorola | SSCR0_DataSize(8);
- pxa2xx_spi_write(drv_data, SSCR0, tmp);
- break;
- }
- if (!pxa25x_ssp_comp(drv_data))
- pxa2xx_spi_write(drv_data, SSTO, 0);
- if (!is_quark_x1000_ssp(drv_data))
- pxa2xx_spi_write(drv_data, SSPSP, 0);
- if (is_lpss_ssp(drv_data))
- lpss_ssp_setup(drv_data);
- if (is_lpss_ssp(drv_data)) {
- lpss_ssp_setup(drv_data);
- config = lpss_get_config(drv_data);
- if (config->reg_capabilities >= 0) {
- tmp = __lpss_ssp_read_priv(drv_data,
- config->reg_capabilities);
- tmp &= LPSS_CAPS_CS_EN_MASK;
- tmp >>= LPSS_CAPS_CS_EN_SHIFT;
- platform_info->num_chipselect = ffz(tmp);
- }
- }
- master->num_chipselect = platform_info->num_chipselect;
- tasklet_init(&drv_data->pump_transfers, pump_transfers,
- (unsigned long)drv_data);
- pm_runtime_set_autosuspend_delay(&pdev->dev, 50);
- pm_runtime_use_autosuspend(&pdev->dev);
- pm_runtime_set_active(&pdev->dev);
- pm_runtime_enable(&pdev->dev);
- /* Register with the SPI framework */
- platform_set_drvdata(pdev, drv_data);
- status = devm_spi_register_master(&pdev->dev, master);
- if (status != 0) {
- dev_err(&pdev->dev, "problem registering spi master\n");
- goto out_error_clock_enabled;
- }
- return status;
- out_error_clock_enabled:
- clk_disable_unprepare(ssp->clk);
- pxa2xx_spi_dma_release(drv_data);
- free_irq(ssp->irq, drv_data);
- out_error_master_alloc:
- spi_master_put(master);
- pxa_ssp_free(ssp);
- return status;
- }
- static int pxa2xx_spi_remove(struct platform_device *pdev)
- {
- struct driver_data *drv_data = platform_get_drvdata(pdev);
- struct ssp_device *ssp;
- if (!drv_data)
- return 0;
- ssp = drv_data->ssp;
- pm_runtime_get_sync(&pdev->dev);
- /* Disable the SSP at the peripheral and SOC level */
- pxa2xx_spi_write(drv_data, SSCR0, 0);
- clk_disable_unprepare(ssp->clk);
- /* Release DMA */
- if (drv_data->master_info->enable_dma)
- pxa2xx_spi_dma_release(drv_data);
- pm_runtime_put_noidle(&pdev->dev);
- pm_runtime_disable(&pdev->dev);
- /* Release IRQ */
- free_irq(ssp->irq, drv_data);
- /* Release SSP */
- pxa_ssp_free(ssp);
- return 0;
- }
- static void pxa2xx_spi_shutdown(struct platform_device *pdev)
- {
- int status = 0;
- if ((status = pxa2xx_spi_remove(pdev)) != 0)
- dev_err(&pdev->dev, "shutdown failed with %d\n", status);
- }
- #ifdef CONFIG_PM_SLEEP
- static int pxa2xx_spi_suspend(struct device *dev)
- {
- struct driver_data *drv_data = dev_get_drvdata(dev);
- struct ssp_device *ssp = drv_data->ssp;
- int status = 0;
- status = spi_master_suspend(drv_data->master);
- if (status != 0)
- return status;
- pxa2xx_spi_write(drv_data, SSCR0, 0);
- if (!pm_runtime_suspended(dev))
- clk_disable_unprepare(ssp->clk);
- return 0;
- }
- static int pxa2xx_spi_resume(struct device *dev)
- {
- struct driver_data *drv_data = dev_get_drvdata(dev);
- struct ssp_device *ssp = drv_data->ssp;
- int status = 0;
- /* Enable the SSP clock */
- if (!pm_runtime_suspended(dev))
- clk_prepare_enable(ssp->clk);
- /* Restore LPSS private register bits */
- if (is_lpss_ssp(drv_data))
- lpss_ssp_setup(drv_data);
- /* Start the queue running */
- status = spi_master_resume(drv_data->master);
- if (status != 0) {
- dev_err(dev, "problem starting queue (%d)\n", status);
- return status;
- }
- return 0;
- }
- #endif
- #ifdef CONFIG_PM
- static int pxa2xx_spi_runtime_suspend(struct device *dev)
- {
- struct driver_data *drv_data = dev_get_drvdata(dev);
- clk_disable_unprepare(drv_data->ssp->clk);
- return 0;
- }
- static int pxa2xx_spi_runtime_resume(struct device *dev)
- {
- struct driver_data *drv_data = dev_get_drvdata(dev);
- clk_prepare_enable(drv_data->ssp->clk);
- return 0;
- }
- #endif
- static const struct dev_pm_ops pxa2xx_spi_pm_ops = {
- SET_SYSTEM_SLEEP_PM_OPS(pxa2xx_spi_suspend, pxa2xx_spi_resume)
- SET_RUNTIME_PM_OPS(pxa2xx_spi_runtime_suspend,
- pxa2xx_spi_runtime_resume, NULL)
- };
- static struct platform_driver driver = {
- .driver = {
- .name = "pxa2xx-spi",
- .pm = &pxa2xx_spi_pm_ops,
- .acpi_match_table = ACPI_PTR(pxa2xx_spi_acpi_match),
- },
- .probe = pxa2xx_spi_probe,
- .remove = pxa2xx_spi_remove,
- .shutdown = pxa2xx_spi_shutdown,
- };
- static int __init pxa2xx_spi_init(void)
- {
- return platform_driver_register(&driver);
- }
- subsys_initcall(pxa2xx_spi_init);
- static void __exit pxa2xx_spi_exit(void)
- {
- platform_driver_unregister(&driver);
- }
- module_exit(pxa2xx_spi_exit);
|