summaryrefslogtreecommitdiffstats
path: root/sys/arm/ti
Commit message (Expand)AuthorAgeFilesLines
* MFcalloutng:mav2013-02-281-18/+10
* Fix typogonzo2013-02-271-1/+1
* - Initialize GPIO_OE register based on pinmux configurationgonzo2013-02-271-0/+14
* Fix off-by-one error in sanity checksgonzo2013-02-251-7/+7
* - Fix off-by-one error when returning max pin numbergonzo2013-02-251-7/+6
* Fix copy-paste error in bus_space_unmap argumentgonzo2013-02-151-5/+3
* Another overhaul of the CPSW driver for BeagleBonekientzle2013-02-033-901/+1586
* Fix case for some signal names.dmarion2013-01-281-51/+51
* Filled in missing pads for AM335x / Beaglebone.dmarion2013-01-281-130/+122
* Clarify the error messages for unrecognized pins and muxtypes.kientzle2013-01-191-4/+9
* Define IPI_IRQ_START and IPI_IRQ_END.cognet2013-01-091-0/+4
* - Identify more devices for OMAP4 SoC (up to OMAP4470)gonzo2013-01-072-30/+90
* Shuffle the TX underrun to work the same way as the RX underrun,kientzle2013-01-051-23/+9
* While trying to track down the root cause forkientzle2013-01-052-24/+23
* Overhauled CPSW driver for TI CPSW Ethernet modulekientzle2013-01-013-373/+622
* PL310 driver update:gonzo2012-12-312-3/+78
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Fix spelling.kientzle2012-11-251-1/+1
* Strip trailing newline.imp2012-11-231-1/+0
* Merge the FDT versions of initarm.andrew2012-11-031-499/+5
* Fix SMP build for omap4cognet2012-10-301-1/+1
* Missing paren.kientzle2012-10-271-1/+1
* set the kernelname from the boot loader environment.kientzle2012-10-261-0/+5
* Do proper padding of runt packets using code copied from bge(4).kientzle2012-10-251-2/+51
* Refer to headers locally. This makes it a lot easierkientzle2012-10-251-2/+2
* remove duplicate semicolons where possible.eadler2012-10-221-1/+1
* Don't repeat the POSTREAD dma sync.kientzle2012-10-221-5/+1
* Replace deprecated M_DONTWAIT with M_NOWAIT.kientzle2012-10-191-2/+2
* Fix an mbuf leak in cpsw driver, clean up mbuf management:kientzle2012-10-151-5/+8
* Cut-and-paste dropped semicolon.kientzle2012-10-141-1/+1
* Name cpsw_stop to cpsw_stop_locked consistently with other functionskientzle2012-10-141-5/+7
* Return correct packet size.kientzle2012-10-141-3/+3
* Remove unused variables from the OMAP ehci code.andrew2012-10-011-6/+0
* Pull out the SoC specific parts of initarm into separate functionsandrew2012-09-231-2/+23
* Update different versions of physmap_init to be identical in preparationandrew2012-09-231-4/+14
* Reduce the diff between the FDT implementations of initarm.andrew2012-09-221-5/+7
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-221-19/+0
* remove some unnecessary debugging statements, dead code and incorrectjmg2012-09-161-5/+1
* Correct double "the the"eadler2012-09-141-1/+1
* Correctly fetch the MAC address.kientzle2012-08-271-11/+9
* Style cleanupgonzo2012-08-251-4/+1
* After r239366, fix the ti_edma3.c driver to use thekientzle2012-08-221-1/+1
* Set machine correctly on ARM. This allows universe to use the correct worldandrew2012-08-181-0/+1
* Specify architecture for assemblergonzo2012-08-151-0/+2
* Merging of projects/armv6, part 10gonzo2012-08-1558-0/+19052
OpenPOWER on IntegriCloud