Skip to content
Snippets Groups Projects
  1. Nov 14, 2012
  2. Nov 07, 2012
  3. Nov 05, 2012
  4. Nov 04, 2012
    • Tom Rini's avatar
      Prepare v2013.01-rc1 · 3ae7b240
      Tom Rini authored
      
      Signed-off-by: default avatarTom Rini <trini@ti.com>
      3ae7b240
    • Simon Glass's avatar
      patman: Add additional tags to ignore · 619dd5de
      Simon Glass authored
      
      The BRANCH= tag can be used to indicate the destination branch for a
      commit. Ignore this tag.
      
      Also ignore the gerrit 'Commit-Ready:' tag.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      619dd5de
    • Tom Rini's avatar
      usb gadget ether: Fix warning in is_eth_addr_valid() · 57a87a25
      Tom Rini authored
      
      The gadget ethernet driver needs to keep copies of the MAC address (at
      both endpoints) as strings so it needs a custom function for validation
      of the MAC.  It was not however performing a totally correct check and
      also was emitting a warning about a set but unused variable.  The
      solution to both is that after checking the string contents we use the
      standard test for a valid MAC.
      
      Cc: Joe Hershberger <joe.hershberger@ni.com>
      Cc: Marek Vasut <marex@denx.de>
      Signed-off-by: default avatarTom Rini <trini@ti.com>
      Acked-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
      57a87a25
    • Kim Phillips's avatar
      ac63f2a2
    • Kim Phillips's avatar
      drivers/mtd/nand: sparse fixes · 7d2ab9ae
      Kim Phillips authored
      
      nand_ecc.c:82:5: warning: symbol 'nand_calculate_ecc' was not declared. Should it be static?
      nand_ecc.c:155:5: warning: symbol 'nand_correct_data' was not declared. Should it be static?
      nand_base.c:2854:1: error: directive in argument list
      nand_base.c:2856:1: error: directive in argument list
      
      Signed-off-by: default avatarKim Phillips <kim.phillips@freescale.com>
      Acked-by: default avatarScott Wood <scottwood@freescale.com>
      7d2ab9ae
    • Kim Phillips's avatar
      drivers/mtd/cfi_flash.c: sparse fixes · 11dc4010
      Kim Phillips authored
      
      cfi_flash.c:756:43: warning: Using plain integer as NULL pointer
      cfi_flash.c:1150:52: warning: cast to non-scalar
      cfi_flash.c:1433:46: warning: cast truncates bits from constant value (890089 becomes 89)
      cfi_flash.c:1490:61: warning: cast truncates bits from constant value (1f001f becomes 1f)
      cfi_flash.c:1508:61: warning: cast truncates bits from constant value (10001 becomes 1)
      cfi_flash.c:1738:63: warning: cast truncates bits from constant value (10001 becomes 1)
      cfi_flash.c:1857:6: warning: symbol '__flash_cmd_reset' was not declared. Should it be static?
      
      Signed-off-by: default avatarKim Phillips <kim.phillips@freescale.com>
      11dc4010
    • Kim Phillips's avatar
      drivers/mmc/fsl_esdhc.c: sparse fixes · eafa90a1
      Kim Phillips authored
      
      fsl_esdhc.c:71:6: warning: symbol 'esdhc_xfertyp' was not declared. Should it be static?
      fsl_esdhc.c:413:6: warning: symbol 'set_sysctl' was not declared. Should it be st
      
      Signed-off-by: default avatarKim Phillips <kim.phillips@freescale.com>
      eafa90a1
    • Kim Phillips's avatar
      drivers/mmc/mmc.c: sparse fixes · fdbb873e
      Kim Phillips authored
      
      mmc.c:137:5: warning: symbol 'mmc_send_cmd' was not declared. Should it be static?
      mmc.c:203:5: warning: symbol 'mmc_send_status' was not declared. Should it be static?
      mmc.c:247:5: warning: symbol 'mmc_set_blocklen' was not declared. Should it be static?
      mmc.c:440:5: warning: symbol 'mmc_read_blocks' was not declared. Should it be static?
      mmc.c:510:5: warning: symbol 'mmc_go_idle' was not declared. Should it be static?
      mmc.c:532:1: warning: symbol 'sd_send_op_cond' was not declared. Should it be static?
      mmc.c:597:5: warning: symbol 'mmc_send_op_cond' was not declared. Should it be static?
      mmc.c:661:5: warning: symbol 'mmc_send_ext_csd' was not declared. Should it be static?
      mmc.c:683:5: warning: symbol 'mmc_switch' was not declared. Should it be static?
      mmc.c:705:5: warning: symbol 'mmc_change_freq' was not declared. Should it be static?
      mmc.c:775:5: warning: symbol 'sd_switch' was not declared. Should it be static?
      mmc.c:796:5: warning: symbol 'sd_change_freq' was not declared. Should it be static?
      mmc.c:935:6: warning: symbol 'mmc_set_ios' was not declared. Should it be static?
      mmc.c:953:6: warning: symbol 'mmc_set_bus_width' was not declared. Should it be static?
      mmc.c:1108:26: warning: dubious: !x & y
      mmc.c:960:5: warning: symbol 'mmc_startup' was not declared. Should it be static?
      mmc.c:1243:5: warning: symbol 'mmc_send_if_cond' was not declared. Should it be s
      
      Signed-off-by: default avatarKim Phillips <kim.phillips@freescale.com>
      fdbb873e
    • Kim Phillips's avatar
      drivers/input/input.c: sparse fix · c14e94e5
      Kim Phillips authored
      
      input.c:97:5: warning: symbol 'input_queue_ascii' was not declared. Should it be
      
      Signed-off-by: default avatarKim Phillips <kim.phillips@freescale.com>
      Acked-by: default avatarSimon Glass <sjg@chromium.org>
      c14e94e5
    • Kim Phillips's avatar
      drivers/gpio/mpc83xx_gpio.c: sparse fixes · 8121d3c5
      Kim Phillips authored
      
      mpc83xx_gpio.c:166:26: warning: non-ANSI function declaration of function 'mpc83xx_gpio_init_f'
      mpc83xx_gpio.c:190:26: warning: non-ANSI function declaration of function 'mpc83xx_gpio_init_r'
      
      Signed-off-by: default avatarKim Phillips <kim.phillips@freescale.com>
      8121d3c5
Loading