summaryrefslogtreecommitdiffstats
path: root/sys/arm/ti/am335x
Commit message (Expand)AuthorAgeFilesLines
* MFC r312859:ian2017-03-012-1/+9
* MFC r306262, r306267, r310021: (needed to avoid conflicts on later merges)ian2017-03-011-3/+3
* MFC r308640:ian2017-03-012-8/+8
* Fixes the sensor initialization, always reset the digital outputs on start.loos2017-01-041-4/+7
* MFC of r305114, r305115 and r305149:loos2016-12-303-0/+178
* MFC of r305112, r305113, r305119, r305141 and r305432:loos2016-12-302-4/+8
* MFC r307518:hselasky2016-11-071-9/+2
* MFC r306902:mmel2016-11-053-6/+0
* MFC r306050:loos2016-09-271-4/+14
* MFC r302988:loos2016-08-051-0/+1
* Add the SPI driver for am335x.loos2016-03-291-0/+10
* Remove taskqueue_enqueue_fast().jhb2016-03-011-1/+1
* Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms.skra2016-02-221-2/+0
* Move hdmi_if.m to files.arm so other kernel configs can use it.andrew2015-11-211-1/+0
* Makeoption ARM_LITLE_ENDIAN does nothing. Remove it since it isn'timp2015-11-201-1/+0
* Stop setting {KERN,}PHYSADDR on armv6, it's unneeded.andrew2015-11-201-7/+0
* Somewhat improve HDMI event APIgonzo2015-11-142-3/+3
* hdmi_if.m will be reused by iMX6 IPU code so move it to arm/armgonzo2015-11-142-58/+1
* Move all HDMI-related stuff to hdmi_if.m, hdmi.h is not requiredgonzo2015-11-144-40/+7
* Consistently capitalize "TI" as an abbreviation for Texas Instruments.gavin2015-11-121-1/+1
* Fix parsing of I2C addresses properties in fdt data. I2C address isian2015-10-212-2/+2
* Add a new PPS driver for AM335x (beaglebone) timer hardware. This can beian2015-08-132-0/+550
* Remove all dregs of the old PPS driver from this code, in preparation forian2015-08-122-435/+165
* Add a MODULE_VERSION(), because other things MODULE_DEPEND() on this.ian2015-08-121-0/+1
* Make this compile again when PPS_SYNC is defined. Also remove a coupleian2015-08-111-16/+1
* Fix color mapping for TDA19988. Values for VIP_CNTRL_1 and VIP_CNTRL_2gonzo2015-07-251-2/+2
* Synchronize PIN input/output modes with gnu/dts/include/dt-bindings/pinctrl/a...gonzo2015-07-251-1/+2
* If there is panel info in DTB do not wait for HDMI event and setupgonzo2015-07-251-2/+5
* Add missing driver for TDA19988 HDMI framergonzo2015-06-181-0/+810
* Add HDMI support to Beaglebone Black:gonzo2015-06-185-174/+504
* - Add clk_set_source_freq field to struct ti_clock_dev so clock devicegonzo2015-06-171-23/+65
* "status_reg.acpwr ? 1 : 0" is now the same as just "status_reg.acpwr".sobomax2015-06-091-1/+1
* Fix a typo in a comment that has been carried over from am335x_pmic.c.sobomax2015-06-091-1/+1
* Use tab to do identation consistently.sobomax2015-06-091-1/+1
* Extend TPS65217 support to be able to pull and decode batterysobomax2015-06-092-41/+227
* Rename fdt_find_child to ofw_bus_find_child. There is nothing FDT-specificgonzo2015-05-241-2/+2
* Switch TI platform support code from using FreeBSD's custom-baked DTSgonzo2015-05-2214-992/+1499
* Add support for the power button on BeagleBone Black.loos2015-05-131-6/+73
* Stop using machine/fdt.h in the arm kernel code when we don't need it.andrew2015-04-042-2/+0
* Change the name of the dmtimer pps device from /dev/ppsN to /dev/dmtppsN.ian2015-03-091-1/+1
* Fix a number of -Wcast-qual warnings under sys/arm. No functionaldim2015-02-261-2/+2
* In sys/arm/ti/am335x/am335x_rtc.c, fix a clang 3.6.0 warning aboutdim2015-02-261-1/+1
* am335x_clk_pruss_activate(): use the L3F clock.rpaulo2015-02-021-7/+7
* Set LCDC clock frequency to 2*148500 KHzgonzo2015-01-291-3/+3
* Add vt(4) support to AM335x LCDC drivergonzo2015-01-252-4/+49
* After interrupt read value from register to make sure it reached hardware. Thisgonzo2015-01-241-0/+4
* Write ACK for all kinds of LCDC interruptsgonzo2015-01-221-2/+3
* Properly clear IRQ status in order to fix "Spurious IRQ" message from AINT.gonzo2015-01-201-0/+3
* Fix programming timing parameters to LCDC. Actual value used for HBP, HFP, HS...gonzo2015-01-181-13/+27
* Add support to turn off Beaglebone with poweroff(8) or shutdown(8) -p.loos2015-01-126-3/+360
OpenPOWER on IntegriCloud