Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
9078deb
Import linux-3.4.39 (v0.30) for S5P4418
Sep 24, 2015
5547c7a
ARM: s5p4418: Add new board `nanopi2' (<-- drone2)
Sep 25, 2015
6021984
ARM: nanopi2: Setup MMC, I2C, gpios, lcd-HD101...
Sep 25, 2015
a15ff75
ARM: s5p4418: Fix warning in devices.c
Sep 25, 2015
d5641c5
ARM: s5p4418: Support to override MACHINE name
Sep 25, 2015
d496fa7
ARM: nanopi2: Merge the android configs
Sep 25, 2015
1bdadaf
ARM: nanopi2: Update kconfig, clock for I2C
Sep 25, 2015
5c8a982
ARM: nanopi2: Support to NXP_CPUFREQ
Sep 25, 2015
afaebe5
bcm4336: Add source tree for AP621x
Sep 5, 2015
a807356
bcm4336: Support for s5p4418 board - NanoPi 2
Sep 5, 2015
54f4a76
bcm4336: Fix kernel 3.18 skb processing
Sep 5, 2015
cee2df2
bcm4336: Fix kernel 3.16+ API changes
Sep 5, 2015
2d600bc
ARM: nanopi2: Platform support for bcm4336
Sep 25, 2015
49a6691
ARM: nanopi2: Update defconfig for AP6212
Sep 25, 2015
757b246
bcm4336, dw_mmc: Eject SDIO on Android WI-FI off
Sep 25, 2015
ab6a08f
ARM: nanopi2: Support for various LCD modules
Sep 16, 2015
734f7df
input: FocalTech ft5x06 support for NanoPi 2
Sep 25, 2015
c179153
ARM: nanopi2: Update defconfig for Android
Sep 26, 2015
6cb7fcf
ARM: nanopi2: New defconfig for linux/Debian
Sep 26, 2015
d8c4d19
ARM: nanopi2: Use format `X8R8G8B8' for Debian 8
Sep 26, 2015
9dbfd0f
ARM: nanopi2: Support for bluetooth - BCM
Sep 29, 2015
6db305f
bt-bcm: Remove sysfs interface, clean code
Oct 23, 2015
a94593b
media: nexell: Fixup `free already-free IRQ'
Sep 30, 2015
eb5fd51
ARM: nanopi2: Update default kernel configs
Oct 25, 2015
45e41e9
defconfig: Disable multi-touch for Debian
911gt3 Oct 30, 2015
63a7030
ARM: nanopi2: Support for board revision
911gt3 Nov 5, 2015
71a6b44
ARM: nanopi2: Fix display issue of S70
911gt3 Nov 10, 2015
7bf0e2d
ARM: nanopi2: Support to `lcd=TYPE[,xxxdpi]'
911gt3 Nov 10, 2015
6169912
defconfig: Enable V4L USB devices for Debian
911gt3 Nov 11, 2015
1cc3a33
ARM: nanopi2: Update IO strength for HD101
911gt3 Nov 11, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
86 changes: 86 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# NOTE! Please use 'git ls-files -i --exclude-standard'
# command after changing this file, to see if there are
# any tracked files which get ignored after the change.
#
# Normal rules
#
.*
*.o
*.o.*
*.a
*.s
*.ko
*.so
*.so.dbg
*.mod.c
*.i
*.lst
*.symtypes
*.order
modules.builtin
*.elf
*.bin
*.gz
*.bz2
*.lzma
*.xz
*.lzo
*.patch
*.gcno

#
# Top-level generic files
#
/tags
/TAGS
/linux
/vmlinux
/vmlinuz
/System.map
/Module.markers
/Module.symvers

#
# Debian directory (make deb-pkg)
#
/debian/

#
# git files that we don't want to ignore even it they are dot-files
#
!.gitignore
!.mailmap

#
# Generated include files
#
include/config
include/linux/version.h
include/generated
arch/*/include/generated

# stgit generated dirs
patches-*

# quilt's files
patches
series

# cscope files
cscope.*
ncscope.*

# gnu global files
GPATH
GRTAGS
GSYMS
GTAGS

*.orig
*~
\#*#
356 changes: 356 additions & 0 deletions COPYING

Large diffs are not rendered by default.

Loading