1. 04 12月, 2013 6 次提交
    • L
      iio:ad5791: Mark transfer buffers as __be32 · ae8bb9b1
      Lars-Peter Clausen 提交于
      Fixes the following warnings from sparse:
      	drivers/iio/dac/ad5791.c:114:18: warning: incorrect type in assignment (different base types)
      	drivers/iio/dac/ad5791.c:114:18:    expected unsigned int [unsigned] [usertype] d32
      	drivers/iio/dac/ad5791.c:114:18:    got restricted __be32 [usertype] <noident>
      	drivers/iio/dac/ad5791.c:142:21: warning: incorrect type in assignment (different base types)
      	drivers/iio/dac/ad5791.c:142:21:    expected unsigned int [unsigned] [usertype] d32
      	drivers/iio/dac/ad5791.c:142:21:    got restricted __be32 [usertype] <noident>
      	drivers/iio/dac/ad5791.c:144:21: warning: incorrect type in assignment (different base types)
      	drivers/iio/dac/ad5791.c:144:21:    expected unsigned int [unsigned] [usertype] d32
      	drivers/iio/dac/ad5791.c:144:21:    got restricted __be32 [usertype] <noident>
      	drivers/iio/dac/ad5791.c:148:16: warning: cast to restricted __be32
      	drivers/iio/dac/ad5791.c:148:16: warning: cast to restricted __be32
      	drivers/iio/dac/ad5791.c:148:16: warning: cast to restricted __be32
      	drivers/iio/dac/ad5791.c:148:16: warning: cast to restricted __be32
      	drivers/iio/dac/ad5791.c:148:16: warning: cast to restricted __be32
      	drivers/iio/dac/ad5791.c:148:16: warning: cast to restricted __be32
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NJonathan Cameron <jic23@kernel.org>
      ae8bb9b1
    • L
      iio:ad5755: Mark transfer buffer as __be32 · edc05f26
      Lars-Peter Clausen 提交于
      Fixes the following warnings from sparse:
      	drivers/iio/dac/ad5755.c:117:25: warning: incorrect type in assignment (different base types)
      	drivers/iio/dac/ad5755.c:117:25:    expected unsigned int [unsigned] [usertype] d32
      	drivers/iio/dac/ad5755.c:117:25:    got restricted __be32 [usertype] <noident>
      	drivers/iio/dac/ad5755.c:171:25: warning: incorrect type in assignment (different base types)
      	drivers/iio/dac/ad5755.c:171:25:    expected unsigned int [unsigned] [usertype] d32
      	drivers/iio/dac/ad5755.c:171:25:    got restricted __be32 [usertype] <noident>
      	drivers/iio/dac/ad5755.c:172:25: warning: incorrect type in assignment (different base types)
      	drivers/iio/dac/ad5755.c:172:25:    expected unsigned int [unsigned] [usertype] d32
      	drivers/iio/dac/ad5755.c:172:25:    got restricted __be32 [usertype] <noident>
      	drivers/iio/dac/ad5755.c:176:23: warning: cast to restricted __be32
      	drivers/iio/dac/ad5755.c:176:23: warning: cast to restricted __be32
      	drivers/iio/dac/ad5755.c:176:23: warning: cast to restricted __be32
      	drivers/iio/dac/ad5755.c:176:23: warning: cast to restricted __be32
      	drivers/iio/dac/ad5755.c:176:23: warning: cast to restricted __be32
      	drivers/iio/dac/ad5755.c:176:23: warning: cast to restricted __be32
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NJonathan Cameron <jic23@kernel.org>
      edc05f26
    • L
      iio:ad5686: Mark transfer buffer as __be32 · cf87534b
      Lars-Peter Clausen 提交于
      Fixes the following warnings from sparse:
      	drivers/iio/dac/ad5686.c:100:25: warning: incorrect type in assignment (different base types)
      	drivers/iio/dac/ad5686.c:100:25:    expected unsigned int [unsigned] [usertype] d32
      	drivers/iio/dac/ad5686.c:100:25:    got restricted __be32 [usertype] <noident>
      	drivers/iio/dac/ad5686.c:122:25: warning: incorrect type in assignment (different base types)
      	drivers/iio/dac/ad5686.c:122:25:    expected unsigned int [unsigned] [usertype] d32
      	drivers/iio/dac/ad5686.c:122:25:    got restricted __be32 [usertype] <noident>
      	drivers/iio/dac/ad5686.c:124:25: warning: incorrect type in assignment (different base types)
      	drivers/iio/dac/ad5686.c:124:25:    expected unsigned int [unsigned] [usertype] d32
      	drivers/iio/dac/ad5686.c:124:25:    got restricted __be32 [usertype] <noident>
      	drivers/iio/dac/ad5686.c:130:16: warning: cast to restricted __be32
      	drivers/iio/dac/ad5686.c:130:16: warning: cast to restricted __be32
      	drivers/iio/dac/ad5686.c:130:16: warning: cast to restricted __be32
      	drivers/iio/dac/ad5686.c:130:16: warning: cast to restricted __be32
      	drivers/iio/dac/ad5686.c:130:16: warning: cast to restricted __be32
      	drivers/iio/dac/ad5686.c:130:16: warning: cast to restricted __be32
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NJonathan Cameron <jic23@kernel.org>
      cf87534b
    • L
      iio:ad5421: Mark transfer buffer as __be32 · 8ef411b7
      Lars-Peter Clausen 提交于
      Fixes the following warnings from sparse:
      	drivers/iio/dac/ad5421.c:134:25: warning: incorrect type in assignment (different base types)
      	drivers/iio/dac/ad5421.c:134:25:    expected unsigned int [unsigned] [usertype] d32
      	drivers/iio/dac/ad5421.c:134:25:    got restricted __be32 [usertype] <noident>
      	drivers/iio/dac/ad5421.c:168:25: warning: incorrect type in assignment (different base types)
      	drivers/iio/dac/ad5421.c:168:25:    expected unsigned int [unsigned] [usertype] d32
      	drivers/iio/dac/ad5421.c:168:25:    got restricted __be32 [usertype] <noident>
      	drivers/iio/dac/ad5421.c:172:23: warning: cast to restricted __be32
      	drivers/iio/dac/ad5421.c:172:23: warning: cast to restricted __be32
      	drivers/iio/dac/ad5421.c:172:23: warning: cast to restricted __be32
      	drivers/iio/dac/ad5421.c:172:23: warning: cast to restricted __be32
      	drivers/iio/dac/ad5421.c:172:23: warning: cast to restricted __be32
      	drivers/iio/dac/ad5421.c:172:23: warning: cast to restricted __be32
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NJonathan Cameron <jic23@kernel.org>
      8ef411b7
    • L
      iio:ad5504: Do not store transfer buffers on the stack · 0dbe59c7
      Lars-Peter Clausen 提交于
      Some SPI controllers may not be able to handle transfer buffers that are placed
      on the stack.
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NJonathan Cameron <jic23@kernel.org>
      0dbe59c7
    • L
      iio:ad5504: Mark transfer buffers as __be16 · 61c358e3
      Lars-Peter Clausen 提交于
      Fixes the following warnings from sparse:
      	drivers/iio/dac/ad5504.c:71:19: warning: incorrect type in initializer (different base types)
      	drivers/iio/dac/ad5504.c:71:19:    expected unsigned short [unsigned] [usertype] tmp
      	drivers/iio/dac/ad5504.c:71:19:    got restricted __be16 [usertype] <noident>
      	drivers/iio/dac/ad5504.c:80:19: warning: incorrect type in initializer (different base types)
      	drivers/iio/dac/ad5504.c:80:19:    expected unsigned short [unsigned] [usertype] tmp
      	drivers/iio/dac/ad5504.c:80:19:    got restricted __be16 [usertype] <noident>
      	drivers/iio/dac/ad5504.c:93:16: warning: cast to restricted __be16
      	drivers/iio/dac/ad5504.c:93:16: warning: cast to restricted __be16
      	drivers/iio/dac/ad5504.c:93:16: warning: cast to restricted __be16
      	drivers/iio/dac/ad5504.c:93:16: warning: cast to restricted __be16
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NJonathan Cameron <jic23@kernel.org>
      61c358e3
  2. 25 11月, 2013 2 次提交
  3. 24 10月, 2013 4 次提交
  4. 12 10月, 2013 1 次提交
  5. 05 10月, 2013 1 次提交
  6. 01 10月, 2013 13 次提交
  7. 24 9月, 2013 1 次提交
  8. 21 9月, 2013 1 次提交
  9. 16 9月, 2013 1 次提交
  10. 14 9月, 2013 1 次提交
  11. 20 8月, 2013 9 次提交