Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are there a bunch of fixes we are missing? #88

Open
wants to merge 37 commits into
base: 3.8
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
40b1df5
3.8: add patch to fix missing ADC measurements
koenkooi Oct 27, 2013
3668dab
3.8: add support for MIDI cape
koenkooi Oct 27, 2013
886378f
3.8: enable btrfs for beaglebone
koenkooi Nov 13, 2013
cf8c99a
recipes: switch recipe to zImage
koenkooi Nov 14, 2013
bafa2be
3.8: add mmc hang fix from mainline
RobertCNelson Nov 12, 2013
68d3610
ASoC: davinci: McASP: Make code generic remove hardcode
Nov 13, 2013
7f9bd3d
3.8: Cape: add MT9M114 camera cape
anithamol Nov 23, 2013
536474b
Get Ready for AIC3104 Audio Cape and Clean Audio Patches
Dec 4, 2013
e49e6bb
3.8: add lighting cape
koenkooi Dec 16, 2013
c65ca94
3.8: add omap serial baudrate hack
koenkooi Dec 17, 2013
57624df
Fixup PRU lighting patchset to use 256 slots
mranostay Dec 22, 2013
3532112
Added GRB to RGB conversion for lighting cape
mranostay Dec 22, 2013
1ed4029
Merge pull request #1 from mranostay/3.8
koenkooi Dec 22, 2013
dc5c3d1
Add spidev fixes for lighting cape
mranostay Dec 23, 2013
292a434
Merge pull request #2 from mranostay/3.8
koenkooi Dec 23, 2013
0ca56d3
3.8: add lz4(hc) compression support for btrfs
koenkooi Dec 24, 2013
dce6f4f
Fixed GRB to RGB conversion for new firmware.
mranostay Dec 28, 2013
1424333
Merge pull request #4 from mranostay/3.8
koenkooi Dec 28, 2013
8b1998b
3.8: fix camera cape aspect ratio
koenkooi Jan 2, 2014
cd28a54
3.8: add network fix from: https://groups.google.com/d/msg/beagleboar…
RobertCNelson Jan 3, 2014
a0ea2b2
3.8: add support for UPS cape
koenkooi Jan 9, 2014
9e3de62
3.8: Fix Writing to Read-Only Bit
Jan 15, 2014
49a5bd3
3.8: bunch of fixes from the community
RobertCNelson Jan 30, 2014
1f0cec7
3.8: config disable CONFIG_USB_GADGET_DEBUG, it serves only one purpo…
RobertCNelson Jan 30, 2014
fb91407
3.8: add: overlays for CBB-Serial cape from Alexander Hiam
RobertCNelson Jan 30, 2014
a890396
3.8: enable more ramdisk options
koenkooi Feb 5, 2014
bec0ed9
3.8: import a few more cape overlays
RobertCNelson Apr 8, 2014
9cfbfcf
3.8: merge in all cape changes up to bone51
RobertCNelson May 14, 2014
be56be2
patch.sh: fix whitespace in patches
koenkooi May 16, 2014
e08736b
3.8: cape: add BB-BONE-AUDI-02-00A0 and a pinmux fix on cape-universaln
RobertCNelson May 15, 2014
639758b
3.8: config: enable CONFIG_TCG_TIS_I2C_ATMEL for crypto cape
RobertCNelson May 14, 2014
6bc67bd
adc: sync with bborg repo
koenkooi May 16, 2014
131987b
patches: rediff everything
koenkooi May 16, 2014
e391eb2
patch.sh: disable whiteline fix, it breaks db.txt
koenkooi May 16, 2014
acc1501
net: update db.txt
koenkooi May 16, 2014
972332c
3.8: fix logibone cape address
koenkooi May 21, 2014
d697908
3.8: add fix for pru 2.0 compiler
koenkooi Jun 2, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
3.8: add lz4(hc) compression support for btrfs
Signed-off-by: Koen Kooi <[email protected]>
koenkooi committed Dec 24, 2013
commit 0ca56d3711559f3e426da37f4b6e11f226aba930
18 changes: 14 additions & 4 deletions configs/beaglebone
Original file line number Diff line number Diff line change
@@ -130,6 +130,7 @@ CONFIG_RD_GZIP=y
# CONFIG_RD_LZMA is not set
# CONFIG_RD_XZ is not set
# CONFIG_RD_LZO is not set
CONFIG_RD_LZ4=y
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
@@ -2814,7 +2815,6 @@ CONFIG_FB_SYS_FOPS=y
CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y

@@ -3228,7 +3228,6 @@ CONFIG_USB_CYPRESS_CY7C63=m
CONFIG_USB_CYTHERM=m
CONFIG_USB_IDMOUSE=m
CONFIG_USB_FTDI_ELAN=m
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_SISUSBVGA is not set
CONFIG_USB_LD=m
CONFIG_USB_TRANCEVIBRATOR=m
@@ -4302,9 +4301,20 @@ CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
# CONFIG_XZ_DEC is not set
# CONFIG_XZ_DEC_BCJ is not set
CONFIG_LZ4_COMPRESS=y
CONFIG_LZ4HC_COMPRESS=y
CONFIG_LZ4_DECOMPRESS=y
CONFIG_XZ_DEC=y
CONFIG_XZ_DEC_X86=y
CONFIG_XZ_DEC_POWERPC=y
CONFIG_XZ_DEC_IA64=y
CONFIG_XZ_DEC_ARM=y
CONFIG_XZ_DEC_ARMTHUMB=y
CONFIG_XZ_DEC_SPARC=y
CONFIG_XZ_DEC_BCJ=y
# CONFIG_XZ_DEC_TEST is not set
CONFIG_DECOMPRESS_GZIP=y
CONFIG_DECOMPRESS_LZ4=y
CONFIG_GENERIC_ALLOCATOR=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
2 changes: 1 addition & 1 deletion patch.sh
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ EXTERNAL_TREE="git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable
EXTERNAL_BRANCH="linux-3.8.y"
EXTERNAL_SHA="dbf932a9b316d5b29b3e220e5a30e7a165ad2992"

PATCHSET="dma rtc pinctrl cpufreq adc i2c da8xx-fb pwm mmc crypto 6lowpan capebus arm omap omap_sakoman omap_beagle_expansion omap_beagle omap_panda net drm not-capebus pru usb PG2 reboot iio w1 gpmc mxt ssd130x build hdmi audio resetctrl camera resources pmic pps leds capes fixes"
PATCHSET="dma rtc pinctrl cpufreq adc i2c da8xx-fb pwm mmc crypto 6lowpan capebus arm omap omap_sakoman omap_beagle_expansion omap_beagle omap_panda net drm not-capebus pru usb PG2 reboot iio w1 gpmc mxt ssd130x build hdmi audio resetctrl camera resources pmic pps leds capes fixes btrfs"

git_kernel_stable () {
git pull git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git master --tags || true
Loading