summaryrefslogtreecommitdiff
path: root/sys/dev/marvell
AgeCommit message (Expand)Author
2015-10-02PCI Extended Configuration stuff written by nonaka@:msaitoh
2015-08-08Fix calculate to address for window register.kiyohara
2015-07-28fix: panic at doing "vmstat -ev" after a PCIe device detached.knakahara
2015-07-11Improve spelling: regsiter -> registerkamil
2015-06-24fix: pexih->ih_evcnt->ev_name pointed stack address wrongly.knakahara
2015-06-03add new cryptographic accelerator driver 'mvxpsec.'hsuenaga
2015-06-03reduce magic numbers. SDRAM address space attribute register has cache coherencyhsuenaga
2015-06-03separate buffer management codes 'mvxpbm.c' from if_mvxpe.c.hsuenaga
2015-06-03move Marvell ARMADA SoC's device driver definitions from arm/marvellhsuenaga
2015-05-03add new ethernet driver mvxpe for recent MARVELL's SoC after ARMADA/XP.hsuenaga
2015-04-15add u-boot argument parser for Marvell ARMADA XP/370.hsuenaga
2015-04-14Include <sys/rndsource.h> where it is actually used.riastradh
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2015-01-11sizeof doesn't evaluate the expression, so increment of rxd doesn'tjoerg
2014-11-15centralize the dialout/call unit macros.christos
2014-09-21this is not python (add braces)christos
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-30provide a buffer for pci_intr_string()christos
2014-03-30Fix typo.htodd
2014-03-30catch up with pci_intr_string changeschristos
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2014-03-15Support Armada 370 and DDR3 tags.kiyohara
2014-03-15Add tags to marvell_attach_args.kiyohara
2014-03-15Add some Armada 370 IDs.kiyohara
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-02-17Add MARVELL_TAG_DDR3_CS[0-3] for latest SoC.kiyohara
2014-02-03 Carefully set IFF_OACTIVE in mvgbe_start(). Even if mvgbe_encap()msaitoh
2013-12-23Support Basic Mode for Armada XP.kiyohara
2013-11-06move some variables inside their #ifdef use.mrg
2013-10-03Revirt 'Move the Marvell extension to com_mv.c' at Sun Sep 1 04:51:24 UTC 2013.kiyohara
2013-09-28Change address/size of CESA Registers.kiyohara
2013-09-28Add ARMADAXP IDs.kiyohara
2013-09-28Add ARMADAXP MV78{13,16,23,26}0.kiyohara
2013-09-08Fix size of EHCI register space.kiyohara
2013-09-06Make gttswi MI and usuable from non-Marvell SoCs.matt
2013-09-05Make sc_started bool and true/false instead of 1/0matt
2013-09-01Move the Marvell extension to com_mv.c.kiyohara
2013-08-29Fix build failed with ofppc.kiyohara
2013-08-25Move mvspi defines into sys/dev/marvell/files.discovery.kiyohara
2013-08-03Issue the STOP-bit if needed.kiyohara
2013-05-13There is no opt_mvsoc.h; the #ifdef ARMADAXP should be changed to somechristos
2013-05-06Removed an unused variable.khorben
2013-05-01Support Marvell Armada XP.rkujawa
2013-05-01TWSI controller on Armada XP is a bit different. Support that.rkujawa
2013-05-01Add IDs for Marvell Armada XP and ATTR_SDRAM registers used with IO cache coh...rkujawa
2013-05-01Avoid configuring root complex on MV78460.rkujawa
2013-05-01Support SATA on Marvell Armada XP.rkujawa
2013-05-01Add support for Marvell's SPI controller as found on Armada XP.rkujawa
2012-12-28Fix a bug that a multicast filter entry is incorrectly overrodemsaitoh