summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mfd: mc13xxx: Add support for MC34708Alexander Shiyan2013-07-154-301/+21
| * | | mfd: mc13xxx: Separate query_revision function for each supported ICAlexander Shiyan2013-07-151-68/+97
| * | | mfd: mc13xxx: Determine used bus by "bus_type" fieldAlexander Shiyan2013-07-151-42/+21
| |/ /
* | | Merge branch 'for-next/marvell'Sascha Hauer2013-08-0516-325/+1402
|\ \ \
| * | | spi: add Marvell MVEBU SoC SPI driverSebastian Hesselbarth2013-07-083-0/+387
| * | | GPIO: add Marvell Orion/MVEBU SoC GPIO driverSebastian Hesselbarth2013-07-053-0/+141
| * | | clocksource: mvebu: add DT supportSebastian Hesselbarth2013-07-051-0/+6
| * | | clocksource: mvebu: lookup clock by physbaseSebastian Hesselbarth2013-07-051-2/+1
| * | | clocksource: orion: add DT supportSebastian Hesselbarth2013-07-051-0/+6
| * | | clocksource: orion: lookup clock by physbaseSebastian Hesselbarth2013-07-051-1/+1
| | |/ | |/|
| * | OF: base: rename of_free to of_delete_nodeSebastian Hesselbarth2013-07-052-34/+33
| * | OF: base: convert of_add_memory to OF APISebastian Hesselbarth2013-07-051-49/+8
| * | OF: remove device and resource pointer from struct device_nodeSebastian Hesselbarth2013-07-051-4/+4
| * | OF: base: remove dead device related functionsSebastian Hesselbarth2013-07-051-183/+0
| * | OF: base: use of_platform_populate for probingSebastian Hesselbarth2013-07-051-3/+2
| * | OF: gpio: convert DT based gpio handling to new OF APISebastian Hesselbarth2013-07-054-27/+54
| * | OF: import bus/device related functions from Linux OF APISebastian Hesselbarth2013-07-052-1/+322
| * | OF: base: move OF_ROOT_NODE_ defines to local OF codeSebastian Hesselbarth2013-07-051-0/+3
| * | OF: convert of_translate_address to new APISebastian Hesselbarth2013-07-052-25/+7
| * | OF: import address related functions from Linux OF APISebastian Hesselbarth2013-07-052-1/+432
* | | Merge branch 'for-next/imagesize'Sascha Hauer2013-08-051-1/+2
|\ \ \
| * | | mtd: nand: omap: do not set write callback if mtd write is disabledSascha Hauer2013-07-221-1/+2
| | |/ | |/|
* | | Merge branch 'for-next/driver'Sascha Hauer2013-08-054-56/+27
|\ \ \
| * | | i2c: Reuse "driver_match" for I2C busAlexander Shiyan2013-07-151-21/+1
| * | | spi: Reuse "driver_match" for SPI busAlexander Shiyan2013-07-151-10/+1
| * | | base: Transform "platform_match" into "device_match" and make this function p...Alexander Shiyan2013-07-152-25/+25
* | | | of: Use dts syntax when printing devicetreesSascha Hauer2013-07-271-3/+6
| |/ / |/| |
* | | ARM: mxs: make ssp gates parents of ssp dividersSascha Hauer2013-07-151-13/+13
|/ /
* | nand_base: add missing newlineJan Luebbe2013-07-091-1/+1
* | OF: base: initalize from node in of_find_node_with_propertySebastian Hesselbarth2013-07-091-0/+3
* | OF: base: fix iterator in of_get_next_available_childSebastian Hesselbarth2013-07-051-1/+2
* | OF: base: fix inifinite looping in node iteratorsSascha Hauer2013-07-051-6/+15
|/
* tegra: add peripheral clocksLucas Stach2013-07-024-0/+254
* tegra: add new clock framework driverLucas Stach2013-07-028-0/+1308
* clk: allow to instanciate clk mux without registering itLucas Stach2013-07-021-5/+24
* clk: allow to instanciate clk gate without registering itLucas Stach2013-07-021-6/+25
* clk: add clock lookup from devicetreeLucas Stach2013-07-023-0/+176
* Merge branch 'for-next-manual/oftree-linux-sync'Sascha Hauer2013-07-0210-269/+990
|\
| * OF: base: use of_delete_property where applicableSebastian Hesselbarth2013-06-241-56/+25
| * OF: base: add sanity checks to of_new/delete_propertySebastian Hesselbarth2013-06-241-4/+11
| * OF: base: convert and remove device_node_for_nach_childSebastian Hesselbarth2013-06-203-3/+3
| * OF: base: remove of_find_child_by_nameSebastian Hesselbarth2013-06-202-17/+7
| * OF: base: remove of_tree_for_each_node from public APISebastian Hesselbarth2013-06-201-0/+8
| * OF: base: import property iterators from Linux OF APISebastian Hesselbarth2013-06-201-0/+41
| * OF: base: introduce property write for bool, u8, u16, and u64Sebastian Hesselbarth2013-06-201-0/+156
| * OF: base: import parse phandle functions from Linux OF APISebastian Hesselbarth2013-06-203-82/+126
| * OF: base: import of_parse_phandle from Linux OF APISebastian Hesselbarth2013-06-201-0/+23
| * OF: base: import of_property_read_* helpers from Linux OF APISebastian Hesselbarth2013-06-201-84/+303
| * OF: base: import parent/child functions from Linux OF APISebastian Hesselbarth2013-06-201-0/+97
| * OF: base: import of_find_node_with_property from Linux OF APISebastian Hesselbarth2013-06-201-0/+26