summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-22net: tsec: Fix mac addr setup portability, cleanupClaudiu Manoil1-10/+8
2013-11-22net: tsec: Use portable regs type (uint->u32)Claudiu Manoil2-141/+139
2013-11-22net: tsec: Use portable types and accessors for BDsClaudiu Manoil2-54/+56
2013-11-22net: tsec: Fix CamelCase issues around BD codeClaudiu Manoil2-32/+32
2013-11-22net: fsl_mdio: Fix warnings for __iomem pointersClaudiu Manoil2-11/+14
2013-11-22net: tsec: Cleanup tsec regs init and fix __iomem warnsClaudiu Manoil2-27/+38
2013-11-22net: tsec: Fix priv pointer in tsec_mcast_addr()Claudiu Manoil1-7/+1
2013-11-22net: tsec: Fix and cleanup tsec_mcast_addr()Claudiu Manoil1-16/+15
2013-11-22net: Fix mcast function pointer prototypeClaudiu Manoil3-4/+4
2013-11-22net: designware: Fix alignment of buffer descriptorsAlexey Brodkin1-4/+3
2013-11-22net: designware: Respect "bus mode" register contents on SW resetAlexey Brodkin1-1/+1
2013-11-22net: sh-eth: Add support R8A7791Nobuhiro Iwamatsu2-4/+5
2013-11-22net, phy: fix AR8031 phy_maskHeiko Schocher1-1/+1
2013-11-22net: rtl8169: Add support for RTL8168evl/8111evlThierry Reding1-0/+1
2013-11-22net: rtl8169: Fix format stringThierry Reding1-5/+5
2013-11-22net: add support for extended registers to mdio commandStefano Babic1-16/+59
2013-11-22net: add function to read/write extended registers in Micrel PhyStefano Babic1-0/+32
2013-11-22net: add extended function to phy APIStefano Babic1-0/+3
2013-11-22net: fix mask for phy Micrel KSZ9031Stefano Babic1-1/+1
2013-11-22phy: add missing constants for Micrel KSZ9031Stefano Babic1-0/+5
2013-11-22net/phy: realtek: Fix the PHY ID mask to ensure the correct Realtek PHY is de...Bhupesh Sharma1-3/+3
2013-11-22net: phy/vitesse: Add support for VSC8514 phy moduleArpit Goel1-1/+68
2013-11-22net: sh-eth: Add support R8A7790Nobuhiro Iwamatsu2-1/+11
2013-11-22net: sh-eth: Add invalidate cache control for rmobile (ARM SoC)Nobuhiro Iwamatsu1-5/+26
2013-11-22net: sh-eth: Add control for padding size of packet descriptorNobuhiro Iwamatsu2-10/+30
2013-11-22net: sh-eth: Change cache API of SHNobuhiro Iwamatsu1-1/+2
2013-11-22NET: mvgbe: avoid unused variable warning when used without phylib supportSascha Silbe1-2/+3
2013-11-22net: trivial: Fix typos in mii field descriptionsStephan Bauroth1-2/+2
2013-11-22phy: introduce structure fixed-linkShaohui Xie1-0/+8
2013-11-22powerpc/p4080: enable support for PCIe SATAShaohui Xie1-0/+6
2013-11-22phylib: update atheros ar803x phyShengzhou Liu1-2/+2
2013-11-22net: tftp: Make sure timeout will not effect wrap offsetrockly1-1/+1
2013-11-21sandbox: Make map_to_sysmem() use a constant pointerSimon Glass2-2/+2
2013-11-21sandbox: Correct data sizes and printf() strings in fdtdec.cSimon Glass1-4/+4
2013-11-21sandbox: config: Don't use 64-bit physical memorySimon Glass2-3/+2
2013-11-21sandbox: Use system headers first for sandbox's os.cSimon Glass2-4/+11
2013-11-21sandbox: Use uint64_t instead of u64 for timeSimon Glass2-2/+5
2013-11-21buildman: make board selector argument a regexStephen Warren2-5/+21
2013-11-21buildman: fix READMEAndreas Bießmann1-1/+1
2013-11-21patman: add Commit-notes tag and sectionAlbert ARIBAUD3-8/+47
2013-11-21am335x: fix GPMC config for NAND and NOR SPL bootpekon gupta3-41/+30
2013-11-21mtd: nand: omap: add CONFIG_NAND_OMAP_ECCSCHEME for selection of ecc-schemepekon gupta17-15/+43
2013-11-21mtd: nand: omap: enable BCH ECC scheme using ELM for generic platformpekon gupta3-125/+228
2013-11-21mtd: nand: omap: make am33xx/elm.c as common driver for all OMAPx and AMxxxx ...pekon gupta9-5/+28
2013-11-21mtd: atmel_nand: use dev_xxx instead of printkWu, Josh1-11/+11
2013-11-21mtd: atmel_nand: don't print bit correction message in driverWu, Josh1-2/+2
2013-11-21sama5d3xek: support larger than 4G nand flashWu, Josh1-2/+3
2013-11-21mtd: atmel_nand: enable PMECC support for 8k bytes page NAND flashWu, Josh1-1/+9
2013-11-21board/c29xpcie: Add support of 8K page size NAND flashPrabhakar Kushwaha1-4/+6
2013-11-21mtd/ifc: Add support of 8K page size NAND flashPrabhakar Kushwaha4-2/+109