1. 09 2月, 2015 1 次提交
  2. 06 2月, 2015 1 次提交
  3. 02 2月, 2015 1 次提交
  4. 29 1月, 2015 1 次提交
  5. 25 1月, 2015 2 次提交
  6. 23 1月, 2015 4 次提交
  7. 22 1月, 2015 2 次提交
  8. 20 1月, 2015 3 次提交
    • K
      MAINTAINERS: Add entry for Maxim chargers on Samsung boards · f8f847b5
      Krzysztof Kozlowski 提交于
      Add myself as supporter to help in reviewing patches for Maxim 14577 and
      77693 MUIC charger drivers. These are used on Exynos-based boards
      (Trats 2, Gear 1 and Gear 2).
      Signed-off-by: NKrzysztof Kozlowski <k.kozlowski@samsung.com>
      Cc: Sebastian Reichel <sre@kernel.org>
      Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Acked-By: NSebastian Reichel <sre@kernel.org>
      Signed-off-by: NSebastian Reichel <sre@kernel.org>
      f8f847b5
    • K
      net: netcp: Add Keystone NetCP core ethernet driver · 84640e27
      Karicheri, Muralidharan 提交于
      The network coprocessor (NetCP) is a hardware accelerator available in
      Keystone SoCs that processes Ethernet packets. NetCP consists of following
      hardware components
      
       1 Gigabit Ethernet (GbE) subsystem with a Ethernet switch sub-module to
         send and receive packets.
       2 Packet Accelerator (PA) module to perform packet classification
         operations such as header matching, and packet modification operations
         such as checksum generation.
       3 Security Accelerator(SA) capable of performing IPSec operations on
         ingress/egress packets.
       4 An optional 10 Gigabit Ethernet Subsystem (XGbE) which includes a
         3-port Ethernet switch sub-module capable of 10Gb/s and 1Gb/s rates
         per Ethernet port.
       5 Packet DMA and Queue Management Subsystem (QMSS) to enqueue and dequeue
         packets and DMA the packets between memory and NetCP hardware components
         described above.
      
      NetCP core driver make use of the Keystone Navigator driver API to allocate
      DMA channel for the Ethenet device and to handle packet queue/de-queue,
      Please refer API's in include/linux/soc/ti/knav_dma.h and
      drivers/soc/ti/knav_qmss.h for details.
      
      NetCP driver consists of NetCP core driver and at a minimum Gigabit
      Ethernet (GBE) module (1) driver to implement the Network device function.
      Other modules (2,3) can be optionally added to achieve supported hardware
      acceleration function. The initial version of the driver include NetCP
      core driver and GBE driver modules.
      
      Please refer Documentation/devicetree/bindings/net/keystone-netcp.txt
      for design of the driver.
      
       Cc: David Miller <davem@davemloft.net>
       Cc: Rob Herring <robh+dt@kernel.org>
       Cc: Grant Likely <grant.likely@linaro.org>
       Cc: Santosh Shilimkar <santosh.shilimkar@kernel.org>
       Cc: Pawel Moll <pawel.moll@arm.com>
       Cc: Mark Rutland <mark.rutland@arm.com>
       Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
       Cc: Kumar Gala <galak@codeaurora.org>
      Signed-off-by: NMurali Karicheri <m-karicheri2@ti.com>
      Signed-off-by: NWingman Kwok <w-kwok2@ti.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      84640e27
    • N
      netns: add rtnl cmd to add and get peer netns ids · 0c7aecd4
      Nicolas Dichtel 提交于
      With this patch, a user can define an id for a peer netns by providing a FD or a
      PID. These ids are local to the netns where it is added (ie valid only into this
      netns).
      
      The main function (ie the one exported to other module), peernet2id(), allows to
      get the id of a peer netns. If no id has been assigned by the user, this
      function allocates one.
      
      These ids will be used in netlink messages to point to a peer netns, for example
      in case of a x-netns interface.
      Signed-off-by: NNicolas Dichtel <nicolas.dichtel@6wind.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      0c7aecd4
  9. 19 1月, 2015 1 次提交
  10. 15 1月, 2015 1 次提交
  11. 14 1月, 2015 3 次提交
  12. 13 1月, 2015 1 次提交
  13. 10 1月, 2015 1 次提交
  14. 09 1月, 2015 2 次提交
  15. 08 1月, 2015 1 次提交
  16. 07 1月, 2015 3 次提交
  17. 06 1月, 2015 2 次提交
  18. 03 1月, 2015 2 次提交
  19. 23 12月, 2014 1 次提交
  20. 22 12月, 2014 3 次提交
  21. 19 12月, 2014 1 次提交
  22. 17 12月, 2014 1 次提交
  23. 16 12月, 2014 1 次提交
  24. 14 12月, 2014 1 次提交