Skip to content
Snippets Groups Projects
  1. Aug 10, 2015
  2. Mar 15, 2015
  3. Jan 14, 2015
  4. 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
  5. Dec 04, 2014
  6. Oct 20, 2014
  7. Apr 06, 2014
Loading