| Commit message (Expand) | Author | Age | Files | Lines |
* | ofw_spi: Parse property for the SPI mode and CS polarity. | manu | 2017-10-17 | 1 | -0/+2 |
* | MFC r310343-r310344 | gonzo | 2017-05-09 | 3 | -12/+22 |
* | MFC r312679: | ian | 2017-03-02 | 1 | -0/+7 |
* | MFC r313917: | ian | 2017-03-01 | 1 | -1/+1 |
* | MFC r313674: | ian | 2017-03-01 | 1 | -0/+4 |
* | MFC r308186, r308188, r308231, r308232: | ian | 2017-03-01 | 3 | -919/+2 |
* | MFC r306262, r306267, r310021: (needed to avoid conflicts on later merges) | ian | 2017-03-01 | 7 | -44/+2 |
* | MFC r308640: | ian | 2017-03-01 | 8 | -45/+39 |
* | MFC r309999, r310012 | gonzo | 2017-01-06 | 2 | -1/+2 |
* | MFC r306902: | mmel | 2016-11-05 | 2 | -4/+0 |
* | MFC r306756: | mmel | 2016-10-15 | 1 | -1/+2 |
* | Postpone allocation of IRQ resource to the time when interrupt | skra | 2016-06-03 | 1 | -3/+11 |
* | Add support for triggering interrupts on both rising and falling edges. | ian | 2016-05-26 | 1 | -39/+67 |
* | Another round of changes to add compatibility with the older ESHDC variety | ian | 2016-05-26 | 1 | -82/+160 |
* | INTRNG - support new interrupt mapping type INTR_MAP_DATA_GPIO | skra | 2016-05-23 | 1 | -25/+65 |
* | INTRNG - use gpio generic interrupt modes definitions added in r298738. | skra | 2016-05-23 | 1 | -47/+31 |
* | Fix the deciKelvin to Celsius conversion in kernel. | loos | 2016-05-22 | 1 | -1/+1 |
* | Fix some format strings to make them either correct or uniform. | skra | 2016-05-22 | 1 | -3/+3 |
* | Don't repeat the the word 'the' | eadler | 2016-05-17 | 1 | -1/+1 |
* | Use OF_prop_free instead of direct call to free(9) | gonzo | 2016-05-13 | 1 | -1/+1 |
* | INTRNG - redefine struct intr_map_data to avoid headers pollution. Each | skra | 2016-05-05 | 1 | -4/+8 |
* | sys/arm: Minor spelling fixes. | pfg | 2016-05-04 | 3 | -4/+4 |
* | Add a MULTIDELAY option to allow the ARM kernel to have multiple DELAY | andrew | 2016-04-30 | 3 | -5/+5 |
* | sys/arm: make use of the howmany() macro when available. | pfg | 2016-04-26 | 1 | -1/+1 |
* | Move arm's devmap to some generic place, so it can be used | br | 2016-04-26 | 6 | -23/+23 |
* | Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machine | andrew | 2016-04-15 | 4 | -11/+11 |
* | Cleanup unnecessary semicolons from the kernel. | pfg | 2016-04-10 | 6 | -17/+17 |
* | Remove unecessary locking, mostly from places where a read is done of a | ian | 2016-04-07 | 1 | -13/+12 |
* | Code cleanup: stop searching for a pin in the array and just use the pin | ian | 2016-04-07 | 1 | -51/+15 |
* | Comestic changes; when INTRNG support was added, some functions became | ian | 2016-04-07 | 1 | -40/+40 |
* | Remove FDT specific parts from INTRNG. Change its interface to make it | skra | 2016-04-04 | 1 | -135/+192 |
* | Fix fallout from r292180 (Dec 2015)... ensure that every driver which has | ian | 2016-03-21 | 1 | -0/+1 |
* | Almost all copies of platform_mp_init_secondary just called | andrew | 2016-02-26 | 1 | -7/+0 |
* | Remove platform_mp_probe as it's almost identical on most ARM SoCs, and | andrew | 2016-02-26 | 1 | -11/+0 |
* | Remove platform_ipi_send, it's an unneeded as all implementations are | andrew | 2016-02-25 | 1 | -7/+0 |
* | Make imx6 systems work again after recent import of new dts files. | ian | 2016-02-23 | 1 | -0/+72 |
* | Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms. | skra | 2016-02-22 | 4 | -5/+0 |
* | Remove pd_prot and pd_cache members from struct arm_devmap_entry. | skra | 2016-02-17 | 1 | -1/+1 |
* | Stop defining fdt_pic_table when building for ARM_INTRNG. | andrew | 2016-02-11 | 2 | -0/+4 |
* | ARM: Use new ARMv6 naming conventions for cache and TLB functions | mmel | 2016-02-05 | 1 | -1/+2 |
* | EHCI: Make core reset and port speed reading more generic. | mmel | 2016-01-28 | 1 | -2/+16 |
* | Quick exit after setting the clock control register. | jhibbits | 2016-01-17 | 1 | -0/+1 |
* | Add i.MX 6 IPU driver and enable it in IMX6 config | gonzo | 2015-12-21 | 2 | -0/+1205 |
* | - Add driver for i.MX 6 HDMI framer | gonzo | 2015-12-21 | 4 | -0/+1464 |
* | Add CCM functions to enable HDMI framer and IPU units (video controller) | gonzo | 2015-12-21 | 3 | -0/+55 |
* | [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c. | adrian | 2015-12-18 | 2 | -16/+16 |
* | Fix the clock divisor calc for imx6 sdcard bus speed. | ian | 2015-12-18 | 1 | -2/+9 |
* | Move the DRIVER_MODULE() statements that declare mmc(4) to be a child of | ian | 2015-12-14 | 1 | -1/+1 |
* | Rename sysctl node hw.imx6 to hw.imx. Move its definition to imx_machdep.c | ian | 2015-11-26 | 5 | -10/+42 |
* | Update the imx5/imx6 cpu_reset() implementation based on a new understanding | ian | 2015-11-21 | 1 | -6/+4 |