summaryrefslogtreecommitdiff
path: root/.vim/ftplugin/matlab.vim
blob: ceb06d84e985c021f1af4520a2db82b7d50944b4 (plain)
1
2
3
4
5
6
7
setlocal textwidth=0
setlocal tabstop=2
setlocal softtabstop=2
setlocal shiftwidth=2
setlocal smarttab
setlocal expandtab
setlocal smartindent
d>
authorTomi Valkeinen <tomi.valkeinen@ti.com>2016-05-17 16:31:41 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2016-05-19 20:19:03 +0300
commit50c0164a6eb2e788a29dd391510e2349dad076dd (patch)
tree9a870494074304dca7a53ed09541688ea956ff77
parentf7dd8f52429fa145c4a524258c4b35d498f7b164 (diff)
drm/omap: video-pll: add missing data for clkout2 & 3
Video pll hw data is missing bitfield definitions for clkout2 and clkout3. We don't use those clkouts at the moment, so this has not caused any issues. Add the bitfields. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat
b2008386571fd342d0a4a14f5c8c0baf8 (diff)
nilfs2: change license of exported header file
This allows other projects to carry copies of the header file related to ABI and disk format (i.e. "nilfs2_fs.h") without it or distributors having to worry about effects on the project's overall license terms. It's also desired for switching the license of nilfs library to LGPL. Jiro SEKIBA pointed out these license issues (Message-ID: <87tylo7msw.wl%jir@sekiba.com>), and he suggested switching license of the library and nilfs2_fs.h to GNU Lesser General Public License. We take in his suggestion to avoid the license issues. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> Cc: Jiro SEKIBA <jir@unicus.jp> Cc: linux-nilfs <linux-nilfs@vger.kernel.org>
Diffstat (limited to 'fs/nilfs2/mdt.c')