summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv
Commit message (Expand)AuthorAgeFilesLines
...
* - Calculate the I2C baud rate to keep them <100 kHz under different TCLKhrs2012-08-211-13/+122
* Add mvts(4) driver for internal thermal sensor found on 88F6282 and 88F6283.hrs2012-08-182-0/+179
* Sort IDs.hrs2012-08-181-1/+1
* - MV_DEV_88F6282 has 256KB 4-way L2 cache.hrs2012-08-181-6/+14
* Fix a bug that could fail to initialize GPIO pins specified in "gpios" becausehrs2012-08-181-1/+1
* Set machine correctly on ARM. This allows universe to use the correct worldandrew2012-08-182-0/+2
* Merging of projects/armv6, part 7gonzo2012-08-1519-185/+1364
* Add support for Marvell 88F6282.hrs2012-07-286-4/+22
* Remove some unused variables/externs that have been copied too many times...imp2012-07-101-6/+0
* Fix LINT.marcel2012-07-051-1/+1
* More Linux boot support. Create arm_dump_avail_init() to initializeimp2012-06-141-6/+1
* Create default_parse_boot_param which, if FreeBSD /boot/loader supportimp2012-06-142-33/+9
* Modify all the arm platform files to call parse_boot_param passing inimp2012-06-141-2/+2
* Trim trailing whitespace...imp2012-06-132-2/+2
* Pull out the common code to initialise proc0 & thread0 from initarm to aandrew2012-06-101-10/+1
* Minor rearrangement of the locore <-> initarm interface. Pass in aimp2012-06-031-1/+3
* Unbreak LINT for ARM: DEBUG is a kernel configuration option.marcel2012-05-191-3/+0
* Add localbus driver for Marvell's platforms.gber2012-05-181-0/+493
* Add architecture dependent code to support NAND Framework on Marvell SoCs.gber2012-05-184-28/+82
* Fix error check.raj2012-03-151-1/+1
* Remove unused #defines. All this is now retrieved from the device tree.raj2012-03-041-126/+0
* Make sure we do not provide the page 0 to the VM. It can't handle it properly,cognet2012-02-291-3/+13
* Fix OF_finddevice error return value in case of FDT.jchandra2011-12-022-8/+8
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-2/+1
* Initial version of cesa(4) driver for Marvell crypto engine and securityraj2011-11-191-0/+1
* Fix build when DEBUG is defined in the kernel configuration file (e.g.marcel2011-10-042-6/+0
* Do not call platform_gpio_init() early. It doesn't work because we domarcel2011-07-152-26/+2
* Set preload_addr_relocate accordingly so that preloaded modules andmarcel2011-07-151-0/+1
* Typokevlo2011-06-291-1/+1
* Add basic support for the Marvell Orion TS-7800.philip2011-04-152-0/+19
* Fix mv_gpio_in() for pin numbers that occupy bits 8-31 in GPIO registers.marcel2011-03-161-1/+1
* In arm_get_next_irq(), use the last IRQ argument in order to preventmarcel2011-02-081-11/+23
* o Make sure to mask off timer1 interrupts. It's not necessarilymarcel2011-02-081-1/+2
* Remove use_high from the softc and simply check the number of GPIOmarcel2011-02-071-7/+3
* The FDT describes the host controller directly. There's no need tomarcel2011-02-031-17/+10
* Fix r217688. We need to call init_param1() before we use msgbufsize,marcel2011-01-221-1/+3
* Fix backtraces by defining ksym_start & ksym_end if DDB ismarcel2011-01-221-0/+8
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-3/+2
* - Add a proper return value to mv_gpio_intr().jhb2011-01-061-4/+5
* Set of legacy mode SATA enchancements:mav2010-10-181-1/+1
* Clear timer interrupt status before calling callback, not after it,mav2010-09-181-4/+6
* Fix several un-/signedness bugs of r210290 and r210293. Add one more check.mav2010-07-201-3/+3
* Refactor Marvell ARM SoC timer driver to the new timer infrastructure.mav2010-07-202-42/+81
* Now that we are fully FDT-driven on MRVL platforms, remove PHYSMEM_SIZE option.raj2010-07-195-33/+3
* Eliminate FDT_IMMR_VA define.raj2010-07-191-1/+1
* Move MRVL FDT fixups and PIC decode routine to a platform specific area.raj2010-07-191-0/+42
* Convert Marvell ARM platforms to FDT convention.raj2010-06-1326-2287/+1532
* Import mvs(4) - Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA controllersmav2010-05-021-0/+1
* Oops! Wrong copy-paste in r206053.mav2010-04-011-1/+1
* Fill extended ATA command registers in cPRD to support 48bit commands.mav2010-04-011-0/+5
OpenPOWER on IntegriCloud