summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* lib: Add support for LZ4-compressed kernelKyungsik Lee2013-07-162-0/+11
* decompressor: Add LZ4 decompressor moduleKyungsik Lee2013-07-161-0/+87
* clk: allow to instanciate clk mux without registering itLucas Stach2013-07-021-0/+4
* clk: allow to instanciate clk gate without registering itLucas Stach2013-07-021-0/+4
* clk: add clock lookup from devicetreeLucas Stach2013-07-021-0/+33
* Merge branch 'for-next-manual/oftree-linux-sync'Sascha Hauer2013-07-022-88/+537
|\
| * OF: base: cleanup base function includeSebastian Hesselbarth2013-06-201-29/+109
| * OF: base: convert and remove device_node_for_nach_childSebastian Hesselbarth2013-06-201-3/+0
| * OF: base: remove of_find_child_by_nameSebastian Hesselbarth2013-06-201-2/+0
| * OF: base: remove of_tree_for_each_node from public APISebastian Hesselbarth2013-06-201-8/+0
| * OF: base: import property iterators from Linux OF APISebastian Hesselbarth2013-06-201-0/+43
| * OF: base: introduce property write for bool, u8, u16, and u64Sebastian Hesselbarth2013-06-201-11/+71
| * OF: base: import parse phandle functions from Linux OF APISebastian Hesselbarth2013-06-201-5/+25
| * OF: base: import of_parse_phandle from Linux OF APISebastian Hesselbarth2013-06-201-0/+10
| * OF: base: import of_property_read_* helpers from Linux OF APISebastian Hesselbarth2013-06-201-15/+117
| * OF: base: import parent/child functions from Linux OF APISebastian Hesselbarth2013-06-201-0/+41
| * OF: base: import of_find_node_with_property from Linux OF APISebastian Hesselbarth2013-06-201-0/+11
| * OF: base: import of_find_matching_node_and_match from Linux OF APISebastian Hesselbarth2013-06-201-0/+24
| * OF: base: import of_find_compatible_node from Linux OF APISebastian Hesselbarth2013-06-201-0/+13
| * OF: base: import of_find_node_by_name from Linux OF APISebastian Hesselbarth2013-06-201-0/+12
| * OF: base: rename of_node_disabled to of_device_is_availableSebastian Hesselbarth2013-06-201-0/+6
| * OF: base: sync of_find_node_by_path with linux OF APISebastian Hesselbarth2013-06-201-2/+15
| * OF: base: sync of_find_property with linux OF APISebastian Hesselbarth2013-06-201-2/+10
| * OF: base: convert strcmp to default string compare functionsSebastian Hesselbarth2013-06-201-0/+5
| * OF: base: export of_alias_scanSebastian Hesselbarth2013-06-201-13/+18
| * lib: string: import case-insensitive string compareSebastian Hesselbarth2013-06-201-0/+9
* | Merge branch 'for-next/usb'Sascha Hauer2013-07-011-1/+4
|\ \
| * | usb: implement a usb_host_detect to scan individual USB hostsSascha Hauer2013-06-211-0/+3
| * | usb: move scanned status into coreSascha Hauer2013-06-211-1/+1
| |/
* | Merge branch 'for-next/ppc'Sascha Hauer2013-07-011-0/+135
|\ \
| * | common: DDR2 SPD checksum.Renaud Barbier2013-06-271-0/+135
| |/
* | Merge branch 'for-next/of'Sascha Hauer2013-07-011-0/+1
|\ \
| * | net: Set mac-address propertySascha Hauer2013-06-051-0/+1
| |/
* | Merge branch 'for-next/mxs'Sascha Hauer2013-07-011-0/+18
|\ \
| * | clk: add prototype for clk_is_enabledSascha Hauer2013-06-201-0/+1
| * | clk: gate: Add inverted gate supportSascha Hauer2013-06-201-0/+2
| * | clk: divider: Add onebased divider supportSascha Hauer2013-06-201-0/+15
| |/
* | Merge branch 'for-next/multi-image'Sascha Hauer2013-07-011-0/+1
|\ \
| * | ARM: Add image end sectionSascha Hauer2013-06-261-0/+1
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2013-07-014-3/+13
|\ \
| * | mfd: mc34708: provide static inline wrapperSascha Hauer2013-06-261-1/+8
| * | add function to get boardinfo stringSascha Hauer2013-06-241-0/+2
| * | read_file: Make it work on tftp servers which do not pass sizeSascha Hauer2013-06-201-0/+2
| * | Fix typo.Masaki Muranaka2013-06-031-1/+1
| * | Remove ftstc(). It is declared but not implemented.Masaki Muranaka2013-06-031-1/+0
| |/
* | Merge branch 'for-next/menu'Sascha Hauer2013-07-011-1/+1
|\ \
| * | Fix gotoXY argument orderSascha Hauer2013-06-191-1/+1
| |/
* | Merge branch 'for-next/memtest'Sascha Hauer2013-07-012-2/+17
|\ \
| * | common: add memtest.c with mem_test routineAlexander Aring2013-06-051-0/+14
| * | common: add ALIGN_DOWN macroAlexander Aring2013-06-051-0/+1