summaryrefslogtreecommitdiffstats
path: root/sys/arm/ti
Commit message (Expand)AuthorAgeFilesLines
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cian2014-03-101-1/+0
* Move all the files named foo/common.c to foo/foo_common.c, asimp2014-03-082-1/+1
* When calculating the MPU freq, make sure not to overflow by using a uint64_t.cognet2014-03-061-1/+1
* Replace many pasted identical definitions of cpu_initclocks() with a commonian2014-02-261-6/+0
* Move the declaration for mpentry() into a header file instead of pastingian2014-02-231-3/+0
* Eliminate an unused-var warning by wrapping #if 0 around some tables ofian2014-02-231-0/+2
* Allow the use of the OFW GPIO bus for ti_gpio and bcm2835_gpio. With thisloos2014-02-131-0/+12
* Remove trailing tabs causing false grep positivesimp2014-02-041-2/+2
* Don't call device_set_ivars() for the mmchs, it doesn't seem to be used,cognet2014-02-021-1/+0
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-0218-0/+68
* Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it withandrew2014-01-282-4/+0
* fix args to mtx_initjmg2014-01-272-2/+2
* Doh! Use C comments, not C++.ian2014-01-041-9/+9
* Convert static device mapping to use the new arm_devmap_add_entry(),ian2014-01-041-29/+13
* Fix a typo that caused a loop to run beyond the end of the array it wasian2014-01-031-1/+1
* Add PPS support to the am335x timer driver. This uses the timer hardware'sian2013-12-221-54/+333
* A variety of cleanups...ian2013-12-221-107/+128
* Map out all the timer-related registers, and define named constants forian2013-12-221-20/+43
* Shorten the DMTIMER_ prefix used for register names to DMT_. This is inian2013-12-221-34/+34
* 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
OpenPOWER on IntegriCloud