1. 26 1月, 2017 1 次提交
  2. 09 9月, 2016 1 次提交
  3. 22 8月, 2016 1 次提交
  4. 12 3月, 2016 1 次提交
    • S
      i2c: cadence: Fix the kernel-doc warnings · 30e31a1f
      Shubhrajyoti Datta 提交于
      This fixes the below warnings
      drivers/i2c/busses/i2c-cadence.c:164: warning: No description found for parameter 'dev'
      drivers/i2c/busses/i2c-cadence.c:826: warning: No description found for parameter 'dev'
      drivers/i2c/busses/i2c-cadence.c:826: warning: Excess function parameter '_dev' description in 'cdns_i2c_runtime_suspend'
      drivers/i2c/busses/i2c-cadence.c:844: warning: No description found for parameter 'dev'
      drivers/i2c/busses/i2c-cadence.c:844: warning: Excess function parameter '_dev' description in 'cdns_i2c_runtime_resume'
      
      while at it also update the cdns_i2c_clear_bus_hold
      and the runtime function update.
      Tested-by: NMichal Simek <michal.simek@xilinx.com>
      Signed-off-by: NShubhrajyoti Datta <shubhraj@xilinx.com>
      Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
      30e31a1f
  5. 01 12月, 2015 2 次提交
  6. 10 8月, 2015 2 次提交
  7. 15 3月, 2015 1 次提交
  8. 14 1月, 2015 1 次提交
  9. 13 1月, 2015 1 次提交
    • H
      i2c: cadence: Handle > 252 byte transfers · 9fae82e1
      Harini Katakam 提交于
      The I2C controller sends a NACK to the slave when transfer size register
      reaches zero, irrespective of the hold bit. So, in order to handle transfers
      greater than 252 bytes, the transfer size register has to be maintained at a
      value >= 1. This patch implements the same.
      The interrupt status is cleared at the beginning of the isr instead of
      the end, to avoid missing any interrupts.
      Signed-off-by: NHarini Katakam <harinik@xilinx.com>
      [wsa: added braces around else branch]
      Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
      9fae82e1
  10. 05 12月, 2014 1 次提交
  11. 20 10月, 2014 1 次提交
  12. 06 4月, 2014 1 次提交