| Commit message (Expand) | Author | Age | Files | Lines |
* | Use OF_prop_free instead of direct call to free(9) | gonzo | 2016-05-13 | 1 | -3/+3 |
* | sys/arm: Minor spelling fixes. | pfg | 2016-05-04 | 8 | -16/+16 |
* | sys: Make use of our rounddown() macro when sys/param.h is available. | pfg | 2016-04-30 | 1 | -1/+1 |
* | 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 | 3 | -9/+9 |
* | sys: use our roundup2/rounddown2() macros when param.h is available. | pfg | 2016-04-21 | 1 | -3/+3 |
* | Use our nitems() macro when param.h is available. | pfg | 2016-04-20 | 1 | -3/+3 |
* | Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machine | andrew | 2016-04-15 | 1 | -1/+1 |
* | arm: for pointers replace 0 with NULL. | pfg | 2016-04-15 | 7 | -17/+17 |
* | ARM: Teach LINUX_BOOT_ABI to recognize DT blob. | mmel | 2016-03-26 | 1 | -1/+1 |
* | Fix the resource_list_print_type() calls to use uintmax_t. | jhibbits | 2016-03-22 | 2 | -5/+5 |
* | Fix fallout from r292180 (Dec 2015)... ensure that every driver which has | ian | 2016-03-21 | 1 | -0/+1 |
* | Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it. | jhibbits | 2016-02-20 | 2 | -2/+2 |
* | Remove pd_prot and pd_cache members from struct arm_devmap_entry. | skra | 2016-02-17 | 1 | -13/+1 |
* | Stop defining fdt_pic_table when building for ARM_INTRNG. | andrew | 2016-02-11 | 1 | -0/+2 |
* | ARM: Consistently use cpu_setttb() instead of setttb(). | mmel | 2016-02-03 | 1 | -2/+2 |
* | Convert rman to use rman_res_t instead of u_long | jhibbits | 2016-01-27 | 1 | -2/+2 |
* | We don't need at91_bs_tag. arm_base_bs_tag works now that we have | imp | 2016-01-16 | 5 | -167/+8 |
* | Move ohci files to their proper place in the tree for atmel. | imp | 2016-01-16 | 3 | -3/+501 |
* | Reduce diffs to upstream by adding a couple comment blocks and moving the | ian | 2016-01-15 | 1 | -28/+34 |
* | Fix the handling of the "PDC write transfer length" erratum for at91. The | ian | 2016-01-14 | 1 | -11/+10 |
* | Remove the arm KERNPHYSADDR option as it is no longer used. The make | andrew | 2015-12-22 | 12 | -12/+0 |
* | Move the DRIVER_MODULE() statements that declare mmc(4) to be a child of | ian | 2015-12-14 | 1 | -0/+1 |
* | Move more bus_space_* files to be built by files.arm. This leaves the | andrew | 2015-11-21 | 1 | -1/+0 |
* | Correct !FDT case with proper name. | imp | 2015-11-07 | 1 | -1/+1 |
* | Implement the phy-mode property for ate and macb. If it is set to | imp | 2015-11-07 | 2 | -18/+112 |
* | Add support for RMII in macb, cribbed slightly from the ate | imp | 2015-11-07 | 3 | -4/+12 |
* | Make if_macb work with FDT. | cognet | 2015-11-05 | 1 | -0/+17 |
* | Make at91_pmc probe any at91 pmc device we support, not just at91rm9200. | cognet | 2015-11-05 | 1 | -1/+4 |
* | Make kstack_pages a tunable on arm, x86, and powepc. On i386, the | kib | 2015-08-10 | 1 | -2/+2 |
* | Fix KSTACK_PAGES issue when the default value was changed in KERNCONF | zbb | 2015-07-16 | 1 | -0/+1 |
* | Need to handle the !FDT case still too... I thought in r270025 we | imp | 2015-05-22 | 1 | -0/+4 |
* | Include machine/intr.h for arm_post_filter. | andrew | 2015-04-04 | 1 | -0/+7 |
* | Build the cpufunc_asm_* files based on the cpu type, not which config file | andrew | 2015-03-29 | 1 | -1/+0 |
* | Remove the bootconfig parsing. We never used it and always passed either an | andrew | 2015-03-29 | 1 | -1/+1 |
* | Move the uart_class definitions and fdt compat data into the individual | ian | 2015-03-07 | 3 | -0/+14 |
* | Use explicit initializer style, fill in missing functions. | ian | 2015-01-21 | 2 | -70/+71 |
* | For some reason, all the arm bus_space functions that work with uint16 | ian | 2015-01-21 | 1 | -15/+14 |
* | Revise the arm bus_space implementation to avoid dereferencing the tag on | ian | 2015-01-21 | 1 | -12/+7 |
* | Eliminate a redundant declaration. | ian | 2014-12-21 | 1 | -2/+0 |
* | Remove the ARM_DEVICE_MULTIPASS option and make its effect be the default. | ian | 2014-10-26 | 1 | -1/+0 |
* | Fix the definitioin of AT91SAM9G45_IRQ_PIOE and rename it to | kevlo | 2014-09-27 | 1 | -5/+4 |
* | Remove a bogus AIC. | kevlo | 2014-09-27 | 1 | -2/+1 |
* | Fix the size of AT91SAM9260_PIT_SIZE. | kevlo | 2014-09-26 | 1 | -1/+1 |
* | Fix typos. | kevlo | 2014-09-26 | 5 | -11/+11 |
* | Mechanically convert to if_inc_counter(). | glebius | 2014-09-19 | 2 | -16/+16 |
* | Convert the at91_pinctrl driver to use the new fdt_pinctrl interface. | ian | 2014-09-13 | 2 | -79/+58 |
* | Unify interrupts bit definition and usage. While here remove PSR_C_bit. | andrew | 2014-09-10 | 2 | -2/+4 |
* | Wrap some long lines. | imp | 2014-09-04 | 1 | -20/+34 |
* | Rename OF_xref_phandle() to OF_node_from_xref() and add a new function | ian | 2014-09-01 | 1 | -2/+2 |