Skip to content
Snippets Groups Projects
  1. Feb 15, 2019
  2. Jul 31, 2017
  3. Jun 23, 2017
  4. Jan 25, 2017
  5. Sep 08, 2016
  6. Aug 22, 2016
  7. Mar 12, 2016
    • Shubhrajyoti Datta's avatar
      i2c: cadence: Fix the kernel-doc warnings · 30e31a1f
      Shubhrajyoti Datta authored
      
      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: default avatarMichal Simek <michal.simek@xilinx.com>
      Signed-off-by: default avatarShubhrajyoti Datta <shubhraj@xilinx.com>
      Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
      30e31a1f
  8. Nov 30, 2015
  9. Aug 10, 2015
  10. Mar 15, 2015
  11. Jan 14, 2015
  12. Jan 13, 2015
    • Harini Katakam's avatar
      i2c: cadence: Handle > 252 byte transfers · 9fae82e1
      Harini Katakam authored
      
      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: default avatarHarini Katakam <harinik@xilinx.com>
      [wsa: added braces around else branch]
      Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
      9fae82e1
  13. Dec 04, 2014
  14. Oct 20, 2014
  15. Apr 06, 2014
Loading