1. 16 Sep, 2017 1 commit
  2. 14 Sep, 2017 1 commit
    • Greg Kroah-Hartman's avatar
      firmware: delete in-kernel firmware · 5620a0d1
      Greg Kroah-Hartman authored
      
      The last firmware change for the in-kernel firmware source code was back
      in 2013.  Everyone has been relying on the out-of-tree linux-firmware
      package for a long long time.
      
      So let's drop it, it's baggage we don't need to keep dragging around
      (and having to fix random kbuild issues over time...)
      
      Cc: Kyle McMartin <kyle@kernel.org>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Michal Marek <mmarek@suse.com>
      Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
      Acked-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      5620a0d1
  3. 09 May, 2017 1 commit
  4. 02 Oct, 2014 1 commit
  5. 09 Jul, 2014 1 commit
  6. 14 May, 2014 2 commits
  7. 05 Apr, 2013 1 commit
  8. 23 Mar, 2013 1 commit
  9. 21 Nov, 2012 1 commit
  10. 16 Aug, 2012 1 commit
  11. 02 Aug, 2012 1 commit
  12. 16 May, 2012 1 commit
    • Paul Gortmaker's avatar
      tokenring: delete all remaining driver support · ee446fd5
      Paul Gortmaker authored
      
      This represents the mass deletion of the of the tokenring support.
      
      It gets rid of:
        - the net/tr.c which the drivers depended on
        - the drivers/net component
        - the Kbuild infrastructure around it
        - any tokenring related CONFIG_ settings in any defconfigs
        - the tokenring headers in the include/linux dir
        - the firmware associated with the tokenring drivers.
        - any associated token ring documentation.
      Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
      ee446fd5
  13. 16 Jan, 2012 1 commit
  14. 03 Jul, 2011 1 commit
  15. 01 Apr, 2011 1 commit
  16. 14 Mar, 2011 1 commit
  17. 31 Dec, 2010 1 commit
  18. 16 Dec, 2010 1 commit
  19. 11 Oct, 2010 1 commit
  20. 06 Oct, 2010 3 commits
  21. 17 Aug, 2010 1 commit
  22. 08 Jul, 2010 1 commit
  23. 26 Jun, 2010 1 commit
  24. 18 May, 2010 1 commit
  25. 17 Feb, 2010 1 commit
  26. 16 Feb, 2010 1 commit
  27. 07 Jan, 2010 1 commit
  28. 30 Oct, 2009 1 commit
  29. 15 Oct, 2009 1 commit
    • Eilon Greenstein's avatar
      bnx2x: Allowing 0 as initial fairness value · b015e3d1
      Eilon Greenstein authored
      
      Value of zero was used to disable the fairness mechanism. Though the code
      (driver and FW) allowed changing the value at run time, it did not allow to do
      that if the mechanism was disabled to begin with.
      Fixed the FW to allow turning on and off the mechanism at run time. Fixed the
      code to read the value from the chip at the right sequence.
      Without this fix, if the initial value was set to zero, traffic could not run on
      the interface.
      Signed-off-by: default avatarEilon Greenstein <eilong@broadcom.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      b015e3d1
  30. 05 Oct, 2009 1 commit
  31. 15 Sep, 2009 1 commit
  32. 30 Aug, 2009 1 commit
    • Ben Hutchings's avatar
      radeon: Use request_firmware() · 70967ab9
      Ben Hutchings authored
      
      Loosely based on a patch by
      Jaswinder Singh Rajput <jaswinderlinux@gmail.com>.
      
      KMS support by Dave Airlie <airlied@redhat.com>.
      
      For Radeon 100- to 500-series, firmware blobs look like:
          struct {
              __be32 datah;
              __be32 datal;
          } cp_ucode[256];
      
      For Radeon 600-series, there are two separate firmware blobs:
          __be32 me_ucode[PM4_UCODE_SIZE * 3];
          __be32 pfp_ucode[PFP_UCODE_SIZE];
      
      For Radeon 700-series, likewise:
          __be32 me_ucode[R700_PM4_UCODE_SIZE];
          __be32 pfp_ucode[R700_PFP_UCODE_SIZE];
      Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      70967ab9
  33. 29 Aug, 2009 1 commit
  34. 27 Aug, 2009 2 commits
  35. 13 Aug, 2009 1 commit
    • Eilon Greenstein's avatar
      bnx2x: Using the new FW · ca00392c
      Eilon Greenstein authored
      
      The new FW improves the packets per second rate. It required a lot of change in
      the FW which implies many changes in the driver to support it. It is now also
      possible for the driver to use a separate MSI-X vector for Rx and Tx - this also
      add some to the complicity of this change.
      
      All things said - after this patch, practically all performance matrixes show
      improvement.
      Though Vladislav Zolotarov is not signed on this patch, he did most of the job
      and deserves credit for that.
      Signed-off-by: default avatarEilon Greenstein <eilong@broadcom.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      ca00392c
  36. 08 Jul, 2009 1 commit