]> git.baikalelectronics.ru Git - uboot.git/commitdiff
drivers: spi: fix some typos
authorPengfei Fan <fanpengfei1@eswincomputing.com>
Fri, 9 Dec 2022 01:39:50 +0000 (09:39 +0800)
committerJagan Teki <jagan@amarulasolutions.com>
Thu, 26 Jan 2023 15:23:20 +0000 (20:53 +0530)
Fix some typos in spi drivers

Signed-off-by: Pengfei Fan <fanpengfei1@eswincomputing.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
drivers/spi/bcm63xx_hsspi.c
drivers/spi/cadence_qspi.c
drivers/spi/fsl_dspi.c
drivers/spi/mtk_snfi_spi.c
drivers/spi/mvebu_a3700_spi.c
drivers/spi/omap3_spi.c
drivers/spi/rk_spi.c
drivers/spi/spi-aspeed-smc.c
drivers/spi/spi-qup.c
drivers/spi/spi-sifive.c

index 47002f8b5662467b78f4f2bf557d06c6039eea73..4d714adc4afd56f5afd2534baabcc9b47d2f9b4e 100644 (file)
@@ -210,7 +210,7 @@ static void bcm63xx_hsspi_deactivate_cs(struct bcm63xx_hsspi_priv *priv)
  * claimed. This way, the dummy CS is restored to its inactive value when
  * transfers are issued and the desired CS is preserved in its active value
  * all the time. This hack is also used in the upstream linux driver and
- * allows keeping CS active between trasnfers even if the HW doesn't give
+ * allows keeping CS active between transfers even if the HW doesn't give
  * this possibility.
  */
 static int bcm63xx_hsspi_xfer(struct udevice *dev, unsigned int bitlen,
index ab0a681c83762d33d90c944d936726691fd73154..973f455e233139f22b24fc238fc85a808d9f9709 100644 (file)
@@ -392,7 +392,7 @@ static int cadence_spi_of_to_plat(struct udevice *bus)
 
        plat->is_dma = dev_read_bool(bus, "cdns,is-dma");
 
-       /* All other paramters are embedded in the child node */
+       /* All other parameters are embedded in the child node */
        subnode = dev_read_first_subnode(bus);
        if (!ofnode_valid(subnode)) {
                printf("Error: subnode with SPI flash config missing!\n");
index 62444e408a1b0450077d086d7cdb4f6d52335c05..8e5cc5552f09efe4535ed7b87285ce94b5535cb0 100644 (file)
@@ -491,7 +491,7 @@ static int fsl_dspi_probe(struct udevice *bus)
 
        dm_spi_bus = dev_get_uclass_priv(bus);
 
-       /* cpu speical pin muxing configure */
+       /* cpu special pin muxing configure */
        cpu_dspi_port_conf();
 
        /* get input clk frequency */
@@ -600,7 +600,7 @@ static int fsl_dspi_of_to_plat(struct udevice *bus)
        plat->speed_hz = fdtdec_get_int(blob,
                        node, "spi-max-frequency", FSL_DSPI_DEFAULT_SCK_FREQ);
 
-       debug("DSPI: regs=%pa, max-frequency=%d, endianess=%s, num-cs=%d\n",
+       debug("DSPI: regs=%pa, max-frequency=%d, endianness=%s, num-cs=%d\n",
              &plat->regs_addr, plat->speed_hz,
              plat->flags & DSPI_FLAG_REGMAP_ENDIAN_BIG ? "be" : "le",
              plat->num_chipselect);
index 5ea62776b4ec58a9f0416d0c69b536f59482d71c..3decb3744de93ec9b38de7f0eda9724456410e7c 100644 (file)
@@ -153,7 +153,7 @@ static void mtk_snfi_copy_to_gpram(struct mtk_snfi_priv *priv,
 
        /*
         * The output data will always be copied to the beginning of
-        * the GPRAM. Uses word write for better performace.
+        * the GPRAM. Uses word write for better performance.
         *
         * Trailing bytes in the last word are not cared.
         */
@@ -180,7 +180,7 @@ static void mtk_snfi_copy_from_gpram(struct mtk_snfi_priv *priv, u8 *cache,
 
        /*
         * Read aligned data from GPRAM to buffer first.
-        * Uses word read for better performace.
+        * Uses word read for better performance.
         */
        i = 0;
        while (pos < end) {
index b1dce048ad241b4337b320fda07cb007c23dd8f7..52882e8b263b7918b59ee93072146f95dc183840 100644 (file)
@@ -84,7 +84,7 @@ static void spi_cs_deactivate(struct mvebu_spi_plat *plat, int cs)
  * The XFER_RDY flag is checked every time before accessing SPI_DOUT
  * and SPI_DIN register.
  *
- * The number of transfers to be triggerred is decided by @bytelen.
+ * The number of transfers to be triggered is decided by @bytelen.
  *
  * Return:     0 - cool
  *             -ETIMEDOUT - XFER_RDY flag timeout
index ea38a0ffbaf53eb33bffbe27cbcedd77f5477ca6..1cbb5d46fd60ac7cee2c1765709ffab13df0b589 100644 (file)
@@ -142,7 +142,7 @@ static int omap3_spi_read(struct omap3_spi_priv *priv, unsigned int len,
                        }
                }
 
-               /* Disable the channel to prevent furher receiving */
+               /* Disable the channel to prevent further receiving */
                if (i == (len - 1))
                        omap3_spi_set_enable(priv, OMAP3_MCSPI_CHCTRL_DIS);
 
index cb80be77ae9fc04910f460f95140336e4b20db2f..66b20fce9bac29011f06e136cd099dba26ce34db 100644 (file)
@@ -485,7 +485,7 @@ static int rockchip_spi_xfer(struct udevice *dev, unsigned int bitlen,
                /*
                 * In case that there's a transmit-component, we need to wait
                 * until the control goes idle before we can disable the SPI
-                * control logic (as this will implictly flush the FIFOs).
+                * control logic (as this will implicitly flush the FIFOs).
                 */
                if (out) {
                        ret = rkspi_wait_till_not_busy(regs);
index a3c9633382e190bb2dbb2fc39a3be4dcb9439191..4b6ea9f8e965c9306179ee53102b5943c862920d 100644 (file)
@@ -270,7 +270,7 @@ static int ast2500_adjust_decoded_size(struct udevice *bus)
                flashes[cs].ahb_decoded_sz = priv->info->min_decoded_sz;
 
        /*
-        * If commnad mode or normal mode is used, the start address of a
+        * If command mode or normal mode is used, the start address of a
         * decoded range should be multiple of its related flash size.
         * Namely, the total decoded size from flash 0 to flash N should
         * be multiple of the size of flash (N + 1).
@@ -404,7 +404,7 @@ static int ast2600_adjust_decoded_size(struct udevice *bus)
                flashes[cs].ahb_decoded_sz = 0;
 
        /*
-        * If commnad mode or normal mode is used, the start address of a
+        * If command mode or normal mode is used, the start address of a
         * decoded range should be multiple of its related flash size.
         * Namely, the total decoded size from flash 0 to flash N should
         * be multiple of the size of flash (N + 1).
index cdea5405f6ac0d276c836c13e1d9c706d4981272..7b64532e50b2b2df2417faf6d4e67ddbe6021888 100644 (file)
@@ -233,7 +233,7 @@ static unsigned char qup_spi_read_byte(struct udevice *dev)
 }
 
 /*
- * Function to check wheather Input or Output FIFO
+ * Function to check whether Input or Output FIFO
  * has data to be serviced
  */
 static int qup_spi_check_fifo_status(struct udevice *dev, u32 reg_addr)
index 0a00df0ac752de013793db60b39d7b87305082a3..ea372a05f8362ecaa2c106087d553ccbb0544754 100644 (file)
@@ -350,7 +350,7 @@ static int sifive_spi_set_speed(struct udevice *bus, uint speed)
        if (speed > spi->freq)
                speed = spi->freq;
 
-       /* Cofigure max speed */
+       /* Configure max speed */
        scale = (DIV_ROUND_UP(spi->freq >> 1, speed) - 1)
                                        & SIFIVE_SPI_SCKDIV_DIV_MASK;
        writel(scale, spi->regs + SIFIVE_SPI_REG_SCKDIV);