aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/ti
Commit message (Expand)AuthorAgeFilesLines
* Add missing driver for TDA19988 HDMI framerOleksandr Tymoshenko2015-06-181-0/+810
* Add HDMI support to Beaglebone Black:Oleksandr Tymoshenko2015-06-185-174/+504
* - Add clk_set_source_freq field to struct ti_clock_dev so clock deviceOleksandr Tymoshenko2015-06-174-29/+113
* "status_reg.acpwr ? 1 : 0" is now the same as just "status_reg.acpwr".Maxim Sobolev2015-06-091-1/+1
* Fix a typo in a comment that has been carried over from am335x_pmic.c.Maxim Sobolev2015-06-091-1/+1
* Use tab to do identation consistently.Maxim Sobolev2015-06-091-1/+1
* Extend TPS65217 support to be able to pull and decode batteryMaxim Sobolev2015-06-092-41/+227
* Rename fdt_find_child to ofw_bus_find_child. There is nothing FDT-specificOleksandr Tymoshenko2015-05-241-2/+2
* Remove an unused header.Andrew Turner2015-05-232-92/+0
* Add a miibus_statchg and use it to enable Gigabit mode when appropriate.Andrew Turner2015-05-221-0/+32
* Switch TI platform support code from using FreeBSD's custom-baked DTSOleksandr Tymoshenko2015-05-2243-2892/+3821
* ti_pruss: pass the correct IRQ to userland.Rui Paulo2015-05-202-8/+28
* Add support for the power button on BeagleBone Black.Luiz Otavio O Souza2015-05-131-6/+73
* Use the new gic option on all configs that need it.Andrew Turner2015-05-101-1/+0
* Pass the resources requests to the upper bus.Luiz Otavio O Souza2015-05-091-0/+11
* Include vm/pmap.h for pmap_kextract.Andrew Turner2015-04-041-0/+3
* Stop using machine/fdt.h in the arm kernel code when we don't need it.Andrew Turner2015-04-046-6/+0
* Build the cpufunc_asm_* files based on the cpu type, not which config fileAndrew Turner2015-03-291-1/+0
* Remove cpufunc_asm_arm11.S from the ARMv7 configs, it's not used.Andrew Turner2015-03-291-1/+0
* Stop building unused cpuvunc_* files, we don't need anything from these.Andrew Turner2015-03-291-2/+0
* Change the name of the dmtimer pps device from /dev/ppsN to /dev/dmtppsN.Ian Lepore2015-03-091-1/+1
* Attach the prcm clock driver early, so it can set the mpcore timer frequency.Ian Lepore2015-03-091-1/+2
* Fix spurious interrupts on arm am335x (beaglebone), by doing the EOI inIan Lepore2015-03-081-6/+11
* Fix a number of -Wcast-qual warnings under sys/arm. No functionalDimitry Andric2015-02-263-6/+6
* In sys/arm/ti/am335x/am335x_rtc.c, fix a clang 3.6.0 warning aboutDimitry Andric2015-02-261-1/+1
* Fix a bug where an interrupt could be masked unintentionally whenLuiz Otavio O Souza2015-02-041-1/+1
* am335x_clk_pruss_activate(): use the L3F clock.Rui Paulo2015-02-021-7/+7
* Implement GPIO_GET_BUS() method for all GPIO drivers.Luiz Otavio O Souza2015-01-312-6/+20
* Clean up and fix the device detach routine and the failure path on GPIOLuiz Otavio O Souza2015-01-311-16/+12
* ti_pruss: make sure the mmap'ed memory region is uncacheable.Rui Paulo2015-01-311-0/+1
* Set LCDC clock frequency to 2*148500 KHzOleksandr Tymoshenko2015-01-291-3/+3
* Add ARMv7 performance monitoring counters.Ruslan Bukin2015-01-281-0/+1
* - Increase default i2c bus timeout to 5 seconds from 1 second. SometimesOleksandr Tymoshenko2015-01-251-5/+39
* Add vt(4) support to AM335x LCDC driverOleksandr Tymoshenko2015-01-252-4/+49
* After interrupt read value from register to make sure it reached hardware. ThisOleksandr Tymoshenko2015-01-241-0/+4
* Write ACK for all kinds of LCDC interruptsOleksandr Tymoshenko2015-01-221-2/+3
* Remove "#define DEBUG" that conflicts with "option DEBUG" in kernel configOleksandr Tymoshenko2015-01-212-2/+0
* Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specificIan Lepore2015-01-211-1/+1
* Properly clear IRQ status in order to fix "Spurious IRQ" message from AINT.Oleksandr Tymoshenko2015-01-201-0/+3
* Fix programming timing parameters to LCDC. Actual value used for HBP, HFP, HS...Oleksandr Tymoshenko2015-01-181-13/+27
* Fix cpsw(4) after r277203 which folded 'struct m_hdr' into 'struct mbuf'.Bjoern A. Zeeb2015-01-151-6/+6
* Add support to turn off Beaglebone with poweroff(8) or shutdown(8) -p.Luiz Otavio O Souza2015-01-127-3/+363
* Rename gic_init_secondary to arm_init_secondary_ic to help with the mergeAndrew Turner2015-01-111-1/+1
* Add 64-bit DMA support in the XHCI controller driver.Hans Petter Selasky2015-01-052-1/+3
* Remove -Wa,-march=armv7a from arm kernel configs, it makes clang 3.5 sadIan Lepore2015-01-011-1/+1
* Remove unnecessary code and, instead, use the provided iicbus_null_callbackLuiz Otavio O Souza2014-12-271-33/+1
* Fix a off-by-one bug.Luiz Otavio O Souza2014-12-271-1/+2
* Fix the musb initialization sequence on AM335x.Luiz Otavio O Souza2014-12-261-9/+18
* Squelch a (bogus) gcc use-before-init warning.Ian Lepore2014-12-261-0/+1
* Add interrupt support for GPIO pins on OMAP4 and AM335x.Luiz Otavio O Souza2014-12-252-32/+307