summaryrefslogtreecommitdiffstats
path: root/sys/arm/ti
Commit message (Expand)AuthorAgeFilesLines
* After r256961 ofw_iicbuc.c will be built for any kernel which includesloos2013-12-121-1/+0
* Activate the device before attempt to access any of its registers. Withoutloos2013-12-091-8/+8
* Fix a few typos on the scm (control module) pin mux definitions.loos2013-12-091-3/+3
* Similar to r255816, fix the math for the DELAY() calculation. It was offloos2013-12-081-1/+1
* Fix the pin value reading on AM335x. Because of the inverted logic it wasloos2013-12-061-2/+2
* Bugfixes... the host capabilties from FDT data are stored in host.caps, notian2013-11-191-3/+3
* Enable the ti_mbox and ti_pruss drivers.rpaulo2013-11-161-0/+3
* Add a driver for the TI Programmable Realtime Unit Subsystem.rpaulo2013-11-162-0/+356
* Add a driver for the Texas Instruments Mailbox hardware.rpaulo2013-11-162-0/+306
* Switch to the new common bus_space-v6.c, remove the local one.ian2013-11-072-114/+1
* Call initarm_lastaddr() later in the init sequence, after establishingian2013-11-051-2/+8
* Move remaining code and data related to static device mapping into theian2013-11-041-2/+3
* The ability to do 8-bit implies 4-bit capability too. Rearrange the casesian2013-11-011-4/+5
* TI sdhci driver improvements, mostly related to fdt data...ian2013-11-011-15/+82
* Sweep up a bit of arm-land fallout after r257244; include necessaryian2013-10-281-0/+1
* Retire arm_remap_nocache() and the data and constants associated with it.ian2013-10-271-1/+1
* Remove #include <machine/frame.h> from all the arm code that doesn'tian2013-10-2714-14/+0
* Remove all #include <machine/pmap.h> from arm code. It's alreadyian2013-10-272-2/+0
* Add support for uarts other than the serial console in TI OMAP SoCs.ian2013-08-211-0/+1
* Make the noop clock successfully do nothing, because doing nothing andian2013-08-211-1/+31
* Define the uart clocks so that they can be en/disabled at runtime.ian2013-08-212-1/+30
* Make the standard sdhci(4) driver work for the TI OMAP family SoCs.ian2013-08-202-1/+567
* 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
OpenPOWER on IntegriCloud