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

No more exe #77

Closed
wants to merge 10,000 commits into from
Closed

No more exe #77

wants to merge 10,000 commits into from

Conversation

Fisiu
Copy link

@Fisiu Fisiu commented Jan 19, 2015

Get rid of executable bit from source/header files.

mdrjr and others added 30 commits December 16, 2014 02:26
Change-Id: I3f3c3824df8887a32af75b0bbcd5d563de547638

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Icd1ce71443e4d4968e28826d86b7c5b39d0f9b13

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Ia8d4869ff336ad6a2deed92bff2190509507b948
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: If5ad26b1f2619b478f4a025db223267e2e3e69fc
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I1a7a986103093d7cd85d8824344e8b3516fb9da4

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Id7dd38ad04acc60475959a40914ada55795ee5ec

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I6807fbd278772a8913f767b1de389f3d4258390d

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Below hardware/components are deprecated
        PMU (AML1618)
        NAND
        Audio Codec

Change-Id: Ica61b729b1fc8abc8df9bb60d84279c3f0269d85
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
…'s that we don't use.

Change-Id: I67faa37a58bc77c77ec560027ba50ec24c3cc417

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Iedf453c1bdd01bd1682ec2bce4d2e0148153ece2
(cherry picked from commit f6d103a55073201fad32407a1ff125f4b822d2c8)
Change-Id: I2cb76fb311398e36bb6f4a5aff14e9c0975d12cd
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Id5656c4f5404864d4536972beed7fa352ba77eb5
Signed-off-by: ckkim <ckkim@hardkernel.com>
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
drivers/mtd/nand/nand_base.c:2863:12:
error: ‘nand_flash_detect_onfi’ defined but not used [-Werror=unused-function]
cc1: all warnings being treated as errors

Change-Id: I66511666e9dc561ae8adc06d73aa21b3856d3a37
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
(cherry picked from commit 00abfbee13b5210ea67b6abf4fe5f7dc12a57ee3)
Change-Id: I5dabc4071c2f1d2d4f4ea550097b990757c74e99
Signed-off-by: Kevin Kim <chkim@hardkernel.com>
(cherry picked from commit 18dc68ff78151320c4a6133f5731448d2ac4f500)
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I13f9faff4b386773f305f447a882457fa22888a7
Change-Id: Ied4e43e5cb17d24a5abd7d0736c45df74d507bea
Change-Id: Ia8d4869ff336ad6a2deed92bff2190509507b948
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Ic81139b6a58f04f9e4d8126f0d1b1bf8287a3d45
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Id35540e7809515d9bf7b1a30fbfbc76775e0b4d9
Signed-off-by: Kevin Kim <ckkim@hardkernel.com>
Since ODROIDC does not have PMU for voltage scaling, only required to
scale the CPU frequencies.

Change-Id: I6e49d7b00fb057776e97fafc3a1dc6daa8494e1e
Change-Id: Ideaf2d3b9d887e7442a589c988bd1d2a12a951bb
Signed-off-by: Kevin Kim <ckkim@hardkernel.com>
Change-Id: I80d7bb91cc49f2cd4cdb8d961bcdea35f98ef7a1
(cherry picked from commit 5162ac8869a36453a8918e6d16d657f3d864dd3f)
In order to assign a boot media to SDHC block between SDCARD or eMMC,
different two device tree have to be maintained. But this is risky to
maintain. Hence add both properties of SDCARD and eMMC to each contoller, SDHC
and SDIO, remove one of them in U-boot. Finally Linux kernel will have proper
device tree with corresponding to boot deivce.

Change-Id: I607575123f81e85d93c0c2613738e11f53892731
Signed-off-by: Dongjin Kim <tobetter@gmail.com>

Conflicts:
	arch/arm/boot/dts/amlogic/meson8b_odroidc.dtd
Since MESON8B has single SDHC and SDIO block, 'meson8b_odroidc.dtd' is to boot by sdcard
and 'meson8b_odroidc_emmc.dtd' by eMMC.

Change-Id: I5550197122c023d50665a3bcfc740567b99420f4

Conflicts:
	arch/arm/boot/dts/amlogic/meson8b_odroidc.dtd
Change-Id: If1ecefd4140bd688c9124d0bd7e6e1929b747a7a

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Ib6ca8501ac7527c15d11721dab42e2e5b341169a

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Id465074a80b67925896295b7818e68830dbeaccb

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I62850b6e4477bf6e22709f616b9db23e908d89f4

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
…nge on monitor. This makes the 480p@60hz work.

Change-Id: Ia793bdf1cf1e3cf4bd24d5b8086c0fb9ae97a09e

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I4bcf208fceb8bf66723955658b21bd35cc2df8ef
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
tobetter and others added 15 commits January 12, 2015 19:18
Change-Id: Ie5e2f7df0c5a042093e87530a47657720bb23d10
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Ie522db71f9e1d55e62917554bb91d7fd7b218757
Change-Id: I25134a672221415433418f71917db073d51cc03f
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I2554049b739d65b41e568f52e9c455ab713223bf
Change-Id: I7d8be82b9dd01d93630c1ded4323842df5a50b36
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I4b516c8b20b8c4551960558c90bbc677828a1ac3
…peed

Change-Id: I43e29584642a383026e592668a148e8992c1ee0f
Change-Id: I47407dcca4215ce32fb96adc5d32437d45853cfb
This patch is the workaround to reduce the overhead of CPU0 due to USB interrupts.

Change-Id: I772df3551b9898484b8373dfa9b8e6d35dfa7487
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
* changes:
  ODROIDC:Odroid TFT 3.2" Driver add.
  ethernet: merge mlinuxguy (Markham) patch's to improove the network speed
Signed-off-by: Mariusz Fik <fisiu@opensuse.org>
@Fisiu Fisiu closed this Jan 19, 2015
@Fisiu Fisiu deleted the no-more-exe branch January 19, 2015 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.