summaryrefslogtreecommitdiffstats
path: root/sys/arm/ti
Commit message (Expand)AuthorAgeFilesLines
* Let the platform calculate the timer frequency at runtime, and use that forcognet2013-08-051-0/+6
* Initialisation routines for the mailbox, spinlock and PRU-ICSS clocks.rpaulo2013-07-312-1/+79
* Improve a comment.rpaulo2013-07-091-4/+2
* Add IDs for TPS65217C and TPS65217Dgonzo2013-07-081-0/+8
* - AM335x requires updated soft-reset logic toogonzo2013-07-081-4/+7
* - Add USBSS driver for AM335x SoC. Driver is a wrapper around Mentors Graphicgonzo2013-07-072-0/+482
* Don't clear the SYSCONFIG register on boot.rpaulo2013-07-062-2/+10
* Add support for ePWM submodule of PWMSSgonzo2013-07-041-4/+145
* - Request non-cached memory for framebuffergonzo2013-06-271-2/+24
* Print the 'setting internal ...' message only with bootverbose.rpaulo2013-06-261-1/+3
* Increase the maximum KVM available on TI chips. Not sure why we suddenly needcognet2013-06-091-3/+3
* AM335x LCD controller driver with syscons supportgonzo2013-05-274-0/+1518
* Add PWM module driver for AM335x. Only eCAS subsystem is supportedgonzo2013-05-273-0/+319
* Add SCM registers definitions for AM335x platformgonzo2013-05-271-0/+38
* Add clock definitions for LCD controller and PWM modulegonzo2013-05-272-3/+99
* Back out r250768 until I can further investigate why it mightkientzle2013-05-181-1/+1
* Label the mmc child after the parent.kientzle2013-05-181-1/+1
* - Correct mispellings of word resourcegabor2013-04-171-4/+4
* Properly clean "spurious interrupt" stategonzo2013-04-061-0/+1
* Add a macro that gets the physical address of a memory mapped deviceian2013-03-172-4/+3
* 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
OpenPOWER on IntegriCloud