1. 31 Jan, 2017 1 commit
    • Sergei Shtylyov's avatar
      sh_eth: rename EESIPR bits · 1a0bee6c
      Sergei Shtylyov authored
      Since the  commit  b0ca2a21 ("sh_eth: Add support of SH7763 to sh_eth")
      the *enum* declaring the EESIPR bits (interrupt mask) went out of sync with
      the *enum* declaring the EESR bits (interrupt status) WRT  bit naming  and
      formatting. I'd like to restore the consistency by using EESIPR as the bit
      name prefix, renaming the *enum* to EESIPR_BIT, and (finally) renaming the
      bits according to the available  Renesas SH77{34|63} manuals; additionally,
      reconstruct  couple names using  the EESR bit declaration above...
      Signed-off-by: default avatarSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      1a0bee6c
  2. 30 Jan, 2017 38 commits
  3. 29 Jan, 2017 1 commit
    • David S. Miller's avatar
      Merge branch 'dsa-multi-chip-prep' · 6d45408d
      David S. Miller authored
      Vivien Didelot says:
      
      ====================
      net: dsa: preparatory patches for multi-chip
      
      In order to introduce support for multi-chip configuration, we need to
      do a few enhancements. This patchset makes the number of ports in a
      switch dynamic (instead of capping to DSA_MAX_PORTS), stores the switch
      and index of a port in the dsa_port structure, uses it in the slave
      private structure, and exposes the bridge device a port belongs to.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      6d45408d