summaryrefslogtreecommitdiff
path: root/sys/arm/ti
Commit message (Expand)AuthorAgeFilesLines
* Add support for uarts other than the serial console in TI OMAP SoCs.Ian Lepore2013-08-211-0/+1
* Make the noop clock successfully do nothing, because doing nothing andIan Lepore2013-08-211-1/+31
* Define the uart clocks so that they can be en/disabled at runtime.Ian Lepore2013-08-212-1/+30
* Make the standard sdhci(4) driver work for the TI OMAP family SoCs.Ian Lepore2013-08-202-1/+567
* Let the platform calculate the timer frequency at runtime, and use that forOlivier Houchard2013-08-051-0/+6
* Initialisation routines for the mailbox, spinlock and PRU-ICSS clocks.Rui Paulo2013-07-312-1/+79
* Improve a comment.Rui Paulo2013-07-091-4/+2
* Add IDs for TPS65217C and TPS65217DOleksandr Tymoshenko2013-07-081-0/+8
* - AM335x requires updated soft-reset logic tooOleksandr Tymoshenko2013-07-081-4/+7
* - Add USBSS driver for AM335x SoC. Driver is a wrapper around Mentors GraphicOleksandr Tymoshenko2013-07-072-0/+482
* Don't clear the SYSCONFIG register on boot.Rui Paulo2013-07-062-2/+10
* Add support for ePWM submodule of PWMSSOleksandr Tymoshenko2013-07-041-4/+145
* - Request non-cached memory for framebufferOleksandr Tymoshenko2013-06-271-2/+24
* Print the 'setting internal ...' message only with bootverbose.Rui Paulo2013-06-261-1/+3
* Increase the maximum KVM available on TI chips. Not sure why we suddenly needOlivier Houchard2013-06-091-3/+3
* AM335x LCD controller driver with syscons supportOleksandr Tymoshenko2013-05-274-0/+1518
* Add PWM module driver for AM335x. Only eCAS subsystem is supportedOleksandr Tymoshenko2013-05-273-0/+319
* Add SCM registers definitions for AM335x platformOleksandr Tymoshenko2013-05-271-0/+38
* Add clock definitions for LCD controller and PWM moduleOleksandr Tymoshenko2013-05-272-3/+99
* Back out r250768 until I can further investigate why it mightTim Kientzle2013-05-181-1/+1
* Label the mmc child after the parent.Tim Kientzle2013-05-181-1/+1
* - Correct mispellings of word resourceGabor Kovesdan2013-04-171-4/+4
* Properly clean "spurious interrupt" stateOleksandr Tymoshenko2013-04-061-0/+1
* Add a macro that gets the physical address of a memory mapped deviceIan Lepore2013-03-172-4/+3
* MFcalloutng:Alexander Motin2013-02-281-18/+10
* Fix typoOleksandr Tymoshenko2013-02-271-1/+1
* - Initialize GPIO_OE register based on pinmux configurationOleksandr Tymoshenko2013-02-271-0/+14
* Fix off-by-one error in sanity checksOleksandr Tymoshenko2013-02-251-7/+7
* - Fix off-by-one error when returning max pin numberOleksandr Tymoshenko2013-02-251-7/+6
* Fix copy-paste error in bus_space_unmap argumentOleksandr Tymoshenko2013-02-151-5/+3
* Another overhaul of the CPSW driver for BeagleBoneTim Kientzle2013-02-033-901/+1586
* Fix case for some signal names.Damjan Marion2013-01-281-51/+51
* Filled in missing pads for AM335x / Beaglebone.Damjan Marion2013-01-281-130/+122
* Clarify the error messages for unrecognized pins and muxtypes.Tim Kientzle2013-01-191-4/+9
* Define IPI_IRQ_START and IPI_IRQ_END.Olivier Houchard2013-01-091-0/+4
* - Identify more devices for OMAP4 SoC (up to OMAP4470)Oleksandr Tymoshenko2013-01-072-30/+90
* Shuffle the TX underrun to work the same way as the RX underrun,Tim Kientzle2013-01-051-23/+9
* While trying to track down the root cause forTim Kientzle2013-01-052-24/+23
* Overhauled CPSW driver for TI CPSW Ethernet moduleTim Kientzle2013-01-013-373/+622
* PL310 driver update:Oleksandr Tymoshenko2012-12-312-3/+78
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Fix spelling.Tim Kientzle2012-11-251-1/+1
* Strip trailing newline.Warner Losh2012-11-231-1/+0
* Merge the FDT versions of initarm.Andrew Turner2012-11-031-499/+5
* Fix SMP build for omap4Olivier Houchard2012-10-301-1/+1
* Missing paren.Tim Kientzle2012-10-271-1/+1
* set the kernelname from the boot loader environment.Tim Kientzle2012-10-261-0/+5
* Do proper padding of runt packets using code copied from bge(4).Tim Kientzle2012-10-251-2/+51
* Refer to headers locally. This makes it a lot easierTim Kientzle2012-10-251-2/+2
* remove duplicate semicolons where possible.Eitan Adler2012-10-221-1/+1