summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: OMAP2+: Drop legacy sdram timingsTony Lindgren2016-11-116-522/+0
* ARM: OMAP2+: Drop legacy ads7846 initTony Lindgren2016-11-106-162/+0
* ARM: OMAP2+: Remove legacy board-flash.cJavier Martinez Canillas2016-11-103-302/+0
* ARM: OMAP2+: Remove legacy smsc911x and smc91x GPMC supportJavier Martinez Canillas2016-11-103-137/+0
* ARM: OMAP2+: Remove legacy data from hwmod for omap3Tony Lindgren2016-11-106-1114/+43
* ARM: OMAP2+: Remove legacy mux codeTony Lindgren2016-11-1012-4098/+27
* ARM: OMAP2+: Remove legacy hwmod mux codeTony Lindgren2016-11-102-107/+1
* ARM: OMAP2+: Remove legacy usb-musb.c platform init codeTony Lindgren2016-11-102-107/+0
* ARM: OMAP2+: Remove legacy muxing for usb-tusb6010.cTony Lindgren2016-11-101-21/+0
* ARM: OMAP2+: Remove legacy usb-host.c platform init codeTony Lindgren2016-11-102-497/+0
* ARM: OMAP2+: Remove legacy twl4030 platform init codeTony Lindgren2016-11-104-125/+1
* ARM: OMAP2+: Remove legacy PM initTony Lindgren2016-11-101-60/+6
* ARM: OMAP2+: Remove legacy i2c.c platform init codeTony Lindgren2016-11-104-216/+83
* ARM: OMAP2+: Remove legacy serial.cTony Lindgren2016-11-102-333/+1
* ARM: OMAP2+: mux: Use seq_putc() in omap_mux_dbg_signal_show()Markus Elfring2016-11-091-1/+1
* ARM: OMAP2+: mux: Replace three seq_printf() calls by seq_puts()Markus Elfring2016-11-091-3/+3
* ARM: OMAP: kill omap_pmic_initNicolae Rosia2016-11-092-15/+0
* ARM: OMAP2: kill omap2_pmic_initNicolae Rosia2016-11-091-6/+0
* ARM: OMAP3: kill omap3_pmic_initNicolae Rosia2016-11-091-6/+0
* ARM: OMAP3: kill omap3_pmic_get_config and twl_{get,set}_voltageNicolae Rosia2016-11-092-163/+0
* ARM: OMAP4: kill omap4_pmic_init and omap4_pmic_get_configNicolae Rosia2016-11-092-318/+1
* Linux 4.9-rc1v4.9-rc1Linus Torvalds2016-10-151-2/+2
* Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds2016-10-158-283/+244
|\
| * befs: befs: fix style issues in datastream.cLuis de Bethencourt2016-10-081-15/+17
| * befs: improve documentation in datastream.cLuis de Bethencourt2016-10-081-95/+98
| * befs: fix typos in datastream.cLuis de Bethencourt2016-10-081-4/+4
| * befs: fix typos in btree.cLuis de Bethencourt2016-10-081-4/+3
| * befs: fix style issues in super.cLuis de Bethencourt2016-10-081-7/+8
| * befs: fix comment styleLuis de Bethencourt2016-10-081-7/+3
| * befs: add check for ag_shift in superblockLuis de Bethencourt2016-10-081-0/+7
| * befs: dump inode_size superblock informationLuis de Bethencourt2016-10-081-0/+1
| * befs: remove unnecessary initializationSalah Triki2016-10-081-1/+1
| * befs: fix typo in befs_sb_infoSalah Triki2016-10-081-1/+1
| * befs: add flags field to validate superblock stateSalah Triki2016-10-082-1/+6
| * befs: fix typo in befs_find_keyLuis de Bethencourt2016-10-081-1/+1
| * befs: remove unused BEFS_BT_PARMATCHLuis de Bethencourt2016-10-082-19/+16
| * fs: befs: remove ret variableSalah Triki2016-10-081-2/+1
| * fs: befs: remove in vain variable assignmentSalah Triki2016-10-081-1/+1
| * fs: befs: remove unnecessary *befs_sb variableSalah Triki2016-10-081-2/+1
| * fs: befs: remove useless initialization to zeroSalah Triki2016-10-081-1/+1
| * fs: befs: remove in vain variable assignmentSalah Triki2016-10-081-2/+0
| * fs: befs: Insert NULL inode to dentrySalah Triki2016-10-081-0/+1
| * fs: befs: Remove useless calls to brelse in befs_find_brun_dblindirectSalah Triki2016-10-081-2/+0
| * fs: befs: Coding style fixSalah Triki2016-10-081-3/+3
| * fs: befs: Remove redundant validation from befs_find_brun_directSalah Triki2016-10-081-8/+0
| * befs: fix typo in befs_bt_read_node documentationLuis de Bethencourt2016-10-081-2/+2
| * befs: in memory free_node_ptr and max_size never readLuis de Bethencourt2016-10-081-2/+0
| * befs: make consistent use of befs_error()Luis de Bethencourt2016-10-083-4/+9
| * befs: use simpler while loopLuis de Bethencourt2016-10-081-36/+38
| * befs: remove constant variableLuis de Bethencourt2016-10-081-5/+2