summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Staging:nvec: fix quoted string split across linesEbru Akagunduz2014-03-071-2/+1
* Staging: crystalhd: Fix different address spaces warningMonam Agarwal2014-03-071-6/+6
* Staging: crystalhd: Fix different address spaces warning from sparse in cryst...Monam Agarwal2014-03-072-3/+3
* Staging:dgap: Fix "foo * bar" should be "foo *bar" in dgap.hEbru Akagunduz2014-03-071-1/+1
* Staging:dgap: Fix open brace '{' following struct go on the same line in dgap.hEbru Akagunduz2014-03-071-4/+2
* Staging:wlags49_h25: Fix sparse warning for static declarationsEbru Akagunduz2014-03-071-1/+1
* Staging: wlags49_h2: Fix incorrect type in assignment in wl_wext.cMonam Agarwal2014-03-071-2/+2
* Staging: wlags49_h2: Fix Sparse Warning for Static Declarations in dhf.cMonam Agarwal2014-03-071-5/+5
* Staging: wlags49_h2: Fix Sparse Warning for Static Declarations in hcf.cMonam Agarwal2014-03-071-8/+8
* Staging: wlags49_h2: Fix Remove unused functions in wl_util.cMonam Agarwal2014-03-071-37/+0
* staging:wlags49_h2: Remove unnecessary braces in if statementsHimangi Saraogi2014-03-071-50/+31
* staging:wlags49_h2: Remove unnecessary spaces around parenthesesHimangi Saraogi2014-03-071-65/+65
* staging:wlags49_h2:fix conditional statement warningsHimangi Saraogi2014-03-071-2/+1
* staging:wlags49_h2:change include path for uaccess.hHimangi Saraogi2014-03-071-1/+1
* staging:wlags49_h2: change comment styleHimangi Saraogi2014-03-071-52/+40
* Staging: wlags49_h2: Fix sparse warnings in sta_h2.cMonam Agarwal2014-03-071-1/+1
* Staging: iio/accel: Fix Prefer netdev_warn(netdev, ...then dev_warn(dev, ... ...Monam Agarwal2014-03-071-1/+1
* Staging: iio/resolver: Fix prefer pr_warn over pr_warning in ad2s1210.cMonam Agarwal2014-03-071-2/+2
* Staging: rtl8188eu: Fix warning of prefer ether_addr_copy.Elena Oat2014-03-071-3/+3
* Staging: rtl8188eu: Fix warning of suspect code indent.Elena Oat2014-03-071-7/+1
* Staging: rtl8188eu: Fix warning of space prohibited before semicolon.Elena Oat2014-03-071-1/+1
* Staging: rtl8188eu: Fix warning of unnecessary parentheses.Elena Oat2014-03-071-1/+1
* Staging: rtl8188eu: Fix warning of space before tabs.Elena Oat2014-03-071-10/+6
* Staging: rtl8188eu: Fix warning of spaces at the start of a line.Elena Oat2014-03-071-1/+1
* Staging: rtl8188eu: Fix warning braces {} are not necessary.Elena Oat2014-03-071-10/+6
* Staging: rtl8188eu: Fix sparse warning cast to restricted __le16Monam Agarwal2014-03-071-1/+1
* Staging: rtl8188eu: Fix warning of printk should include KERN_.Elena Oat2014-03-071-1/+2
* Staging: rtl8188eu: Fix warning of prefer ether_addr_copy().Elena Oat2014-03-071-2/+2
* Staging: rtl8188eu: Fix warning of braces {} are not necessary.Elena Oat2014-03-071-9/+8
* Staging:rtl8188eu: fix kfree(NULL) is safe this check is probably not require...Ebru Akagunduz2014-03-071-2/+1
* Staging: rtl8188eu: Fix warning of kfree check is not required.Elena Oat2014-03-071-5/+2
* Staging: rtl8188eu: Fix warning of no space before tabs.Elena Oat2014-03-071-3/+6
* Staging: rtl8188eu: Fix the warning of space before parenthesis.Elena Oat2014-03-071-11/+11
* Merge branch 'imx-drm-staging' of git://ftp.arm.linux.org.uk/~rmk/linux-arm i...Greg Kroah-Hartman2014-03-0735-336/+1087
|\
| * staging: imx-drm: Update TODOPhilipp Zabel2014-03-071-5/+0
| * ARM: dts: imx6qdl: Add IPU DI ports and endpoints, move imx-drm node to dtsiPhilipp Zabel2014-03-075-31/+253
| * ARM: dts: imx53: Add IPU DI ports and endpoints, move imx-drm node to dtsiPhilipp Zabel2014-03-074-24/+89
| * ARM: dts: imx51: Add IPU ports and endpoints, move imx-drm node to dtsiPhilipp Zabel2014-03-073-10/+51
| * ARM: dts: imx53-mba53: Fix TVE DDC I2C bus propertyPhilipp Zabel2014-03-071-1/+1
| * imx-drm: imx-tve: Fix DDC I2C bus propertyPhilipp Zabel2014-03-071-1/+1
| * imx-drm: imx-hdmi: Fix DDC I2C bus propertyPhilipp Zabel2014-03-071-1/+1
| * staging: imx-drm: Document imx-hdmi device tree bindingsPhilipp Zabel2014-03-071-0/+58
| * staging: imx-drm: Document updated imx-drm device tree bindingsPhilipp Zabel2014-03-072-9/+59
| * staging: imx-drm-core: use of_graph_parse_endpointPhilipp Zabel2014-03-071-4/+4
| * staging: imx-drm-core: Use OF graph to find components and connections betwee...Philipp Zabel2014-03-075-76/+199
| * Merge branch 'topic/of-graph' of git://git.pengutronix.de/git/pza/linux into ...Russell King2014-03-07182-1320/+2255
| |\
| | * of: Fix of_graph_parse_endpoint stub for !CONFIG_OF buildsPhilipp Zabel2014-03-071-1/+1
| | * of: Warn if of_graph_parse_endpoint is called with the root nodePhilipp Zabel2014-03-061-0/+3
| | * [media] of: move common endpoint parsing to drivers/ofPhilipp Zabel2014-03-066-25/+59
| | * of: Reduce indentation in of_graph_get_next_endpointPhilipp Zabel2014-03-061-20/+22
OpenPOWER on IntegriCloud